| Modifier and Type | Class and Description |
|---|---|
class |
ChannelInitializer<C extends Channel>
一个特殊的 ChannelInboundHandler ,它提供了一个简单的方法来初始化一个Channel,一旦它被注册到EventLoop 。
|
| Modifier and Type | Class and Description |
|---|---|
class |
LengthFieldPrepender
预编码消息长度的编码器。
|
| Modifier and Type | Class and Description |
|---|---|
class |
Base64Decoder
|
class |
Base64Encoder
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayEncoder
将请求的字节数组编码为 ByteBuf 。
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatagramDnsQueryDecoder
|
class |
DatagramDnsQueryEncoder
|
class |
DatagramDnsResponseDecoder
|
class |
DatagramDnsResponseEncoder
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocket00FrameEncoder
将 WebSocketFrame编码为ByteBuf 。
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketClientCompressionHandler
扩展
io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketClientExtensionHandler以处理最常见的WebSocket压缩扩展。
|
| Modifier and Type | Class and Description |
|---|---|
class |
Http2StreamFrameToHttpObjectCodec
该处理程序从 Http2StreamFrame转换为HttpObject ,然后返回。
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompatibleMarshallingEncoder
MessageToByteEncoder使用JBoss编组来封送对象的实现。
|
class |
MarshallingEncoder
MessageToByteEncoder使用JBoss编组来封送对象的实现。
|
| Modifier and Type | Class and Description |
|---|---|
class |
MqttEncoder
按照协议规范v3.1将Mqtt消息编码为字节,如此处所述
MQTTV3.1
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProtobufDecoder
|
class |
ProtobufDecoderNano
将收到的 ByteBuf解码为Google Protocol Buffers MessageNano 。
|
class |
ProtobufEncoder
|
class |
ProtobufEncoderNano
将请求的Google Protocol Buffers MessageNano编码为ByteBuf 。
|
class |
ProtobufVarint32LengthFieldPrepender
Google协议缓冲区 的前置编码器
在io.netty.handler.codec.rtsp中使用ChannelHandler.Sharable |
| Modifier and Type | Class and Description |
class |
RtspObjectEncoder<H extends HttpMessage>
Deprecated.
Use
RtspEncoder instead.
|
class ObjectEncoder
ByteBuf.
class SocksMessageEncoder
SocksMessage into a
ByteBuf.
class Socks4ClientEncoder
Socks4CommandRequest into a
ByteBuf.
class Socks4ServerEncoder
Socks4CommandResponse into a
ByteBuf.
class Socks5ClientEncoder
Socks5Message into a
ByteBuf.
class Socks5ServerEncoder
Socks5Message into a
ByteBuf.
class LineEncoder
String and encode it into a
ByteBuf.
class StringDecoder
ByteBuf into a
String.
class StringEncoder
String into a
ByteBuf.
class RuleBasedIpFilter
Channels based on the
IpFilterRules passed to its constructor.
class UniqueIpFilter
Channel connected to the server.
class LoggingHandler
ChannelHandler that logs all events using a logging framework.
class GlobalChannelTrafficShapingHandler
AbstractTrafficShapingHandler is for global and per channel traffic shaping, that is to say a global limitation of the bandwidth, whatever the number of opened channels and a per channel limitation of the bandwidth.
class GlobalTrafficShapingHandler
AbstractTrafficShapingHandler is for global traffic shaping, that is to say a global limitation of the bandwidth, whatever the number of opened channels.
Copyright © 2008–2018 The Netty Project. All rights reserved.