| 软件包 | 描述 |
|---|---|
| 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.