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.handler.ssl.ocsp OCSP stapling, formally known as the TLS Certificate Status Request extension, is an alternative approach to the Online Certificate Status Protocol (OCSP) for checking the revocation status of X.509 digital certificates.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 by 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
.InternetProtocolFamily Internet Protocol (IP) families used by 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.nio Class Description DatagramChannel A UDP/IPChannel
.DatagramChannelConfig AChannelConfig
for aDatagramChannel
.DefaultDatagramChannelConfig The defaultDatagramChannelConfig
implementation.DefaultServerSocketChannelConfig The defaultServerSocketChannelConfig
implementation.DefaultSocketChannelConfig The defaultSocketChannelConfig
implementation.DuplexChannel A duplexChannel
that has two sides that can be shutdown independently.DuplexChannelConfig AChannelConfig
for aDuplexChannel
.InternetProtocolFamily Internet Protocol (IP) families used by 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
.DefaultDatagramChannelConfig The defaultDatagramChannelConfig
implementation.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.InternetProtocolFamily Internet Protocol (IP) families used by theDatagramChannel
-
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 by theDatagramChannel
-
Classes in io.netty.channel.socket used by io.netty.handler.ssl.ocsp Class Description DatagramChannel A UDP/IPChannel
.SocketChannel A TCP/IP socketChannel
. -
Classes in io.netty.channel.socket used by io.netty.resolver.dns Class Description DatagramChannel A UDP/IPChannel
.InternetProtocolFamily Internet Protocol (IP) families used by theDatagramChannel
SocketChannel A TCP/IP socketChannel
.