InetSocketAddress
to be able to easily pass all needed data from JNI without the need
to create more objects then needed.UnixChannel
that supports communication via
Unix Domain Socket.ChannelConfig
for DomainSocketChannel
s.DomainSocketChannel
.netty-transport-native-epoll
is
available.netty-transport-native-epoll
is supported.DatagramChannel
implementation that uses linux EPOLL Edge-Triggered Mode for
maximal performance.EpollDomainSocketChannel.EpollDomainSocketChannel(Socket, boolean)
.
Creates a new EpollDomainSocketChannel
from an existing FileDescriptor
EpollDomainSocketChannel
from an existing FileDescriptor
EventLoopGroup
which uses epoll under the covers.ThreadFactory
.ThreadFactory
.ThreadFactory
.ThreadFactory
.ThreadFactory
.EpollServerDomainSocketChannel.EpollServerDomainSocketChannel(Socket, boolean)
.
Creates a new EpollServerDomainSocketChannel
from an existing FileDescriptor
.ServerSocketChannel
implementation that uses linux EPOLL Edge-Triggered Mode for
maximal performance.EpollServerSocketChannel.EpollServerSocketChannel(Socket, boolean)
.
Creates a new EpollServerSocketChannel
from an existing FileDescriptor
.EpollServerSocketChannel.EpollServerSocketChannel(Socket, boolean)
.
Creates a new EpollServerSocketChannel
from an existing Socket
.SocketChannel
implementation that uses linux EPOLL Edge-Triggered Mode for
maximal performance.EpollSocketChannel
from an existing FileDescriptor
.FileDescriptor
that is used by this Channel
.FileDescriptor
implementation which allows to wrap an int
and provide a
FileDescriptor
for it.FileDescriptor
for the given path.FileDescriptor
for the given File
.EpollMode
used.DomainSocketReadMode
for the channel.TCP_KEEPCNT
option on the socket.TCP_KEEPIDLE
option on the socket.TCP_KEEPINTVL
option on the socket.TCP_NOTSENT_LOWAT
option on the socket.TCP_USER_TIMEOUT
option on the socket.true
if and only if the
netty-transport-native-epoll
is available.true
if the file descriptor is open.true
if the SO_REUSEPORT option is set.true
if the SO_REUSEPORT option is set.TCP_CORK
option on the socket.EpollMode
used.DomainSocketReadMode
for the channel.TCP_CORK
option on the socket.TCP_DEFER_ACCEPT
option on the socket.TCP_KEEPCNT
option on the socket.TCP_KEEPIDLE
option on the socket.TCP_KEEPINTVL
option on the socket.TCP_MD5SIG
option on the socket.TCP_MD5SIG
option on the socket.TCP_NOTSENT_LOWAT
option on the socket.TCP_QUICKACK
option on the socket.TCP_USER_TIMEOUT
option on the socket.AbstractEpollStreamChannel
to another AbstractEpollStreamChannel
.AbstractEpollStreamChannel
to another AbstractEpollStreamChannel
.AbstractEpollStreamChannel
to another FileDescriptor
.AbstractEpollStreamChannel
to another FileDescriptor
.TCP_INFO
for the current socket.TCP_INFO
for the current socket.netty-transport-native-epoll
.Channel
that expose operations that are only present on UNIX
like systems.Copyright © 2008–2017 The Netty Project. All rights reserved.