Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
class |
Http2ConnectionHandler
Provides the default implementation for processing inbound frame events and delegates to a
Http2FrameListener
This class will read HTTP/2 frames and delegate the events to a Http2FrameListener
This interface enforces inbound flow control functionality through
Http2LocalFlowController |
class |
HttpToHttp2ConnectionHandler
Translates HTTP/1.x object writes into HTTP/2 frames.
|
Modifier and Type | Field and Description |
---|---|
protected Http2LifecycleManager |
DefaultHttp2ConnectionEncoder.Builder.lifecycleManager |
Modifier and Type | Method and Description |
---|---|
Http2LifecycleManager |
DefaultHttp2ConnectionEncoder.Builder.lifecycleManager() |
Http2LifecycleManager |
Http2ConnectionDecoder.Builder.lifecycleManager()
Gets the
Http2LifecycleManager to be used when building the decoder. |
Http2LifecycleManager |
Http2ConnectionEncoder.Builder.lifecycleManager()
Gets the
Http2LifecycleManager to be used when building the encoder. |
Http2LifecycleManager |
DefaultHttp2ConnectionDecoder.Builder.lifecycleManager() |
Modifier and Type | Method and Description |
---|---|
DefaultHttp2ConnectionEncoder.Builder |
DefaultHttp2ConnectionEncoder.Builder.lifecycleManager(Http2LifecycleManager lifecycleManager) |
Http2ConnectionDecoder.Builder |
Http2ConnectionDecoder.Builder.lifecycleManager(Http2LifecycleManager lifecycleManager)
Sets the
Http2LifecycleManager to be used when building the decoder. |
Http2ConnectionEncoder.Builder |
Http2ConnectionEncoder.Builder.lifecycleManager(Http2LifecycleManager lifecycleManager)
Sets the
Http2LifecycleManager to be used when building the encoder. |
DefaultHttp2ConnectionDecoder.Builder |
DefaultHttp2ConnectionDecoder.Builder.lifecycleManager(Http2LifecycleManager lifecycleManager) |
Copyright © 2008–2015 The Netty Project. All rights reserved.