| Package | Description |
|---|---|
| io.netty.channel.socket |
Abstract TCP and UDP socket interfaces which extend the core channel API.
|
| io.netty.channel.socket.aio |
NIO2-based socket 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.socket.oio |
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
|
| Class and Description |
|---|
| DatagramChannelConfig
A
ChannelConfig for a DatagramChannel. |
| InternetProtocolFamily
Internet Protocol (IP) families
|
| ServerSocketChannelConfig
A
ChannelConfig for a ServerSocketChannel. |
| SocketChannelConfig
A
ChannelConfig for a SocketChannel. |
| Class and Description |
|---|
| ServerSocketChannel
A TCP/IP
ServerChannel which accepts incoming TCP/IP connections. |
| ServerSocketChannelConfig
A
ChannelConfig for a ServerSocketChannel. |
| SocketChannel
A TCP/IP socket
Channel which was either accepted by
ServerSocketChannel or created by ClientSocketChannelFactory. |
| Class and Description |
|---|
| DatagramChannel
A UDP/IP
Channel which is created by DatagramChannelFactory. |
| DatagramChannelConfig
A
ChannelConfig for a DatagramChannel. |
| InternetProtocolFamily
Internet Protocol (IP) families
|
| ServerSocketChannel
A TCP/IP
ServerChannel which accepts incoming TCP/IP connections. |
| ServerSocketChannelConfig
A
ChannelConfig for a ServerSocketChannel. |
| SocketChannel
A TCP/IP socket
Channel which was either accepted by
ServerSocketChannel or created by ClientSocketChannelFactory. |
| SocketChannelConfig
A
ChannelConfig for a SocketChannel. |
| Class and Description |
|---|
| DatagramChannel
A UDP/IP
Channel which is created by DatagramChannelFactory. |
| DatagramChannelConfig
A
ChannelConfig for a DatagramChannel. |
| ServerSocketChannel
A TCP/IP
ServerChannel which accepts incoming TCP/IP connections. |
| ServerSocketChannelConfig
A
ChannelConfig for a ServerSocketChannel. |
| SocketChannel
A TCP/IP socket
Channel which was either accepted by
ServerSocketChannel or created by ClientSocketChannelFactory. |
| SocketChannelConfig
A
ChannelConfig for a SocketChannel. |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.