Package | Description |
---|---|
io.netty.channel.sctp.nio |
NIO-based SCTP Channel
API implementation - recommended for a large number of connections (>= 1000).
|
io.netty.channel.socket.nio |
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
|
io.netty.channel.udt.nio |
UDT Transport for NIO Channels.
|
Modifier and Type | Class and Description |
---|---|
class |
NioSctpChannel
SctpChannel implementation which use non-blocking mode and allows to read /
write SctpMessage s to the underlying SctpChannel . |
class |
NioSctpServerChannel
SctpServerChannel implementation which use non-blocking mode to accept new
connections and create the NioSctpChannel for them. |
Modifier and Type | Class and Description |
---|---|
class |
NioDatagramChannel
An NIO datagram
Channel that sends and receives an
AddressedEnvelope . |
class |
NioServerSocketChannel
A
ServerSocketChannel implementation which uses
NIO selector based implementation to accept new connections. |
Modifier and Type | Class and Description |
---|---|
class |
NioUdtAcceptorChannel
Common base for Netty Byte/Message UDT Stream/Datagram acceptors.
|
class |
NioUdtByteAcceptorChannel
Byte Channel Acceptor for UDT Streams.
|
class |
NioUdtMessageAcceptorChannel
Message Channel Acceptor for UDT Datagrams.
|
class |
NioUdtMessageConnectorChannel
Message Connector for UDT Datagrams.
|
class |
NioUdtMessageRendezvousChannel
Message Rendezvous for UDT Datagrams.
|
Copyright © 2008–2015 The Netty Project. All rights reserved.