软件包 | 描述 |
---|---|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttp2ConnectionHandlerBuilder<T extends Http2ConnectionHandler,B extends AbstractHttp2ConnectionHandlerBuilder<T,B>>
抽象基类,定义构建 Http2ConnectionHandler 实例所需的常用功能。
|
Modifier and Type | Class and Description |
---|---|
class |
Http2FrameCodec
这个API非常不成熟。
|
class |
Http2MultiplexCodec
为每个流创建子通道的HTTP / 2处理程序。
|
class |
HttpToHttp2ConnectionHandler
将HTTP / 1.x对象写入HTTP / 2帧。
|
Modifier and Type | Method and Description |
---|---|
Http2ConnectionHandler |
Http2ConnectionHandlerBuilder.build() |
protected Http2ConnectionHandler |
Http2ConnectionHandlerBuilder.build(Http2ConnectionDecoder decoder, Http2ConnectionEncoder encoder, Http2Settings initialSettings) |
Constructor and Description |
---|
Http2ClientUpgradeCodec(Http2ConnectionHandler connectionHandler)
添加到管道时,使用连接处理程序的默认名称创建编解码器。
|
Http2ClientUpgradeCodec(java.lang.String handlerName, Http2ConnectionHandler connectionHandler)
创建提供HTTP / 2给定处理程序升级的编解码器。
|
Http2ServerUpgradeCodec(Http2ConnectionHandler connectionHandler)
添加到管道时,使用连接处理程序的默认名称创建编解码器。
|
Http2ServerUpgradeCodec(java.lang.String handlerName, Http2ConnectionHandler connectionHandler)
创建提供HTTP / 2给定处理程序升级的编解码器。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.