Uses of Package
io.netty.channel.socket
-
Packages that use io.netty.channel.socket Package Description 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 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.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 theSocketChannelConfig.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.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.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.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
.DefaultDatagramChannelConfig The defaultDatagramChannelConfig
implementation.DefaultServerSocketChannelConfig The defaultServerSocketChannelConfig
implementation.DefaultSocketChannelConfig The defaultSocketChannelConfig
implementation.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
. -
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
.