软件包 | 描述 |
---|---|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
Modifier and Type | Class and Description |
---|---|
class |
Http2ConnectionHandler
为处理入站帧事件提供默认实现,并委派给 Http2FrameListener 此类将读取HTTP / 2帧并将事件委托给Http2FrameListener 此接口通过Http2LocalFlowController 强制实施入站流控制功能
|
class |
Http2FrameCodec
这个API非常不成熟。
|
class |
Http2MultiplexCodec
为每个流创建子通道的HTTP / 2处理程序。
|
class |
HttpToHttp2ConnectionHandler
将HTTP / 1.x对象写入HTTP / 2帧。
|
Modifier and Type | Method and Description |
---|---|
void |
Http2ConnectionEncoder.lifecycleManager(Http2LifecycleManager lifecycleManager)
设置生命周期管理器。
|
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–2018 The Netty Project. All rights reserved.