程序包 | 说明 |
---|---|
io.netty.example.http2.helloworld.server | |
io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2 . |
限定符和类型 | 类和说明 |
---|---|
class |
HelloWorldHttp2Handler
A simple handler that responds with the message "Hello World!".
|
限定符和类型 | 类和说明 |
---|---|
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 |
Http2FrameCodec
This API is very immature.
|
class |
Http2MultiplexCodec
已过时。
use
Http2FrameCodecBuilder together with Http2MultiplexHandler . |
class |
HttpToHttp2ConnectionHandler
Translates HTTP/1.x object writes into HTTP/2 frames.
|
限定符和类型 | 方法和说明 |
---|---|
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) |