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 | Method and Description |
---|---|
void |
Http2ConnectionEncoder.lifecycleManager(Http2LifecycleManager lifecycleManager)
Sets the lifecycle manager.
|
void |
Http2ConnectionDecoder.lifecycleManager(Http2LifecycleManager lifecycleManager)
Sets the lifecycle manager.
|
void |
DefaultHttp2ConnectionEncoder.lifecycleManager(Http2LifecycleManager lifecycleManager) |
void |
DefaultHttp2ConnectionDecoder.lifecycleManager(Http2LifecycleManager lifecycleManager) |
void |
DecoratingHttp2ConnectionEncoder.lifecycleManager(Http2LifecycleManager lifecycleManager) |
void |
DecoratingHttp2ConnectionDecoder.lifecycleManager(Http2LifecycleManager lifecycleManager) |
Copyright © 2008–2017 The Netty Project. All rights reserved.