Uses of Package
io.netty.channel.socket
-
Packages that use io.netty.channel.socket Package Description io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty.channel.kqueue BSD specific transport.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.channel.unix Unix specific transport.io.netty.handler.codec Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP.io.netty.handler.codec.dns DNS codec.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. -
Classes in io.netty.channel.socket used by io.netty.channel.epoll Class Description DatagramChannel A UDP/IPChannel
.DatagramChannelConfig AChannelConfig
for aDatagramChannel
.DatagramPacket The message container that is used forDatagramChannel
to communicate with the remote peer.DuplexChannel A duplexChannel
that has two sides that can be shutdown independently.DuplexChannelConfig AChannelConfig
for aDuplexChannel
.InternetProtocolFamily Internet Protocol (IP) families used byte theDatagramChannel
ServerSocketChannel A TCP/IPServerChannel
which accepts incoming TCP/IP connections.ServerSocketChannelConfig AChannelConfig
for aServerSocketChannel
.SocketChannel A TCP/IP socketChannel
.SocketChannelConfig AChannelConfig
for aSocketChannel
. -
Classes in io.netty.channel.socket used by io.netty.channel.kqueue Class Description DatagramChannel A UDP/IPChannel
.DatagramChannelConfig AChannelConfig
for aDatagramChannel
.DuplexChannel A duplexChannel
that has two sides that can be shutdown independently.DuplexChannelConfig AChannelConfig
for aDuplexChannel
.ServerSocketChannel A TCP/IPServerChannel
which accepts incoming TCP/IP connections.ServerSocketChannelConfig AChannelConfig
for aServerSocketChannel
.SocketChannel A TCP/IP socketChannel
.SocketChannelConfig AChannelConfig
for aSocketChannel
. -
Classes in io.netty.channel.socket used by io.netty.channel.socket.nio Class Description DatagramChannel A UDP/IPChannel
.DatagramChannelConfig AChannelConfig
for aDatagramChannel
.DuplexChannel A duplexChannel
that has two sides that can be shutdown independently.InternetProtocolFamily Internet Protocol (IP) families used byte theDatagramChannel
ServerSocketChannel A TCP/IPServerChannel
which accepts incoming TCP/IP connections.ServerSocketChannelConfig AChannelConfig
for aServerSocketChannel
.SocketChannel A TCP/IP socketChannel
.SocketChannelConfig AChannelConfig
for aSocketChannel
. -
Classes in io.netty.channel.socket used by io.netty.channel.socket.oio Class Description DatagramChannel A UDP/IPChannel
.DatagramChannelConfig AChannelConfig
for aDatagramChannel
.DefaultServerSocketChannelConfig The defaultServerSocketChannelConfig
implementation.DefaultSocketChannelConfig The defaultSocketChannelConfig
implementation.DuplexChannel A duplexChannel
that has two sides that can be shutdown independently.DuplexChannelConfig AChannelConfig
for aDuplexChannel
.ServerSocketChannel A TCP/IPServerChannel
which accepts incoming TCP/IP connections.ServerSocketChannelConfig AChannelConfig
for aServerSocketChannel
.SocketChannel A TCP/IP socketChannel
.SocketChannelConfig AChannelConfig
for aSocketChannel
. -
Classes in io.netty.channel.socket used by io.netty.channel.unix Class Description DatagramPacket The message container that is used forDatagramChannel
to communicate with the remote peer.DuplexChannel A duplexChannel
that has two sides that can be shutdown independently. -
Classes in io.netty.channel.socket used by io.netty.handler.codec Class Description DatagramPacket The message container that is used forDatagramChannel
to communicate with the remote peer. -
Classes in io.netty.channel.socket used by io.netty.handler.codec.dns Class Description DatagramPacket The message container that is used forDatagramChannel
to communicate with the remote peer.InternetProtocolFamily Internet Protocol (IP) families used byte theDatagramChannel
-
Classes in io.netty.channel.socket used by io.netty.resolver.dns Class Description DatagramChannel A UDP/IPChannel
.InternetProtocolFamily Internet Protocol (IP) families used byte theDatagramChannel
SocketChannel A TCP/IP socketChannel
.