程序包 | 说明 |
---|---|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
io.netty.channel.socket |
Abstract TCP and UDP socket interfaces which extend the core channel API.
|
限定符和类型 | 类和说明 |
---|---|
class |
DefaultAddressedEnvelope<M,A extends java.net.SocketAddress>
The default
AddressedEnvelope implementation. |
限定符和类型 | 方法和说明 |
---|---|
AddressedEnvelope<M,A> |
DefaultAddressedEnvelope.retain() |
AddressedEnvelope<M,A> |
DefaultAddressedEnvelope.retain(int increment) |
限定符和类型 | 类和说明 |
---|---|
class |
DatagramPacket
The message container that is used for
DatagramChannel to communicate with the remote peer. |