Skip navigation links
Netty/Transport/Native/Epoll 4.1.9.Final-redhat-2
A B C D E F G H I J K L M N O P R S T U V W 

A

AbstractEpollServerChannel - Class in io.netty.channel.epoll
 
AbstractEpollServerChannel(int) - Constructor for class io.netty.channel.epoll.AbstractEpollServerChannel
AbstractEpollServerChannel(FileDescriptor) - Constructor for class io.netty.channel.epoll.AbstractEpollServerChannel
AbstractEpollServerChannel(Socket) - Constructor for class io.netty.channel.epoll.AbstractEpollServerChannel
AbstractEpollServerChannel(Socket, boolean) - Constructor for class io.netty.channel.epoll.AbstractEpollServerChannel
 
AbstractEpollStreamChannel - Class in io.netty.channel.epoll
 
AbstractEpollStreamChannel(Channel, int) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
AbstractEpollStreamChannel(int) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
AbstractEpollStreamChannel(FileDescriptor) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
AbstractEpollStreamChannel(Socket) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
AbstractEpollStreamChannel(Channel, Socket) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
 
AbstractEpollStreamChannel(Socket, boolean) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
 
AbstractEpollStreamChannel.SpliceInTask - Class in io.netty.channel.epoll
 
accept(byte[]) - Method in class io.netty.channel.unix.Socket
 
address() - Method in class io.netty.channel.unix.NativeInetAddress
 
address(byte[], int, int) - Static method in class io.netty.channel.unix.NativeInetAddress
 
advmss() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
ato() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
autoReadCleared() - Method in class io.netty.channel.epoll.EpollChannelConfig
 

B

backoff() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
bind(SocketAddress) - Method in class io.netty.channel.unix.Socket
 
block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
block(InetAddress, InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
block(InetAddress, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 

C

caState() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
channel - Variable in class io.netty.channel.epoll.EpollServerChannelConfig
 
close() - Method in class io.netty.channel.unix.FileDescriptor
Close the file descriptor.
config() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
config() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
config() - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
config() - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
config() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
config() - Method in interface io.netty.channel.unix.DomainSocketChannel
 
connect(SocketAddress) - Method in class io.netty.channel.unix.Socket
 

D

DatagramSocketAddress - Class in io.netty.channel.unix
Act as special InetSocketAddress to be able to easily pass all needed data from JNI without the need to create more objects then needed.
doBind(SocketAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.epoll.EpollSocketChannel
 
doClose() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
doClose() - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
Connect to the remote peer
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll.EpollSocketChannel
 
doDisconnect() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
DOMAIN_SOCKET_READ_MODE - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
DomainSocketAddress - Class in io.netty.channel.unix
A address for a Unix Domain Socket.
DomainSocketAddress(String) - Constructor for class io.netty.channel.unix.DomainSocketAddress
 
DomainSocketAddress(File) - Constructor for class io.netty.channel.unix.DomainSocketAddress
 
DomainSocketChannel - Interface in io.netty.channel.unix
A UnixChannel that supports communication via Unix Domain Socket.
DomainSocketChannelConfig - Interface in io.netty.channel.unix
Special ChannelConfig for DomainSocketChannels.
DomainSocketReadMode - Enum in io.netty.channel.unix
Different modes of reading from a DomainSocketChannel.
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
doWriteSingle(ChannelOutboundBuffer, int) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
doWriteSingle(ChannelOutboundBuffer, int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 

E

ensureAvailability() - Static method in class io.netty.channel.epoll.Epoll
Ensure that netty-transport-native-epoll is available.
Epoll - Class in io.netty.channel.epoll
Tells if netty-transport-native-epoll is supported.
EPOLL_MODE - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
EpollChannelConfig - Class in io.netty.channel.epoll
 
EpollChannelOption<T> - Class in io.netty.channel.epoll
 
epollCtlAdd(int, int, int) - Static method in class io.netty.channel.epoll.Native
 
epollCtlDel(int, int) - Static method in class io.netty.channel.epoll.Native
 
epollCtlMod(int, int, int) - Static method in class io.netty.channel.epoll.Native
 
EpollDatagramChannel - Class in io.netty.channel.epoll
DatagramChannel implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.
EpollDatagramChannel() - Constructor for class io.netty.channel.epoll.EpollDatagramChannel
 
EpollDatagramChannel(FileDescriptor) - Constructor for class io.netty.channel.epoll.EpollDatagramChannel
EpollDatagramChannel(Socket) - Constructor for class io.netty.channel.epoll.EpollDatagramChannel
 
EpollDatagramChannelConfig - Class in io.netty.channel.epoll
 
EpollDomainSocketChannel - Class in io.netty.channel.epoll
 
EpollDomainSocketChannel() - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
 
EpollDomainSocketChannel(Channel, FileDescriptor) - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
EpollDomainSocketChannel(FileDescriptor) - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
EpollDomainSocketChannel(Channel, Socket) - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
 
EpollDomainSocketChannel(Socket, boolean) - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
Creates a new EpollDomainSocketChannel from an existing FileDescriptor
EpollDomainSocketChannelConfig - Class in io.netty.channel.epoll
 
EPOLLERR - Static variable in class io.netty.channel.epoll.Native
 
EPOLLET - Static variable in class io.netty.channel.epoll.Native
 
EpollEventLoopGroup - Class in io.netty.channel.epoll
EventLoopGroup which uses epoll under the covers.
EpollEventLoopGroup() - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
Create a new instance using the default number of threads and the default ThreadFactory.
EpollEventLoopGroup(int) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
Create a new instance using the specified number of threads and the default ThreadFactory.
EpollEventLoopGroup(int, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
Create a new instance using the specified number of threads and the default ThreadFactory.
EpollEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
Create a new instance using the specified number of threads and the given ThreadFactory.
EpollEventLoopGroup(int, Executor) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
 
EpollEventLoopGroup(int, ThreadFactory, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
Create a new instance using the specified number of threads and the given ThreadFactory.
EpollEventLoopGroup(int, ThreadFactory, int) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
EpollEventLoopGroup(int, ThreadFactory, int, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
EpollEventLoopGroup(int, Executor, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
 
EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
 
EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
 
EPOLLIN - Static variable in class io.netty.channel.epoll.Native
 
EpollMode - Enum in io.netty.channel.epoll
The epoll mode to use.
EPOLLOUT - Static variable in class io.netty.channel.epoll.Native
 
EPOLLRDHUP - Static variable in class io.netty.channel.epoll.Native
 
EpollServerChannelConfig - Class in io.netty.channel.epoll
 
EpollServerDomainSocketChannel - Class in io.netty.channel.epoll
 
EpollServerDomainSocketChannel() - Constructor for class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
EpollServerDomainSocketChannel(FileDescriptor) - Constructor for class io.netty.channel.epoll.EpollServerDomainSocketChannel
EpollServerDomainSocketChannel(Socket) - Constructor for class io.netty.channel.epoll.EpollServerDomainSocketChannel
EpollServerDomainSocketChannel(Socket, boolean) - Constructor for class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
EpollServerSocketChannel - Class in io.netty.channel.epoll
ServerSocketChannel implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.
EpollServerSocketChannel() - Constructor for class io.netty.channel.epoll.EpollServerSocketChannel
 
EpollServerSocketChannel(FileDescriptor) - Constructor for class io.netty.channel.epoll.EpollServerSocketChannel
EpollServerSocketChannel(Socket) - Constructor for class io.netty.channel.epoll.EpollServerSocketChannel
EpollServerSocketChannel(Socket, boolean) - Constructor for class io.netty.channel.epoll.EpollServerSocketChannel
 
EpollServerSocketChannelConfig - Class in io.netty.channel.epoll
 
EpollSocketChannel - Class in io.netty.channel.epoll
SocketChannel implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.
EpollSocketChannel() - Constructor for class io.netty.channel.epoll.EpollSocketChannel
 
EpollSocketChannel(FileDescriptor) - Constructor for class io.netty.channel.epoll.EpollSocketChannel
EpollSocketChannel(Socket, boolean) - Constructor for class io.netty.channel.epoll.EpollSocketChannel
Creates a new EpollSocketChannel from an existing FileDescriptor.
EpollSocketChannelConfig - Class in io.netty.channel.epoll
 
EpollTcpInfo - Class in io.netty.channel.epoll
struct tcp_info { __u8 tcpi_state; __u8 tcpi_ca_state; __u8 tcpi_retransmits; __u8 tcpi_probes; __u8 tcpi_backoff; __u8 tcpi_options; __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4; __u32 tcpi_rto; __u32 tcpi_ato; __u32 tcpi_snd_mss; __u32 tcpi_rcv_mss; __u32 tcpi_unacked; __u32 tcpi_sacked; __u32 tcpi_lost; __u32 tcpi_retrans; __u32 tcpi_fackets; __u32 tcpi_last_data_sent; __u32 tcpi_last_ack_sent; __u32 tcpi_last_data_recv; __u32 tcpi_last_ack_recv; __u32 tcpi_pmtu; __u32 tcpi_rcv_ssthresh; __u32 tcpi_rtt; __u32 tcpi_rttvar; __u32 tcpi_snd_ssthresh; __u32 tcpi_snd_cwnd; __u32 tcpi_advmss; __u32 tcpi_reordering; __u32 tcpi_rcv_rtt; __u32 tcpi_rcv_space; __u32 tcpi_total_retrans; };
EpollTcpInfo() - Constructor for class io.netty.channel.epoll.EpollTcpInfo
 
epollWait(int, EpollEventArray, int) - Static method in class io.netty.channel.epoll.Native
 
equals(Object) - Method in class io.netty.channel.unix.DomainSocketAddress
 
equals(Object) - Method in class io.netty.channel.unix.FileDescriptor
 
ERRNO_EAGAIN_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
 
ERRNO_EBADF_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
 
ERRNO_ECONNRESET_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
 
ERRNO_EINPROGRESS_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
 
ERRNO_ENOTCONN_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
 
ERRNO_EPIPE_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
 
ERRNO_EWOULDBLOCK_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
 
ERROR_EALREADY_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
 
ERROR_ECONNREFUSED_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
 
ERROR_EISCONN_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
 
ERROR_ENETUNREACH_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
 
Errors - Class in io.netty.channel.unix
Internal usage only!
Errors.NativeIoException - Exception in io.netty.channel.unix
Internal usage only!
eventFdRead(int) - Static method in class io.netty.channel.epoll.Native
 
eventFdWrite(int, long) - Static method in class io.netty.channel.epoll.Native
 
expectedErr() - Method in exception io.netty.channel.unix.Errors.NativeIoException
 

F

fackets() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
fd() - Method in interface io.netty.channel.unix.UnixChannel
Returns the FileDescriptor that is used by this Channel.
FileDescriptor - Class in io.netty.channel.unix
Native FileDescriptor implementation which allows to wrap an int and provide a FileDescriptor for it.
FileDescriptor(int) - Constructor for class io.netty.channel.unix.FileDescriptor
 
filterOutboundMessage(Object) - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
finishConnect() - Method in class io.netty.channel.unix.Socket
 
from(String) - Static method in class io.netty.channel.unix.FileDescriptor
Open a new FileDescriptor for the given path.
from(File) - Static method in class io.netty.channel.unix.FileDescriptor
Open a new FileDescriptor for the given File.

G

getBacklog() - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
getEpollMode() - Method in class io.netty.channel.epoll.EpollChannelConfig
Return the EpollMode used.
getInterface() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getNetworkInterface() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.epoll.EpollChannelConfig
 
getOptions() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getOptions() - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
getOptions() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
getPeerCredentials() - Method in class io.netty.channel.unix.Socket
 
getReadMode() - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
getReadMode() - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
Return the DomainSocketReadMode for the channel.
getReceiveBufferSize() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.unix.Socket
 
getSendBufferSize() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getSendBufferSize() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
getSendBufferSize() - Method in class io.netty.channel.unix.Socket
 
getSoError() - Method in class io.netty.channel.unix.Socket
 
getSoLinger() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
getSoLinger() - Method in class io.netty.channel.unix.Socket
 
getTcpDeferAccept() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
Returns a positive value if TCP_DEFER_ACCEPT is enabled.
getTcpDeferAccept() - Method in class io.netty.channel.unix.Socket
 
getTcpFastopen() - Method in class io.netty.channel.epoll.EpollServerChannelConfig
Returns threshold value of number of pending for fast open connect.
getTcpKeepCnt() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_KEEPCNT option on the socket.
getTcpKeepCnt(int) - Static method in class io.netty.channel.epoll.Native
 
getTcpKeepIdle() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_KEEPIDLE option on the socket.
getTcpKeepIdle(int) - Static method in class io.netty.channel.epoll.Native
 
getTcpKeepIntvl() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_KEEPINTVL option on the socket.
getTcpKeepIntvl(int) - Static method in class io.netty.channel.epoll.Native
 
getTcpNotSentLowAt() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_NOTSENT_LOWAT option on the socket.
getTcpNotSentLowAt(int) - Static method in class io.netty.channel.epoll.Native
 
getTcpUserTimeout() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_USER_TIMEOUT option on the socket.
getTcpUserTimeout(int) - Static method in class io.netty.channel.epoll.Native
 
getTimeToLive() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getTrafficClass() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getTrafficClass() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
getTrafficClass(int) - Static method in class io.netty.channel.epoll.Native
 
gid() - Method in class io.netty.channel.unix.PeerCredentials
 

H

hashCode() - Method in class io.netty.channel.unix.DomainSocketAddress
 
hashCode() - Method in class io.netty.channel.unix.FileDescriptor
 

I

intValue() - Method in class io.netty.channel.unix.FileDescriptor
Return the int value of the filedescriptor.
io.netty.channel.epoll - package io.netty.channel.epoll
Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.
io.netty.channel.unix - package io.netty.channel.unix
Unix specific transport.
ioResult(String, int, Errors.NativeIoException, ClosedChannelException) - Static method in class io.netty.channel.unix.Errors
 
IOV_MAX - Static variable in class io.netty.channel.epoll.Native
 
IP_FREEBIND - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
ipv4MappedIpv6Address(byte[]) - Static method in class io.netty.channel.unix.NativeInetAddress
 
IS_SUPPORTING_SENDMMSG - Static variable in class io.netty.channel.epoll.Native
 
IS_SUPPORTING_TCP_FASTOPEN - Static variable in class io.netty.channel.epoll.Native
 
isActive() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
isAllowHalfClosure() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
isAvailable() - Static method in class io.netty.channel.epoll.Epoll
Returns true if and only if the netty-transport-native-epoll is available.
isBroadcast() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
isBroadcast(int) - Static method in class io.netty.channel.epoll.Native
 
isCompatible(EventLoop) - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
isConnected() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
isFreeBind() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
Returns true if IP_FREEBIND is enabled, false otherwise.
isInputShutdown() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
isInputShutdown() - Method in class io.netty.channel.unix.Socket
 
isIpFreeBind(int) - Static method in class io.netty.channel.epoll.Native
 
isKeepAlive() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
isKeepAlive() - Method in class io.netty.channel.unix.Socket
 
isLoopbackModeDisabled() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
isOpen() - Method in class io.netty.channel.unix.FileDescriptor
Returns true if the file descriptor is open.
isOutputShutdown() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
isOutputShutdown() - Method in class io.netty.channel.unix.Socket
 
isReuseAddress() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
isReuseAddress() - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
isReuseAddress() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
isReuseAddress(int) - Static method in class io.netty.channel.epoll.Native
 
isReusePort() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
Returns true if the SO_REUSEPORT option is set.
isReusePort() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
Returns true if the SO_REUSEPORT option is set.
isReusePort(int) - Static method in class io.netty.channel.epoll.Native
 
isShutdown() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
isShutdown() - Method in class io.netty.channel.unix.Socket
 
isTcpCork() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_CORK option on the socket.
isTcpCork() - Method in class io.netty.channel.unix.Socket
 
isTcpNoDelay() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
isTcpNoDelay() - Method in class io.netty.channel.unix.Socket
 
isTcpQuickAck() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Returns true if TCP_QUICKACK is enabled, false otherwise.
isTcpQuickAck() - Method in class io.netty.channel.unix.Socket
 

J

joinGroup(InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
joinGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 

K

KERNEL_VERSION - Static variable in class io.netty.channel.epoll.Native
 

L

lastAckRecv() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
lastAckSent() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
lastDataRecv() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
lastDataSent() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
leaveGroup(InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
listen(int) - Method in class io.netty.channel.unix.Socket
 
localAddress() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
localAddress() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
localAddress() - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
localAddress() - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
localAddress() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
localAddress() - Method in interface io.netty.channel.unix.DomainSocketChannel
 
localAddress() - Method in interface io.netty.channel.unix.ServerDomainSocketChannel
 
localAddress() - Method in class io.netty.channel.unix.Socket
 
localAddress0() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
localAddress0() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
localAddress0() - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
localAddress0() - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
localAddress0() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
lost() - Method in class io.netty.channel.epoll.EpollTcpInfo
 

M

metadata() - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
 
metadata() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
metadata() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 

N

Native - Class in io.netty.channel.epoll
Native helper methods Internal usage only!
NativeInetAddress - Class in io.netty.channel.unix
Internal usage only!
NativeInetAddress(byte[], int) - Constructor for class io.netty.channel.unix.NativeInetAddress
 
NativeInetAddress(byte[]) - Constructor for class io.netty.channel.unix.NativeInetAddress
 
NativeIoException(String, int) - Constructor for exception io.netty.channel.unix.Errors.NativeIoException
 
newChild(Executor, Object...) - Method in class io.netty.channel.epoll.EpollEventLoopGroup
 
newChildChannel(int, byte[], int, int) - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
newChildChannel(int, byte[], int, int) - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
newConnectionResetException(String, int) - Static method in class io.netty.channel.unix.Errors
 
newEpollCreate() - Static method in class io.netty.channel.epoll.Native
 
newEventFd() - Static method in class io.netty.channel.epoll.Native
 
newInstance(InetAddress) - Static method in class io.netty.channel.unix.NativeInetAddress
 
newIOException(String, int) - Static method in class io.netty.channel.unix.Errors
 
newSocketDgram() - Static method in class io.netty.channel.unix.Socket
 
newSocketDomain() - Static method in class io.netty.channel.unix.Socket
 
newSocketStream() - Static method in class io.netty.channel.unix.Socket
 
newUnsafe() - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
 
newUnsafe() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
newUnsafe() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
newUnsafe() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
newUnsafe() - Method in class io.netty.channel.epoll.EpollSocketChannel
 

O

offsetofEpollData() - Static method in class io.netty.channel.epoll.Native
 
options() - Method in class io.netty.channel.epoll.EpollTcpInfo
 

P

parent() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
path() - Method in class io.netty.channel.unix.DomainSocketAddress
The path to the domain socket.
peerCredentials() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
Returns the unix credentials (uid, gid, pid) of the peer SO_PEERCRED
PeerCredentials - Class in io.netty.channel.unix
User credentials discovered for the peer unix domain socket.
pid() - Method in class io.netty.channel.unix.PeerCredentials
 
pipe() - Static method in class io.netty.channel.unix.FileDescriptor
 
pmtu() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
probes() - Method in class io.netty.channel.epoll.EpollTcpInfo
 

R

rcvMss() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
rcvRtt() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
rcvSpace() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
rcvSsthresh() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
rcvWscale() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
read(ByteBuffer, int, int) - Method in class io.netty.channel.unix.FileDescriptor
 
readAddress(long, int, int) - Method in class io.netty.channel.unix.FileDescriptor
 
receivedAmount() - Method in class io.netty.channel.unix.DatagramSocketAddress
 
recvFd(int) - Static method in class io.netty.channel.epoll.Native
 
recvFrom(ByteBuffer, int, int) - Method in class io.netty.channel.unix.Socket
 
recvFromAddress(long, int, int) - Method in class io.netty.channel.unix.Socket
 
remoteAddress() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
remoteAddress() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
remoteAddress() - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
remoteAddress() - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
remoteAddress() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
remoteAddress() - Method in interface io.netty.channel.unix.DomainSocketChannel
 
remoteAddress() - Method in interface io.netty.channel.unix.ServerDomainSocketChannel
 
remoteAddress() - Method in class io.netty.channel.unix.Socket
 
remoteAddress0() - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
 
remoteAddress0() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
remoteAddress0() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
reordering() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
retrans() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
retransmits() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
rto() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
rtt() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
rttvar() - Method in class io.netty.channel.epoll.EpollTcpInfo
 

S

sacked() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
scopeId() - Method in class io.netty.channel.unix.NativeInetAddress
 
sendFd(int, int) - Static method in class io.netty.channel.epoll.Native
 
sendfile(int, DefaultFileRegion, long, long, long) - Static method in class io.netty.channel.epoll.Native
 
sendmmsg(int, NativeDatagramPacketArray.NativeDatagramPacket[], int, int) - Static method in class io.netty.channel.epoll.Native
 
sendTo(ByteBuffer, int, int, InetAddress, int) - Method in class io.netty.channel.unix.Socket
 
sendToAddress(long, int, int, InetAddress, int) - Method in class io.netty.channel.unix.Socket
 
sendToAddresses(long, int, InetAddress, int) - Method in class io.netty.channel.unix.Socket
 
ServerDomainSocketChannel - Interface in io.netty.channel.unix
ServerChannel that accepts DomainSocketChannel's via Unix Domain Socket.
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
setAllowHalfClosure(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setAutoClose(boolean) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
setBacklog(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setBacklog(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setBroadcast(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setBroadcast(int, int) - Static method in class io.netty.channel.epoll.Native
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.EpollChannelConfig
Set the EpollMode used.
setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setFreeBind(boolean) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
If true is used IP_FREEBIND is enabled, false for disable it.
setInterface(InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setIoRatio(int) - Method in class io.netty.channel.epoll.EpollEventLoopGroup
Sets the percentage of the desired amount of time spent for I/O in the child event loops.
setIpFreeBind(int, int) - Static method in class io.netty.channel.epoll.Native
 
setKeepAlive(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setKeepAlive(boolean) - Method in class io.netty.channel.unix.Socket
 
setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollChannelConfig
Deprecated.
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
Deprecated.
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
Deprecated.
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
Deprecated.
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
Deprecated.
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Deprecated.
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
Deprecated.
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
setNetworkInterface(NetworkInterface) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.EpollChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setReadMode(DomainSocketReadMode) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setReadMode(DomainSocketReadMode) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
Change the DomainSocketReadMode for the channel.
setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.unix.Socket
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setReuseAddress(int, int) - Static method in class io.netty.channel.epoll.Native
 
setReusePort(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
Set the SO_REUSEPORT option on the underlying Channel.
setReusePort(boolean) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
Set the SO_REUSEPORT option on the underlying Channel.
setReusePort(int, int) - Static method in class io.netty.channel.epoll.Native
 
setSendBufferSize(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.unix.Socket
 
setSoLinger(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setSoLinger(int) - Method in class io.netty.channel.unix.Socket
 
setTcpCork(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_CORK option on the socket.
setTcpCork(boolean) - Method in class io.netty.channel.unix.Socket
 
setTcpDeferAccept(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
Set the TCP_DEFER_ACCEPT option on the socket.
setTcpDeferAccept(int) - Method in class io.netty.channel.unix.Socket
 
setTcpFastopen(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
Enables tcpFastOpen on the server channel.
setTcpFastopen(int, int) - Static method in class io.netty.channel.epoll.Native
 
setTcpKeepCnt(int, int) - Static method in class io.netty.channel.epoll.Native
 
setTcpKeepCntl(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_KEEPCNT option on the socket.
setTcpKeepIdle(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_KEEPIDLE option on the socket.
setTcpKeepIdle(int, int) - Static method in class io.netty.channel.epoll.Native
 
setTcpKeepIntvl(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_KEEPINTVL option on the socket.
setTcpKeepIntvl(int, int) - Static method in class io.netty.channel.epoll.Native
 
setTcpMd5Sig(Map<InetAddress, byte[]>) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
Set the TCP_MD5SIG option on the socket.
setTcpMd5Sig(Map<InetAddress, byte[]>) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_MD5SIG option on the socket.
setTcpMd5Sig(int, InetAddress, byte[]) - Static method in class io.netty.channel.epoll.Native
 
setTcpNoDelay(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setTcpNoDelay(boolean) - Method in class io.netty.channel.unix.Socket
 
setTcpNotSentLowAt(long) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_NOTSENT_LOWAT option on the socket.
setTcpNotSentLowAt(int, int) - Static method in class io.netty.channel.epoll.Native
 
setTcpQuickAck(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_QUICKACK option on the socket.
setTcpQuickAck(boolean) - Method in class io.netty.channel.unix.Socket
 
setTcpUserTimeout(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_USER_TIMEOUT option on the socket.
setTcpUserTimeout(int, int) - Static method in class io.netty.channel.epoll.Native
 
setTimeToLive(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setTrafficClass(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setTrafficClass(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setTrafficClass(int, int) - Static method in class io.netty.channel.epoll.Native
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollChannelConfig
Deprecated.
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
Deprecated.
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
Deprecated.
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
Deprecated.
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
Deprecated.
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Deprecated.
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
Deprecated.
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollChannelConfig
Deprecated.
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
Deprecated.
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
Deprecated.
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
Deprecated.
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
Deprecated.
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Deprecated.
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
Deprecated.
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll.EpollChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
shutdown() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
shutdown(ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
shutdown() - Method in class io.netty.channel.unix.Socket
 
shutdown(boolean, boolean) - Method in class io.netty.channel.unix.Socket
 
shutdownInput() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
shutdownInput(ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
shutdownOutput() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
shutdownOutput(ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
sizeofEpollEvent() - Static method in class io.netty.channel.epoll.Native
 
sndCwnd() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
sndMss() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
sndSsthresh() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
sndWscale() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
SO_REUSEPORT - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
Socket - Class in io.netty.channel.unix
Provides a JNI bridge to native socket operations.
Socket(int) - Constructor for class io.netty.channel.unix.Socket
 
splice(int, long, int, long, long) - Static method in class io.netty.channel.epoll.Native
 
spliceIn(FileDescriptor, RecvByteBufAllocator.Handle) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceInTask
 
SpliceInTask(int, ChannelPromise) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceInTask
 
spliceTo(AbstractEpollStreamChannel, int) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
spliceTo(AbstractEpollStreamChannel, int, ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
spliceTo(FileDescriptor, int, int) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
Splice from this AbstractEpollStreamChannel to another FileDescriptor.
spliceTo(FileDescriptor, int, int, ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
Splice from this AbstractEpollStreamChannel to another FileDescriptor.
SSIZE_MAX - Static variable in class io.netty.channel.epoll.Native
 
state() - Method in class io.netty.channel.epoll.EpollTcpInfo
 

T

TCP_CORK - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
TCP_DEFER_ACCEPT - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
TCP_FASTOPEN - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
TCP_KEEPCNT - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
TCP_KEEPIDLE - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
TCP_KEEPINTVL - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
TCP_MD5SIG - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
TCP_MD5SIG_MAXKEYLEN - Static variable in class io.netty.channel.epoll.Native
 
TCP_NOTSENT_LOWAT - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
TCP_QUICKACK - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
TCP_USER_TIMEOUT - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
tcpInfo() - Method in class io.netty.channel.epoll.EpollSocketChannel
Returns the TCP_INFO for the current socket.
tcpInfo(EpollTcpInfo) - Method in class io.netty.channel.epoll.EpollSocketChannel
Updates and returns the TCP_INFO for the current socket.
tcpInfo(int, EpollTcpInfo) - Static method in class io.netty.channel.epoll.Native
 
toString() - Method in class io.netty.channel.unix.DomainSocketAddress
 
toString() - Method in class io.netty.channel.unix.FileDescriptor
 
toString() - Method in class io.netty.channel.unix.PeerCredentials
 
toString() - Method in class io.netty.channel.unix.Socket
 
totalRetrans() - Method in class io.netty.channel.epoll.EpollTcpInfo
 

U

uid() - Method in class io.netty.channel.unix.PeerCredentials
 
UIO_MAX_IOV - Static variable in class io.netty.channel.epoll.Native
 
unacked() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
unavailabilityCause() - Static method in class io.netty.channel.epoll.Epoll
Returns the cause of unavailability of netty-transport-native-epoll.
UnixChannel - Interface in io.netty.channel.unix
Channel that expose operations that are only present on UNIX like systems.

V

valueOf(String) - Static method in enum io.netty.channel.epoll.EpollMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.channel.unix.DomainSocketReadMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.netty.channel.epoll.EpollMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.channel.unix.DomainSocketReadMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(ByteBuffer, int, int) - Method in class io.netty.channel.unix.FileDescriptor
 
writeAddress(long, int, int) - Method in class io.netty.channel.unix.FileDescriptor
 
writev(ByteBuffer[], int, int) - Method in class io.netty.channel.unix.FileDescriptor
 
writevAddresses(long, int) - Method in class io.netty.channel.unix.FileDescriptor
 
A B C D E F G H I J K L M N O P R S T U V W 
Netty/Transport/Native/Epoll 4.1.9.Final-redhat-2

Copyright © 2008–2017 The Netty Project. All rights reserved.