- ensureAvailability() - Static method in class io.netty.channel.epoll.Epoll
-
- Epoll - Class in io.netty.channel.epoll
-
- EPOLL_MODE - Static variable in class io.netty.channel.epoll.EpollChannelOption
-
- epollBusyWait(FileDescriptor, EpollEventArray) - Static method in class io.netty.channel.epoll.Native
-
- EpollChannelConfig - Class in io.netty.channel.epoll
-
- EpollChannelConfig(Channel) - Constructor for class io.netty.channel.epoll.EpollChannelConfig
-
- EpollChannelConfig(Channel, RecvByteBufAllocator) - Constructor for class io.netty.channel.epoll.EpollChannelConfig
-
- 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
-
Create a new instance which selects the SocketProtocolFamily to use depending
on the Operation Systems default which will be chosen.
- EpollDatagramChannel(InternetProtocolFamily) - Constructor for class io.netty.channel.epoll.EpollDatagramChannel
-
- EpollDatagramChannel(SocketProtocolFamily) - Constructor for class io.netty.channel.epoll.EpollDatagramChannel
-
Create a new instance using the given SocketProtocolFamily.
- EpollDatagramChannel(int) - Constructor for class io.netty.channel.epoll.EpollDatagramChannel
-
Create a new instance which selects the SocketProtocolFamily to use depending
on the Operation Systems default which will be chosen.
- EpollDatagramChannelConfig - Class in io.netty.channel.epoll
-
- EpollDomainDatagramChannel - Class in io.netty.channel.epoll
-
- EpollDomainDatagramChannel() - Constructor for class io.netty.channel.epoll.EpollDomainDatagramChannel
-
- EpollDomainDatagramChannel(int) - Constructor for class io.netty.channel.epoll.EpollDomainDatagramChannel
-
- EpollDomainDatagramChannelConfig - Class in io.netty.channel.epoll
-
- EpollDomainSocketChannel - Class in io.netty.channel.epoll
-
- EpollDomainSocketChannel() - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
-
- EpollDomainSocketChannel(int) - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
-
- EpollDomainSocketChannel(Channel, LinuxSocket) - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
-
- EpollDomainSocketChannel(int, boolean) - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
-
- EpollDomainSocketChannelConfig - Class in io.netty.channel.epoll
-
- EPOLLERR - Static variable in class io.netty.channel.epoll.EpollIoOps
-
Error condition happened on the associated file descriptor.
- EPOLLERR - Static variable in class io.netty.channel.epoll.Native
-
- EPOLLET - Static variable in class io.netty.channel.epoll.EpollIoOps
-
- EPOLLET - Static variable in class io.netty.channel.epoll.Native
-
- EpollEventArray - Class in io.netty.channel.epoll
-
This is an internal datastructure which can be directly passed to epoll_wait to reduce the overhead.
- EpollEventLoop - Class in io.netty.channel.epoll
-
- EpollEventLoopGroup - Class in io.netty.channel.epoll
-
- EpollEventLoopGroup() - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.
Create a new instance using the default number of threads and the default
ThreadFactory.
- EpollEventLoopGroup(int) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.
Create a new instance using the specified number of threads and the default
ThreadFactory.
- EpollEventLoopGroup(ThreadFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.
Create a new instance using the default number of threads and the given
ThreadFactory.
- EpollEventLoopGroup(int, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
- EpollEventLoopGroup(int, ThreadFactory, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.
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
-
Deprecated.
- EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.
- EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.
- EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler, EventLoopTaskQueueFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.
- EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler, EventLoopTaskQueueFactory, EventLoopTaskQueueFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.
- EPOLLIN - Static variable in class io.netty.channel.epoll.EpollIoOps
-
Interested in IO events which should be handled by finish pending connect operations
- EPOLLIN - Static variable in class io.netty.channel.epoll.Native
-
- EpollIoEvent - Interface in io.netty.channel.epoll
-
- EpollIoHandle - Interface in io.netty.channel.epoll
-
IoHandle implementation which is using epoll.
- EpollIoHandler - Class in io.netty.channel.epoll
-
IoHandler which uses epoll under the covers.
- EpollIoOps - Class in io.netty.channel.epoll
-
Implementation of
IoOps that is used by
EpollIoHandler and so for epoll based transports.
- EpollIoRegistration - Interface in io.netty.channel.epoll
-
- EpollMode - Enum in io.netty.channel.epoll
-
- EPOLLOUT - Static variable in class io.netty.channel.epoll.EpollIoOps
-
Interested in IO events which tell that the underlying channel is writable again or a connection
attempt can be continued.
- EPOLLOUT - Static variable in class io.netty.channel.epoll.Native
-
- EPOLLRDHUP - Static variable in class io.netty.channel.epoll.EpollIoOps
-
Interested in IO events which should be handled by reading data.
- 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(int) - Constructor for class io.netty.channel.epoll.EpollServerDomainSocketChannel
-
- EpollServerDomainSocketChannel(int, 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(InternetProtocolFamily) - Constructor for class io.netty.channel.epoll.EpollServerSocketChannel
-
- EpollServerSocketChannel(SocketProtocolFamily) - Constructor for class io.netty.channel.epoll.EpollServerSocketChannel
-
- EpollServerSocketChannel(int) - 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(InternetProtocolFamily) - Constructor for class io.netty.channel.epoll.EpollSocketChannel
-
- EpollSocketChannel(SocketProtocolFamily) - Constructor for class io.netty.channel.epoll.EpollSocketChannel
-
- EpollSocketChannel(int) - Constructor for class io.netty.channel.epoll.EpollSocketChannel
-
- 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(FileDescriptor, EpollEventArray, FileDescriptor, int, int) - Static method in class io.netty.channel.epoll.Native
-
- equals(Object) - Method in class io.netty.channel.epoll.EpollIoOps
-
- equals(Object) - Method in class io.netty.channel.epoll.VSockAddress
-
- eventFdRead(int) - Static method in class io.netty.channel.epoll.Native
-
- eventFdWrite(int, long) - Static method in class io.netty.channel.epoll.Native
-