软件包 | 描述 |
---|---|
io.netty.handler.codec.http |
编码器,解码器及其相关的HTTP消息类型。
|
io.netty.handler.codec.http.cors |
该软件包包含跨源资源共享(CORS)相关类。
|
io.netty.handler.codec.http.multipart |
HTTP多部分支持。
|
io.netty.handler.codec.http.websocketx |
Web Socket数据帧的编码器,解码器,握手及其相关消息类型。
|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
io.netty.handler.codec.rtsp |
基于HTTP编解码器的
RTSP扩展。
|
io.netty.handler.codec.spdy |
SPDY协议的编码器,解码器,会话处理程序及其相关的消息类型。
|
io.netty.handler.proxy |
通过代理协议(如
SOCKS和
HTTP CONNECT tunneling)添加对客户端连接的支持
|
Class and Description |
---|
HttpHeaders
为标准HTTP头名称和值提供常量,以及访问 HttpMessage 的常用实用程序方法。
|
HttpMethod |
Class and Description |
---|
HttpContent
用于HTTP分块传输编码的HTTP块。
|
HttpRequest
一个HTTP请求。
|
Class and Description |
---|
FullHttpRequest
合并 HttpRequest 和FullHttpMessage ,所以请求是一个完整的 HTTP请求。
|
FullHttpResponse |
HttpHeaders
为标准HTTP头名称和值提供常量,以及访问 HttpMessage 的常用实用程序方法。
|
HttpRequest
一个HTTP请求。
|
HttpResponse
一个HTTP响应。
|
Class and Description |
---|
FullHttpMessage
将 HttpMessage 和LastHttpContent 组合成一条消息。
|
FullHttpRequest
结合 HttpRequest 和FullHttpMessage ,所以请求是一个完整的 HTTP请求。
|
FullHttpResponse |
HttpClientUpgradeHandler.UpgradeCodec
源可以升级到的编解码器。
|
HttpHeaders
为标准HTTP头名称和值提供常量,以及访问 HttpMessage 的常用实用程序方法。
|
HttpMessage
定义HTTP消息的接口,为 HttpRequest 和HttpResponse 提供公共属性。
|
HttpMethod |
HttpObject |
HttpRequest
一个HTTP请求。
|
HttpResponse
一个HTTP响应。
|
HttpResponseStatus |
HttpServerCodec
HttpRequestDecoder 和HttpResponseEncoder 的组合使服务器端HTTP实现更容易。
|
HttpServerUpgradeHandler
服务器端处理程序,用于接收HTTP请求,并且可以在支持所请求的协议时选择执行协议切换。
|
HttpServerUpgradeHandler.UpgradeCodec
源可以升级到的编解码器。
|
HttpVersion |
Class and Description |
---|
HttpMessage
定义HTTP消息的接口,为 HttpRequest 和HttpResponse 提供公共属性。
|
HttpMethod |
HttpObjectDecoder
将 ByteBuf s解码为HttpMessage s和HttpContent s。
|
HttpObjectEncoder |
HttpResponseStatus |
HttpVersion |
Class and Description |
---|
FullHttpMessage
将 HttpMessage 和LastHttpContent 组合成一条消息。
|
HttpMessage
定义HTTP消息的接口,为 HttpRequest 和HttpResponse 提供公共属性。
|
HttpObject |
Class and Description |
---|
HttpHeaders
为标准HTTP头名称和值提供常量,以及访问 HttpMessage 的常用实用程序方法。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.