| 接口 | 描述 |
|---|---|
| Cookie | Deprecated
改为使用 Cookie 。
|
| FullHttpMessage |
将 HttpMessage和LastHttpContent组合成一条消息。
|
| FullHttpRequest |
合并 HttpRequest和FullHttpMessage ,所以请求是一个完整的 HTTP请求。
|
| FullHttpResponse | |
| HttpClientUpgradeHandler.SourceCodec |
最初在流水线中使用的源代码编解码器。
|
| HttpClientUpgradeHandler.UpgradeCodec |
源可以升级到的编解码器。
|
| HttpContent |
用于HTTP分块传输编码的HTTP块。
|
| HttpMessage |
定义HTTP消息的接口,为 HttpRequest和HttpResponse提供公共属性。
|
| HttpObject | |
| HttpRequest |
一个HTTP请求。
|
| HttpResponse |
一个HTTP响应。
|
| HttpServerUpgradeHandler.SourceCodec |
最初在流水线中使用的源代码编解码器。
|
| HttpServerUpgradeHandler.UpgradeCodec |
源可以升级到的编解码器。
|
| HttpServerUpgradeHandler.UpgradeCodecFactory |
为请求的协议名称创建一个新的 HttpServerUpgradeHandler.UpgradeCodec 。
|
| LastHttpContent |
最后 HttpContent有尾标头。
|
| Enum | 描述 |
|---|---|
| HttpClientUpgradeHandler.UpgradeEvent |
被触发以通知升级状态的用户事件。
|
| HttpStatusClass |
HTTP状态的类。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.