软件包 | 描述 |
---|---|
io.netty.handler.codec.http |
编码器,解码器及其相关的HTTP消息类型。
|
io.netty.handler.codec.memcache |
ascii和二进制类的通用超集。
|
io.netty.handler.codec.memcache.binary |
Memcache二进制协议的实现和接口。
|
io.netty.handler.codec.socksx |
编码器,解码器及其相关的SOCKS协议消息类型。
|
io.netty.handler.codec.socksx.v4 |
编码器,解码器及其相关的SOCKSv4协议消息类型。
|
io.netty.handler.codec.socksx.v5 |
编码器,解码器及其相关的SOCKSv5协议消息类型。
|
io.netty.handler.codec.stomp |
STOMP编解码器
|
Modifier and Type | Interface and Description |
---|---|
interface |
FullHttpMessage
将 HttpMessage 和LastHttpContent 组合成一条消息。
|
interface |
FullHttpRequest
结合 HttpRequest 和FullHttpMessage ,所以请求是一个完整的 HTTP请求。
|
interface |
FullHttpResponse
|
interface |
HttpContent
用于HTTP分块传输编码的HTTP块。
|
interface |
HttpMessage
定义HTTP消息的接口,为 HttpRequest 和HttpResponse 提供公共属性。
|
interface |
HttpObject |
interface |
HttpRequest
一个HTTP请求。
|
interface |
HttpResponse
一个HTTP响应。
|
interface |
LastHttpContent
最后的 HttpContent 有尾部标题。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFullHttpRequest
默认执行 FullHttpRequest 。
|
class |
DefaultFullHttpResponse
FullHttpResponse 的默认实现。
|
class |
DefaultHttpContent
默认的 HttpContent 实现。
|
class |
DefaultHttpMessage
默认的 HttpMessage 实现。
|
class |
DefaultHttpObject |
class |
DefaultHttpRequest
默认的 HttpRequest 实现。
|
class |
DefaultHttpResponse
默认的 HttpResponse 实现。
|
class |
DefaultLastHttpContent
默认的 LastHttpContent 实现。
|
Modifier and Type | Interface and Description |
---|---|
interface |
FullMemcacheMessage
将 MemcacheMessage 和LastMemcacheContent 组合成一条消息。
|
interface |
LastMemcacheContent
MemcacheContent 表示内容批处理的结束。
|
interface |
MemcacheContent
Memcache内容块。
|
interface |
MemcacheMessage
用于ASCII和二进制消息的标记接口。
|
interface |
MemcacheObject
定义所有 MemcacheObject 实现的通用接口。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMemcacheObject
默认的 MemcacheObject 实现。
|
class |
DefaultLastMemcacheContent
LastMemcacheContent 的默认实现。
|
class |
DefaultMemcacheContent
默认的 MemcacheContent 实现。
|
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryMemcacheMessage
定义二进制Memcache消息的接口,为 BinaryMemcacheRequest 和BinaryMemcacheResponse 提供公共属性。
|
interface |
BinaryMemcacheRequest
代表完整的 BinaryMemcacheRequest ,其中包含标题和可选的关键字和附加内容。
|
interface |
BinaryMemcacheResponse
代表完整的 BinaryMemcacheResponse ,其中包含标题和可选的关键字和附加内容。
|
interface |
FullBinaryMemcacheRequest
BinaryMemcacheRequest 也包含内容。
|
interface |
FullBinaryMemcacheResponse
BinaryMemcacheResponse 也包含内容。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBinaryMemcacheMessage
|
class |
DefaultBinaryMemcacheRequest
BinaryMemcacheRequest 的默认实现。
|
class |
DefaultBinaryMemcacheResponse
BinaryMemcacheResponse 的默认实现。
|
class |
DefaultFullBinaryMemcacheRequest
|
class |
DefaultFullBinaryMemcacheResponse
|
Modifier and Type | Interface and Description |
---|---|
interface |
SocksMessage
所有SOCKS协议消息实现的接口。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSocksMessage
摘要 SocksMessage 。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Socks4CommandRequest
SOCKS4a
CONNECT 或
BIND 请求。
|
interface |
Socks4CommandResponse
SOCKS4a响应。
|
interface |
Socks4Message
所有SOCKS4a协议消息实现的标签接口。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSocks4Message
摘要 Socks4Message 。
|
class |
DefaultSocks4CommandRequest
|
class |
DefaultSocks4CommandResponse
|
Modifier and Type | Interface and Description |
---|---|
interface |
Socks5CommandRequest
SOCKS5请求详细消息,如
the section 4, RFC1928中所定义。
|
interface |
Socks5CommandResponse
对SOCKS5请求详细消息的响应,如
the section 6, RFC1928中所定义。
|
interface |
Socks5InitialRequest
the section 3, RFC1928中定义的初始SOCKS5认证方法选择请求。
|
interface |
Socks5InitialResponse
如
the section 3, RFC1928中所定义的初始SOCKS5认证方法选择请求。
|
interface |
Socks5Message
所有SOCKS5协议消息实现的标记接口。
|
interface |
Socks5PasswordAuthRequest
用户名密码验证的SOCKS5子
协商请求,如
the section 2, RFC1929中所定义。
|
interface |
Socks5PasswordAuthResponse
用户名密码验证的SOCKS5子
协商响应,如
the section 2, RFC1929中所定义。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSocks5Message
摘要 Socks5Message 。
|
class |
DefaultSocks5CommandRequest
|
class |
DefaultSocks5CommandResponse
|
class |
DefaultSocks5InitialRequest
|
class |
DefaultSocks5InitialResponse
|
class |
DefaultSocks5PasswordAuthRequest
|
class |
DefaultSocks5PasswordAuthResponse
|
Modifier and Type | Interface and Description |
---|---|
interface |
LastStompContentSubframe
最后的 StompContentSubframe 表示内容批次的结束
请注意,即使协议不发送内容,也会发出一个空的LastStompContentSubframe 以使上游解析更容易。
|
interface |
StompContentSubframe
用于STOMP分块传输编码的STOMP块。
|
interface |
StompFrame
|
interface |
StompHeadersSubframe
定义 StompFrame 的命令和标题的界面。
|
interface |
StompSubframe
定义了所有 StompSubframe 实现的通用接口。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLastStompContentSubframe
LastStompContentSubframe 的默认实现。
|
class |
DefaultStompContentSubframe
默认的 StompContentSubframe 实现。
|
class |
DefaultStompFrame
默认实现 StompFrame 。
|
class |
DefaultStompHeadersSubframe
默认执行 StompHeadersSubframe 。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.