A B C D E F G I J L M N P R S T U 

A

autoReadCleared() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
autoReadCleared() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
autoReadCleared() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 

B

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

config() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
config() - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
config() - Method in class io.netty.channel.epoll.EpollSocketChannel
 

D

doBind(SocketAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.epoll.EpollSocketChannel
 
doDisconnect() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll.EpollSocketChannel
 

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.
EpollChannelOption<T> - Class in io.netty.channel.epoll
 
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
 
EpollDatagramChannelConfig - Class in io.netty.channel.epoll
 
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, 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, ThreadFactory, int) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
Create a new instance using the specified number of threads, the given ThreadFactory and the given maximal amount of epoll events to handle per epollWait(...).
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
 
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
 
EpollSocketChannelConfig - Class in io.netty.channel.epoll
 

F

filterOutboundMessage(Object) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.epoll.EpollSocketChannel
 

G

getBacklog() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
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.EpollDatagramChannelConfig
 
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.EpollDatagramChannelConfig
 
getOptions() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
getSendBufferSize() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getSendBufferSize() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
getSoLinger() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
getTcpKeepCnt() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_KEEPCNT option on the socket.
getTcpKeepIdle() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_KEEPIDLE option on the socket.
getTcpKeepIntvl() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_KEEPINTVL option on the socket.
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
 

I

io.netty.channel.epoll - package io.netty.channel.epoll
Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.
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
 
isCompatible(EventLoop) - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
isConnected() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
isInputShutdown() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
isKeepAlive() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
isLoopbackModeDisabled() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
isOutputShutdown() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
isReuseAddress() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
isReuseAddress() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
isReuseAddress() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
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.
isTcpCork() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_CORK option on the socket.
isTcpNoDelay() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 

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
 

L

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
 
localAddress0() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
localAddress0() - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
localAddress0() - Method in class io.netty.channel.epoll.EpollSocketChannel
 

M

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

N

newChild(ThreadFactory, Object...) - Method in class io.netty.channel.epoll.EpollEventLoopGroup
 
newUnsafe() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
newUnsafe() - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
newUnsafe() - Method in class io.netty.channel.epoll.EpollSocketChannel
 

P

parent() - Method in class io.netty.channel.epoll.EpollSocketChannel
 

R

remoteAddress0() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
remoteAddress0() - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.epoll.EpollSocketChannel
 

S

setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
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.EpollSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setBacklog(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setBroadcast(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
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.
setKeepAlive(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setNetworkInterface(NetworkInterface) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
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
 
setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
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.
setSendBufferSize(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setSoLinger(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setTcpCork(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_CORK option on the socket.
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.
setTcpKeepIntvl(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_KEEPINTVL option on the socket.
setTcpNoDelay(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
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
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
shutdownOutput() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
shutdownOutput(ChannelPromise) - Method in class io.netty.channel.epoll.EpollSocketChannel
 
SO_REUSEPORT - Static variable in class io.netty.channel.epoll.EpollChannelOption
 

T

TCP_CORK - 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
 

U

unavailabilityCause() - Static method in class io.netty.channel.epoll.Epoll
Returns the cause of unavailability of netty-transport-native-epoll.
A B C D E F G I J L M N P R S T U 

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