Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttp2StreamRemovalPolicy
A
Http2StreamRemovalPolicy that periodically runs garbage collection on streams that have
been marked for removal. |
Modifier and Type | Method and Description |
---|---|
static Http2StreamRemovalPolicy |
Http2CodecUtil.immediateRemovalPolicy()
Returns a simple
Http2StreamRemovalPolicy that immediately calls back the
Http2StreamRemovalPolicy.Action when a stream is marked for removal. |
Constructor and Description |
---|
DefaultHttp2Connection(boolean server,
Http2StreamRemovalPolicy removalPolicy)
Creates a new connection with the given settings.
|
Copyright © 2008–2015 The Netty Project. All rights reserved.