Uses of Package
io.netty.channel.socket
Packages that use io.netty.channel.socket
Package
Description
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
Abstract TCP and UDP socket interfaces which extend the core channel API.
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
Unix specific transport.
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.
DNS codec.
Certificate validation using OCSP
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.epollClassDescriptionA UDP/IP
Channel
.AChannelConfig
for aDatagramChannel
.The message container that is used forDatagramChannel
to communicate with the remote peer.A duplexChannel
that has two sides that can be shutdown independently.AChannelConfig
for aDuplexChannel
.Internet Protocol (IP) families used by theDatagramChannel
A TCP/IPServerChannel
which accepts incoming TCP/IP connections.AChannelConfig
for aServerSocketChannel
.A TCP/IP socketChannel
.AChannelConfig
for aSocketChannel
. -
Classes in io.netty.channel.socket used by io.netty.channel.kqueueClassDescriptionA UDP/IP
Channel
.AChannelConfig
for aDatagramChannel
.A duplexChannel
that has two sides that can be shutdown independently.AChannelConfig
for aDuplexChannel
.Internet Protocol (IP) families used by theDatagramChannel
A TCP/IPServerChannel
which accepts incoming TCP/IP connections.AChannelConfig
for aServerSocketChannel
.A TCP/IP socketChannel
.AChannelConfig
for aSocketChannel
. -
Classes in io.netty.channel.socket used by io.netty.channel.socketClassDescriptionSpecial event which will be fired and passed to the
ChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object)
methods once the input of aSocketChannel
was shutdown and theDuplexChannelConfig.isAllowHalfClosure()
method returnstrue
.User event that signifies the channel's input side is shutdown, and we tried to shut it down again.Special event which will be fired and passed to theChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object)
methods once the output of aSocketChannel
was shutdown.A UDP/IPChannel
.AChannelConfig
for aDatagramChannel
.The message container that is used forDatagramChannel
to communicate with the remote peer.A duplexChannel
that has two sides that can be shutdown independently.AChannelConfig
for aDuplexChannel
.Internet Protocol (IP) families used by theDatagramChannel
A TCP/IPServerChannel
which accepts incoming TCP/IP connections.AChannelConfig
for aServerSocketChannel
.A TCP/IP socketChannel
.AChannelConfig
for aSocketChannel
. -
Classes in io.netty.channel.socket used by io.netty.channel.socket.nioClassDescriptionA UDP/IP
Channel
.AChannelConfig
for aDatagramChannel
.The defaultDatagramChannelConfig
implementation.The defaultServerSocketChannelConfig
implementation.The defaultSocketChannelConfig
implementation.A duplexChannel
that has two sides that can be shutdown independently.AChannelConfig
for aDuplexChannel
.Internet Protocol (IP) families used by theDatagramChannel
A TCP/IPServerChannel
which accepts incoming TCP/IP connections.AChannelConfig
for aServerSocketChannel
.A TCP/IP socketChannel
.AChannelConfig
for aSocketChannel
. -
Classes in io.netty.channel.socket used by io.netty.channel.socket.oioClassDescriptionA UDP/IP
Channel
.AChannelConfig
for aDatagramChannel
.The defaultDatagramChannelConfig
implementation.The defaultServerSocketChannelConfig
implementation.The defaultSocketChannelConfig
implementation.A duplexChannel
that has two sides that can be shutdown independently.AChannelConfig
for aDuplexChannel
.A TCP/IPServerChannel
which accepts incoming TCP/IP connections.AChannelConfig
for aServerSocketChannel
.A TCP/IP socketChannel
.AChannelConfig
for aSocketChannel
. -
Classes in io.netty.channel.socket used by io.netty.channel.unixClassDescriptionThe message container that is used for
DatagramChannel
to communicate with the remote peer.A duplexChannel
that has two sides that can be shutdown independently.Internet Protocol (IP) families used by theDatagramChannel
-
Classes in io.netty.channel.socket used by io.netty.handler.codecClassDescriptionThe message container that is used for
DatagramChannel
to communicate with the remote peer. -
Classes in io.netty.channel.socket used by io.netty.handler.codec.dnsClassDescriptionThe message container that is used for
DatagramChannel
to communicate with the remote peer.Internet Protocol (IP) families used by theDatagramChannel
-
Classes in io.netty.channel.socket used by io.netty.handler.ssl.ocsp
-
Classes in io.netty.channel.socket used by io.netty.resolver.dnsClassDescriptionA UDP/IP
Channel
.Internet Protocol (IP) families used by theDatagramChannel
A TCP/IP socketChannel
.