软件包 | 描述 |
---|---|
io.netty.handler.codec.http |
编码器,解码器及其相关的HTTP消息类型。
|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
io.netty.handler.codec.spdy |
SPDY协议的编码器,解码器,会话处理程序及其相关的消息类型。
|
Modifier and Type | Class and Description |
---|---|
class |
HttpContentCompressor
在 gzip 或deflate 编码中压缩HttpMessage 和HttpContent ,同时考虑"Accept-Encoding" 标头。
|
class |
HttpContentEncoder
编码出站 HttpResponse 和HttpContent 的内容 。
|
Modifier and Type | Class and Description |
---|---|
class |
Http2StreamFrameToHttpObjectCodec
该处理程序从 Http2StreamFrame 转换为HttpObject ,然后返回。
|
Modifier and Type | Class and Description |
---|---|
class |
SpdyHttpResponseStreamIdHandler
MessageToMessageCodec that takes care of adding the right
SpdyHttpHeaders.Names.STREAM_ID to the
HttpMessage if one is not present.
|
Copyright © 2008–2018 The Netty Project. All rights reserved.