| Package | Description |
|---|---|
| io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
| io.netty.channel.socket |
Abstract TCP and UDP socket interfaces which extend the core channel API.
|
| 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).
|
| io.netty.handler.codec.dns |
DNS codec information for writing to and reading from a DNS server.
|
| io.netty.resolver.dns |
An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously,
which supports the queries of an arbitrary DNS record type as well.
|
| Class and Description |
|---|
| DatagramChannel
A UDP/IP
Channel}. |
| 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. |
| SocketChannelConfig
A
ChannelConfig for a SocketChannel. |
| Class and Description |
|---|
| ChannelInputShutdownEvent
Special event which will be fired and passed to the
ChannelHandler.userEventTriggered(ChannelHandlerContext, Object) methods once the input of
a SocketChannel was shutdown and the SocketChannelConfig.isAllowHalfClosure() method returns
true. |
| DatagramChannel
A UDP/IP
Channel}. |
| DatagramChannelConfig
A
ChannelConfig for a DatagramChannel. |
| DatagramPacket
The message container that is used for
DatagramChannel to communicate with the remote peer. |
| InternetProtocolFamily
Internet Protocol (IP) families used byte the
DatagramChannel |
| ServerSocketChannel
A TCP/IP
ServerChannel which accepts incoming TCP/IP connections. |
| ServerSocketChannelConfig
A
ChannelConfig for a ServerSocketChannel. |
| SocketChannel
A TCP/IP socket
Channel. |
| SocketChannelConfig
A
ChannelConfig for a SocketChannel. |
| Class and Description |
|---|
| DatagramChannel
A UDP/IP
Channel}. |
| DatagramChannelConfig
A
ChannelConfig for a DatagramChannel. |
| InternetProtocolFamily
Internet Protocol (IP) families used byte the
DatagramChannel |
| ServerSocketChannel
A TCP/IP
ServerChannel which accepts incoming TCP/IP connections. |
| ServerSocketChannelConfig
A
ChannelConfig for a ServerSocketChannel. |
| SocketChannel
A TCP/IP socket
Channel. |
| SocketChannelConfig
A
ChannelConfig for a SocketChannel. |
| Class and Description |
|---|
| DatagramChannel
A UDP/IP
Channel}. |
| DatagramChannelConfig
A
ChannelConfig for a DatagramChannel. |
| DefaultServerSocketChannelConfig
The default
ServerSocketChannelConfig implementation. |
| DefaultSocketChannelConfig
The default
SocketChannelConfig implementation. |
| ServerSocketChannel
A TCP/IP
ServerChannel which accepts incoming TCP/IP connections. |
| ServerSocketChannelConfig
A
ChannelConfig for a ServerSocketChannel. |
| SocketChannel
A TCP/IP socket
Channel. |
| SocketChannelConfig
A
ChannelConfig for a SocketChannel. |
| Class and Description |
|---|
| DatagramPacket
The message container that is used for
DatagramChannel to communicate with the remote peer. |
| Class and Description |
|---|
| DatagramChannel
A UDP/IP
Channel}. |
| InternetProtocolFamily
Internet Protocol (IP) families used byte the
DatagramChannel |
Copyright © 2008–2015 The Netty Project. All rights reserved.