程序包 | 说明 |
---|---|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
io.netty.example.echo | |
io.netty.example.http2.helloworld.frame.server | |
io.netty.example.http2.helloworld.multiplex.server | |
io.netty.example.mqtt.heartBeat | |
io.netty.example.sctp | |
io.netty.example.socksproxy | |
io.netty.example.stomp.websocket | |
io.netty.example.telnet | |
io.netty.example.udt.echo.bytes |
Examples show how to use UDT Byte Streams.
|
io.netty.example.udt.echo.message |
Examples show how to use UDT Message Flows.
|
io.netty.example.uptime | |
io.netty.handler.address |
Package to dynamically replace local / remote
SocketAddress . |
io.netty.handler.codec |
Benchmarks for
io.netty.handler.codec . |
io.netty.handler.codec.base64 | |
io.netty.handler.codec.bytes |
Encoder and decoder which transform an array of bytes into a
ByteBuf and vice versa. |
io.netty.handler.codec.compression | |
io.netty.handler.codec.dns |
DNS codec.
|
io.netty.handler.codec.haproxy |
Decodes an HAProxy proxy protocol header
|
io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
io.netty.handler.codec.http.websocketx.extensions.compression |
Encoder, decoder, handshakers to handle most common WebSocket Compression Extensions.
|
io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2 . |
io.netty.handler.codec.marshalling |
Decoder and Encoder which uses JBoss Marshalling.
|
io.netty.handler.codec.mqtt |
Benchmarks for
io.netty.handler.codec.mqtt . |
io.netty.handler.codec.protobuf |
Encoder and decoder which transform a
Google Protocol Buffers
com.google.protobuf.Message and com.google.protobuf.nano.MessageNano into a
ByteBuf and vice versa. |
io.netty.handler.codec.rtsp |
An RTSP
extension based on the HTTP codec.
|
io.netty.handler.codec.serialization |
Encoder, decoder and their compatibility stream implementations which
transform a
Serializable object into a byte buffer and
vice versa. |
io.netty.handler.codec.socks |
Encoder, decoder and their related message types for Socks.
|
io.netty.handler.codec.socksx.v4 |
Encoder, decoder and their related message types for SOCKSv4 protocol.
|
io.netty.handler.codec.socksx.v5 |
Encoder, decoder and their related message types for SOCKSv5 protocol.
|
io.netty.handler.codec.string |
Encoder and decoder which transform a
String into a
ByteBuf and vice versa. |
io.netty.handler.ipfilter |
Package to filter IP addresses (allow/deny).
|
io.netty.handler.logging |
Logs the I/O events for debugging purpose.
|
io.netty.handler.traffic |
Implementation of a Traffic Shaping Handler and Dynamic Statistics.
|
限定符和类型 | 类和说明 |
---|---|
class |
ChannelInitializer<C extends Channel>
A special
ChannelInboundHandler which offers an easy way to initialize a Channel once it was
registered to its EventLoop . |
限定符和类型 | 类和说明 |
---|---|
class |
EchoServerHandler
Handler implementation for the echo server.
|
限定符和类型 | 类和说明 |
---|---|
class |
HelloWorldHttp2Handler
A simple handler that responds with the message "Hello World!".
|
限定符和类型 | 类和说明 |
---|---|
class |
HelloWorldHttp2Handler
A simple handler that responds with the message "Hello World!".
|
限定符和类型 | 类和说明 |
---|---|
class |
MqttHeartBeatBrokerHandler |
限定符和类型 | 类和说明 |
---|---|
class |
SctpEchoServerHandler
Handler implementation for the SCTP echo server.
|
限定符和类型 | 类和说明 |
---|---|
class |
SocksServerConnectHandler |
class |
SocksServerHandler |
限定符和类型 | 类和说明 |
---|---|
class |
StompChatHandler |
class |
StompWebSocketClientPageHandler |
class |
StompWebSocketProtocolCodec |
限定符和类型 | 类和说明 |
---|---|
class |
TelnetClientHandler
Handles a client-side channel.
|
class |
TelnetServerHandler
Handles a server-side channel.
|
限定符和类型 | 类和说明 |
---|---|
class |
ByteEchoServerHandler
Handler implementation for the echo server.
|
限定符和类型 | 类和说明 |
---|---|
class |
MsgEchoServerHandler
Handler implementation for the echo server.
|
限定符和类型 | 类和说明 |
---|---|
class |
UptimeClientHandler
Keep reconnecting to the server while printing out the current uptime and
connection attempt getStatus.
|
class |
UptimeServerHandler |
限定符和类型 | 类和说明 |
---|---|
class |
ResolveAddressHandler
ChannelOutboundHandlerAdapter which will resolve the SocketAddress that is passed to
ResolveAddressHandler.connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) if it is not already resolved
and the AddressResolver supports the type of SocketAddress . |
限定符和类型 | 类和说明 |
---|---|
class |
LengthFieldPrepender
An encoder that prepends the length of the message.
|
限定符和类型 | 类和说明 |
---|---|
class |
Base64Decoder
|
class |
Base64Encoder
|
限定符和类型 | 类和说明 |
---|---|
class |
ByteArrayEncoder
Encodes the requested array of bytes into a
ByteBuf . |
限定符和类型 | 类和说明 |
---|---|
class |
BrotliEncoder
Compress a
ByteBuf with the Brotli compression. |
限定符和类型 | 类和说明 |
---|---|
class |
DatagramDnsQueryDecoder
Decodes a
DatagramPacket into a DatagramDnsQuery . |
class |
DatagramDnsQueryEncoder
|
class |
DatagramDnsResponseDecoder
Decodes a
DatagramPacket into a DatagramDnsResponse . |
class |
DatagramDnsResponseEncoder
|
class |
TcpDnsQueryEncoder |
class |
TcpDnsResponseEncoder |
限定符和类型 | 类和说明 |
---|---|
class |
HAProxyMessageEncoder
Encodes an HAProxy proxy protocol message
|
限定符和类型 | 类和说明 |
---|---|
class |
WebSocket00FrameEncoder
Encodes a
WebSocketFrame into a ByteBuf . |
限定符和类型 | 类和说明 |
---|---|
class |
WebSocketClientCompressionHandler
Extends io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketClientExtensionHandler
to handle the most common WebSocket Compression Extensions.
|
限定符和类型 | 类和说明 |
---|---|
class |
Http2StreamFrameToHttpObjectCodec
This handler converts from
Http2StreamFrame to HttpObject ,
and back. |
限定符和类型 | 类和说明 |
---|---|
class |
CompatibleMarshallingEncoder
MessageToByteEncoder implementation which uses JBoss Marshalling to marshal
an Object. |
class |
MarshallingEncoder
MessageToByteEncoder implementation which uses JBoss Marshalling to marshal
an Object. |
限定符和类型 | 类和说明 |
---|---|
class |
MqttEncoder
|