Modifier and Type | Class and Description |
---|---|
class |
DelimiterBasedFrameDecoder
解码器将收到的 ByteBuf 分割成一个或多个分隔符。
|
class |
FixedLengthFrameDecoder
将接收到的 ByteBuf 分割为固定字节数的解码器。
|
class |
LengthFieldBasedFrameDecoder
一个解码器,通过消息中的长度字段的值动态分割接收到的 ByteBuf 。
|
class |
LineBasedFrameDecoder
解码器将收到的 ByteBuf 分解为行尾。
|
class |
ReplayingDecoder<S>
ByteToMessageDecoder 的一个特殊变体,它能够在阻塞I / O范例中实现非阻塞解码器。
|
Modifier and Type | Class and Description |
---|---|
class |
Bzip2Decoder
解压缩使用Bzip2格式编码的 ByteBuf 。
|
class |
FastLzFrameDecoder
使用FastLZ算法解压缩由 FastLzFrameEncoder 编码的ByteBuf 。
|
class |
JdkZlibDecoder
使用膨胀算法解压缩 ByteBuf 。
|
class |
JZlibDecoder |
class |
Lz4FrameDecoder
解压缩使用LZ4格式编码的 ByteBuf 。
|
class |
LzfDecoder
解压缩使用LZF格式编码的 ByteBuf 。
|
class |
SnappyFramedDecoder
已过时。
改为使用
SnappyFrameDecoder 。
|
class |
SnappyFrameDecoder
解压缩使用Snappy成帧格式编码的 ByteBuf 。
|
class |
ZlibDecoder
使用deflate算法解压缩 ByteBuf 。
|
Modifier and Type | Class and Description |
---|---|
class |
HAProxyMessageDecoder
解码HAProxy代理协议标头
|
Modifier and Type | Class and Description |
---|---|
class |
HttpObjectDecoder
将 ByteBuf s解码为HttpMessage s和HttpContent s。
|
class |
HttpRequestDecoder
将 ByteBuf s解码为HttpRequest s和HttpContent s。
|
class |
HttpResponseDecoder
将 ByteBuf s解码为HttpResponse s和HttpContent s。
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocket00FrameDecoder
解码 ByteBuf s转换WebSocketFrame 秒。
|
class |
WebSocket07FrameDecoder
从有线协议版本7格式解码网络套接字帧。
|
class |
WebSocket08FrameDecoder
从有线协议版本8格式解码web套接字帧。
|
class |
WebSocket13FrameDecoder
从有线协议版本13格式解码网络套接字帧。
|
Modifier and Type | Class and Description |
---|---|
class |
Http2ConnectionHandler
提供处理入站帧事件和代理到 Http2FrameListener 的默认实现此类将读取HTTP / 2帧并将事件委托给Http2FrameListener 此接口通过Http2LocalFlowController 实施入站流控制功能
|
class |
Http2FrameCodec
这个API非常不成熟。
|
class |
Http2MultiplexCodec
为每个流创建子通道的HTTP / 2处理程序。
|
class |
HttpToHttp2ConnectionHandler
将HTTP / 1.x对象写入HTTP / 2帧。
|
Modifier and Type | Class and Description |
---|---|
class |
JsonObjectDecoder
将JSON对象和数组的字节流拆分为单个对象/数组,然后将它们传递给 ChannelPipeline 。
|
Modifier and Type | Class and Description |
---|---|
class |
CompatibleMarshallingDecoder
ReplayingDecoder 其使用Unmarshaller 读取对象出的ByteBuf 。
|
class |
MarshallingDecoder
解码器必须与 MarshallingEncoder 一起使用。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMemcacheObjectDecoder
ascii和二进制解码器的抽象超类。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBinaryMemcacheDecoder<M extends BinaryMemcacheMessage>
|
class |
BinaryMemcacheRequestDecoder
负责解码请求特定报头的解码器部分。
|
class |
BinaryMemcacheResponseDecoder
负责解码响应头的解码器。
|
Modifier and Type | Class and Description |
---|---|
class |
MqttDecoder
解码来自字节的Mqtt消息,跟随
the MQTT protocol specification v3.1
|
Modifier and Type | Class and Description |
---|---|
class |
ProtobufVarint32FrameDecoder
一个解码器,根据消息中的Google Protocol Buffers Base 128 Varints整数长度字段的值动态分割接收到的 ByteBuf 。
|
Modifier and Type | Class and Description |
---|---|
class |
RedisDecoder
按照RESP (REdis Serialization Protocol)将Redis协议解码为 RedisMessage 个对象。
|
Modifier and Type | Class and Description |
---|---|
class |
RtspDecoder
解码 ByteBuf s转换中表示RTSP消息HttpMessage 秒。
|
class |
RtspObjectDecoder
已过时。
改为使用
RtspDecoder 。
|
class |
RtspRequestDecoder
已过时。
直接使用
RtspDecoder
|
class |
RtspResponseDecoder
已过时。
直接使用
RtspDecoder
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectDecoder
|
Modifier and Type | Class and Description |
---|---|
class |
SmtpResponseDecoder
SMTP响应的解码器。
|
Modifier and Type | Class and Description |
---|---|
class |
SocksAuthRequestDecoder
将 ByteBuf s解码为SocksAuthRequest 。
|
class |
SocksAuthResponseDecoder
将 ByteBuf s解码为SocksAuthResponse 。
|
class |
SocksCmdRequestDecoder
解码 ByteBuf s转换SocksCmdRequest 。
|
class |
SocksCmdResponseDecoder
将 ByteBuf s解码为SocksCmdResponse 。
|
class |
SocksInitRequestDecoder
将 ByteBuf s解码为SocksInitRequest 。
|
class |
SocksInitResponseDecoder
解码 ByteBuf s转换SocksInitResponse 。
|
Modifier and Type | Class and Description |
---|---|
class |
SocksPortUnificationServerHandler
检测当前SOCKS连接的版本并使用 Socks4ServerDecoder 或Socks5InitialRequestDecoder 初始化管道。
|
Modifier and Type | Class and Description |
---|---|
class |
Socks4ClientDecoder
从入站 ByteBuf 解码单个Socks4CommandResponse 。
|
class |
Socks4ServerDecoder
从入站 ByteBuf 解码单个Socks4CommandRequest 。
|
Modifier and Type | Class and Description |
---|---|
class |
Socks5CommandRequestDecoder
从入站 ByteBuf 解码单个Socks5CommandRequest 。
|
class |
Socks5CommandResponseDecoder
从入站 ByteBuf 解码单个Socks5CommandResponse 。
|
class |
Socks5InitialRequestDecoder
从入站 ByteBuf 解码单个Socks5InitialRequest 。
|
class |
Socks5InitialResponseDecoder
从入站 ByteBuf 解码单个Socks5InitialResponse 。
|
class |
Socks5PasswordAuthRequestDecoder
从入站 ByteBuf 解码单个Socks5PasswordAuthRequest 。
|
class |
Socks5PasswordAuthResponseDecoder
从入站 ByteBuf 解码单个Socks5PasswordAuthResponse 。
|
Modifier and Type | Class and Description |
---|---|
class |
SpdyFrameCodec
编码和解码SPDY帧的 ChannelHandler 。
|
Modifier and Type | Class and Description |
---|---|
class |
StompSubframeDecoder
将 ByteBuf s解码为StompHeadersSubframe s和StompContentSubframe s。
|
Modifier and Type | Class and Description |
---|---|
class |
XmlDecoder
基于
Aalto XML parser的异步XML解码器。
|
class |
XmlFrameDecoder
用于单独的基于XML的消息流的帧解码器。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSniHandler<T>
为服务器端SSL启用
SNI (Server Name Indication)扩展。
|
class |
OptionalSslHandler
OptionalSslHandler 是基于收到的第一条消息支持SSL和非SSL处理程序的实用程序解码器。
|
class |
SniHandler
为服务器端SSL启用
SNI (Server Name Indication)扩展。
|
class |
SslHandler
|
Copyright © 2008–2018 The Netty Project. All rights reserved.