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.channel.uring io_uring is a high I/O performance scalable interface for fully asynchronous Linux syscalls.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 Certificate validation using OCSPio.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 Deprecated.useSocketProtocolFamily
.ServerSocketChannel A TCP/IPServerChannel
which accepts incoming TCP/IP connections.ServerSocketChannelConfig AChannelConfig
for aServerSocketChannel
.SocketChannel A TCP/IP socketChannel
.SocketChannelConfig AChannelConfig
for aSocketChannel
.SocketProtocolFamily ProtocolFamily
implementation that is used by the different transport implementations. -
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 Deprecated.useSocketProtocolFamily
.ServerSocketChannel A TCP/IPServerChannel
which accepts incoming TCP/IP connections.ServerSocketChannelConfig AChannelConfig
for aServerSocketChannel
.SocketChannel A TCP/IP socketChannel
.SocketChannelConfig AChannelConfig
for aSocketChannel
.SocketProtocolFamily ProtocolFamily
implementation that is used by the different transport implementations. -
Classes in io.netty.channel.socket used by io.netty.channel.socket Class Description ChannelInputShutdownEvent Special event which will be fired and passed to theChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object)
methods once the input of aSocketChannel
was shutdown and theDuplexChannelConfig.isAllowHalfClosure()
method returnstrue
.ChannelInputShutdownReadComplete User event that signifies the channel's input side is shutdown, and we tried to shut it down again.ChannelOutputShutdownEvent Special event which will be fired and passed to theChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object)
methods once the output of aSocketChannel
was shutdown.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 Deprecated.useSocketProtocolFamily
.ServerSocketChannel A TCP/IPServerChannel
which accepts incoming TCP/IP connections.ServerSocketChannelConfig AChannelConfig
for aServerSocketChannel
.SocketChannel A TCP/IP socketChannel
.SocketChannelConfig AChannelConfig
for aSocketChannel
.SocketProtocolFamily ProtocolFamily
implementation that is used by the different transport implementations. -
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 Deprecated.useSocketProtocolFamily
.ServerSocketChannel A TCP/IPServerChannel
which accepts incoming TCP/IP connections.ServerSocketChannelConfig AChannelConfig
for aServerSocketChannel
.SocketChannel A TCP/IP socketChannel
.SocketChannelConfig AChannelConfig
for aSocketChannel
.SocketProtocolFamily ProtocolFamily
implementation that is used by the different transport implementations. -
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.InternetProtocolFamily Deprecated.useSocketProtocolFamily
.SocketProtocolFamily ProtocolFamily
implementation that is used by the different transport implementations. -
Classes in io.netty.channel.socket used by io.netty.channel.uring Class Description DatagramChannel A UDP/IPChannel
.DatagramChannelConfig AChannelConfig
for aDatagramChannel
.DuplexChannel A duplexChannel
that has two sides that can be shutdown independently.ServerSocketChannel A TCP/IPServerChannel
which accepts incoming TCP/IP connections.ServerSocketChannelConfig AChannelConfig
for aServerSocketChannel
.SocketChannel A TCP/IP socketChannel
.SocketChannelConfig AChannelConfig
for aSocketChannel
.SocketProtocolFamily ProtocolFamily
implementation that is used by the different transport implementations. -
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 Deprecated.useSocketProtocolFamily
.SocketProtocolFamily ProtocolFamily
implementation that is used by the different transport implementations. -
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 Deprecated.useSocketProtocolFamily
.SocketChannel A TCP/IP socketChannel
.SocketProtocolFamily ProtocolFamily
implementation that is used by the different transport implementations.