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

A

AbstractBootstrap<B extends AbstractBootstrap<?>> - Class in io.netty.bootstrap
AbstractBootstrap is a helper class that makes it easy to bootstrap a Channel.
AbstractBootstrap() - Constructor for class io.netty.bootstrap.AbstractBootstrap
 
AbstractBootstrap.ChannelFactory - Interface in io.netty.bootstrap
Factory that is responsible to create new Channel's on AbstractBootstrap.bind() requests.
AbstractChannel - Class in io.netty.channel
A skeletal Channel implementation.
AbstractChannel(Channel, Integer) - Constructor for class io.netty.channel.AbstractChannel
Creates a new instance.
AbstractChannel.AbstractUnsafe - Class in io.netty.channel
 
AbstractChannel.AbstractUnsafe() - Constructor for class io.netty.channel.AbstractChannel.AbstractUnsafe
 
AbstractEmbeddedChannel - Class in io.netty.channel.embedded
 
AbstractNioChannel - Class in io.netty.channel.socket.nio
 
AbstractNioChannel(Channel, Integer, SelectableChannel, int) - Constructor for class io.netty.channel.socket.nio.AbstractNioChannel
 
AbstractNioChannel.AbstractNioUnsafe - Class in io.netty.channel.socket.nio
 
AbstractNioChannel.AbstractNioUnsafe() - Constructor for class io.netty.channel.socket.nio.AbstractNioChannel.AbstractNioUnsafe
 
AbstractNioChannel.NioUnsafe - Interface in io.netty.channel.socket.nio
 
AbstractNotificationHandler<T> - Class in com.sun.nio.sctp
 
AbstractNotificationHandler() - Constructor for class com.sun.nio.sctp.AbstractNotificationHandler
 
AbstractServerChannel - Class in io.netty.channel
A skeletal server-side Channel implementation.
AbstractServerChannel(Integer) - Constructor for class io.netty.channel.AbstractServerChannel
Creates a new instance.
AbstractServerChannel.AbstractServerUnsafe - Class in io.netty.channel
 
AbstractServerChannel.AbstractServerUnsafe() - Constructor for class io.netty.channel.AbstractServerChannel.AbstractServerUnsafe
 
accept() - Method in class com.sun.nio.sctp.SctpServerChannel
 
acceptedMessageTypes(Class<?>[]) - Static method in class io.netty.channel.ChannelHandlerUtil
 
acceptMessage(Class<?>[], Object) - Static method in class io.netty.channel.ChannelHandlerUtil
 
add(Channel) - Method in class io.netty.channel.group.DefaultChannelGroup
 
addAfter(String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Inserts a ChannelHandler after an existing handler of this pipeline.
addAfter(EventExecutorGroup, String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Inserts a ChannelHandler after an existing handler of this pipeline.
addAfter(String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
addAfter(EventExecutorGroup, String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
addBefore(String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Inserts a ChannelHandler before an existing handler of this pipeline.
addBefore(EventExecutorGroup, String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Inserts a ChannelHandler before an existing handler of this pipeline.
addBefore(String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
addBefore(EventExecutorGroup, String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
addFirst(String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Inserts a ChannelHandler at the first position of this pipeline.
addFirst(EventExecutorGroup, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Inserts a ChannelHandler at the first position of this pipeline.
addFirst(ChannelHandler...) - Method in interface io.netty.channel.ChannelPipeline
 
addFirst(EventExecutorGroup, ChannelHandler...) - Method in interface io.netty.channel.ChannelPipeline
 
addFirst(String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
addFirst(EventExecutorGroup, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
addFirst(ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
 
addFirst(EventExecutorGroup, ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
 
addFlushFuture(ChannelFuture, int) - Method in class io.netty.channel.ChannelFlushFutureNotifier
 
addFuture(ChannelFuture) - Method in class io.netty.channel.ChannelFutureAggregator
 
addLast(String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Appends a ChannelHandler at the last position of this pipeline.
addLast(EventExecutorGroup, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Appends a ChannelHandler at the last position of this pipeline.
addLast(ChannelHandler...) - Method in interface io.netty.channel.ChannelPipeline
 
addLast(EventExecutorGroup, ChannelHandler...) - Method in interface io.netty.channel.ChannelPipeline
 
addLast(String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
addLast(EventExecutorGroup, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
addLast(ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
 
addLast(EventExecutorGroup, ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
 
addListener(ChannelFutureListener) - Method in interface io.netty.channel.ChannelFuture
Adds the specified listener to this future.
addListener(ChannelFutureListener) - Method in class io.netty.channel.CompleteChannelFuture
 
addListener(ChannelFutureListener) - Method in class io.netty.channel.DefaultChannelFuture
 
addListener(ChannelGroupFutureListener) - Method in interface io.netty.channel.group.ChannelGroupFuture
Adds the specified listener to this future.
addListener(ChannelGroupFutureListener) - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
addListener(ChannelFutureListener) - Method in class io.netty.channel.VoidChannelFuture
 
address() - Method in class com.sun.nio.sctp.MessageInfo
 
addShutdownHook(Runnable) - Method in class io.netty.channel.SingleThreadEventExecutor
 
addTask(Runnable) - Method in class io.netty.channel.SingleThreadEventExecutor
 
addToNextInboundBuffer(ChannelHandlerContext, Object) - Static method in class io.netty.channel.ChannelHandlerUtil
 
addToNextOutboundBuffer(ChannelHandlerContext, Object) - Static method in class io.netty.channel.ChannelHandlerUtil
 
afterAdd(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandler
Gets called after the ChannelHandler was added to the actual context.
afterAdd(ChannelHandlerContext) - Method in class io.netty.channel.ChannelOperationHandlerAdapter
 
afterAdd(ChannelHandlerContext) - Method in class io.netty.channel.ChannelStateHandlerAdapter
 
afterAdd(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelHandler
 
afterRemove(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandler
Gets called after the ChannelHandler was removed from the actual context.
afterRemove(ChannelHandlerContext) - Method in class io.netty.channel.ChannelOperationHandlerAdapter
 
afterRemove(ChannelHandlerContext) - Method in class io.netty.channel.ChannelStateHandlerAdapter
 
afterRemove(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelHandler
 
AIO_READ_TIMEOUT - Static variable in class io.netty.channel.ChannelOption
 
AIO_WRITE_TIMEOUT - Static variable in class io.netty.channel.ChannelOption
 
AioEventLoopGroup - Class in io.netty.channel.socket.aio
 
AioEventLoopGroup() - Constructor for class io.netty.channel.socket.aio.AioEventLoopGroup
 
AioEventLoopGroup(int) - Constructor for class io.netty.channel.socket.aio.AioEventLoopGroup
 
AioEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.socket.aio.AioEventLoopGroup
 
AioServerSocketChannel - Class in io.netty.channel.socket.aio
 
AioServerSocketChannel(AioEventLoopGroup) - Constructor for class io.netty.channel.socket.aio.AioServerSocketChannel
 
AioServerSocketChannel(AioEventLoopGroup, AioEventLoopGroup) - Constructor for class io.netty.channel.socket.aio.AioServerSocketChannel
 
AioSocketChannel - Class in io.netty.channel.socket.aio
 
AioSocketChannel(AioEventLoopGroup) - Constructor for class io.netty.channel.socket.aio.AioSocketChannel
 
allLocalAddresses() - Method in class io.netty.channel.socket.nio.NioSctpChannel
 
allLocalAddresses() - Method in class io.netty.channel.socket.nio.NioSctpServerChannel
 
allLocalAddresses() - Method in class io.netty.channel.socket.oio.OioSctpChannel
 
allLocalAddresses() - Method in class io.netty.channel.socket.oio.OioSctpServerChannel
 
allLocalAddresses() - Method in interface io.netty.channel.socket.SctpChannel
Return all local addresses of the SCTP channel.
allLocalAddresses() - Method in interface io.netty.channel.socket.SctpServerChannel
Return all local addresses of the SCTP server channel.
ALLOW_HALF_CLOSURE - Static variable in class io.netty.channel.ChannelOption
 
allRemoteAddresses() - Method in class io.netty.channel.socket.nio.NioSctpChannel
 
allRemoteAddresses() - Method in class io.netty.channel.socket.oio.OioSctpChannel
 
allRemoteAddresses() - Method in interface io.netty.channel.socket.SctpChannel
Return all remote addresses of the SCTP server channel.
ANY - Static variable in class io.netty.channel.local.LocalAddress
 
Association - Class in com.sun.nio.sctp
 
Association() - Constructor for class com.sun.nio.sctp.Association
 
association() - Method in interface com.sun.nio.sctp.Notification
 
association() - Method in class com.sun.nio.sctp.SctpChannel
 
association() - Method in class io.netty.channel.socket.nio.NioSctpChannel
 
association() - Method in class io.netty.channel.socket.oio.OioSctpChannel
 
association() - Method in interface io.netty.channel.socket.SctpChannel
Returns the underlying SCTP association.
AssociationChangeNotification - Class in com.sun.nio.sctp
 
AssociationChangeNotification() - Constructor for class com.sun.nio.sctp.AssociationChangeNotification
 
attachment() - Method in class io.netty.channel.socket.SctpNotificationEvent
Return the attachment of this SctpNotificationEvent, or null if no attachment was provided
attr(AttributeKey<T>, T) - Method in class io.netty.bootstrap.AbstractBootstrap
Allow to specify an initial attribute of the newly created Channel.
attrs() - Method in class io.netty.bootstrap.AbstractBootstrap
 
available() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
await() - Method in interface io.netty.channel.ChannelFuture
Waits for this future to be completed.
await(long, TimeUnit) - Method in interface io.netty.channel.ChannelFuture
Waits for this future to be completed within the specified time limit.
await(long) - Method in interface io.netty.channel.ChannelFuture
Waits for this future to be completed within the specified time limit.
await() - Method in class io.netty.channel.CompleteChannelFuture
 
await(long, TimeUnit) - Method in class io.netty.channel.CompleteChannelFuture
 
await(long) - Method in class io.netty.channel.CompleteChannelFuture
 
await() - Method in class io.netty.channel.DefaultChannelFuture
 
await(long, TimeUnit) - Method in class io.netty.channel.DefaultChannelFuture
 
await(long) - Method in class io.netty.channel.DefaultChannelFuture
 
await() - Method in interface io.netty.channel.group.ChannelGroupFuture
Waits for this future to be completed.
await(long, TimeUnit) - Method in interface io.netty.channel.group.ChannelGroupFuture
Waits for this future to be completed within the specified time limit.
await(long) - Method in interface io.netty.channel.group.ChannelGroupFuture
Waits for this future to be completed within the specified time limit.
await() - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
await(long, TimeUnit) - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
await(long) - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
await() - Method in class io.netty.channel.VoidChannelFuture
 
await(long, TimeUnit) - Method in class io.netty.channel.VoidChannelFuture
 
await(long) - Method in class io.netty.channel.VoidChannelFuture
 
awaitTermination(long, TimeUnit) - Method in class io.netty.channel.ChannelTaskScheduler
 
awaitTermination(long, TimeUnit) - Method in interface io.netty.channel.EventExecutorGroup
Waits until EventExecutorGroup.isTerminated() returns true or the specified amount of time passes.
awaitTermination(long, TimeUnit) - Method in class io.netty.channel.MultithreadEventExecutorGroup
 
awaitTermination(long, TimeUnit) - Method in class io.netty.channel.SingleThreadEventExecutor
 
awaitTermination(long, TimeUnit) - Method in class io.netty.channel.socket.oio.OioEventLoopGroup
 
awaitUninterruptibly() - Method in interface io.netty.channel.ChannelFuture
Waits for this future to be completed without interruption.
awaitUninterruptibly(long, TimeUnit) - Method in interface io.netty.channel.ChannelFuture
Waits for this future to be completed within the specified time limit without interruption.
awaitUninterruptibly(long) - Method in interface io.netty.channel.ChannelFuture
Waits for this future to be completed within the specified time limit without interruption.
awaitUninterruptibly() - Method in class io.netty.channel.CompleteChannelFuture
 
awaitUninterruptibly(long, TimeUnit) - Method in class io.netty.channel.CompleteChannelFuture
 
awaitUninterruptibly(long) - Method in class io.netty.channel.CompleteChannelFuture
 
awaitUninterruptibly() - Method in class io.netty.channel.DefaultChannelFuture
 
awaitUninterruptibly(long, TimeUnit) - Method in class io.netty.channel.DefaultChannelFuture
 
awaitUninterruptibly(long) - Method in class io.netty.channel.DefaultChannelFuture
 
awaitUninterruptibly() - Method in interface io.netty.channel.group.ChannelGroupFuture
Waits for this future to be completed without interruption.
awaitUninterruptibly(long, TimeUnit) - Method in interface io.netty.channel.group.ChannelGroupFuture
Waits for this future to be completed within the specified time limit without interruption.
awaitUninterruptibly(long) - Method in interface io.netty.channel.group.ChannelGroupFuture
Waits for this future to be completed within the specified time limit without interruption.
awaitUninterruptibly() - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
awaitUninterruptibly(long, TimeUnit) - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
awaitUninterruptibly(long) - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
awaitUninterruptibly() - Method in class io.netty.channel.VoidChannelFuture
 
awaitUninterruptibly(long, TimeUnit) - Method in class io.netty.channel.VoidChannelFuture
 
awaitUninterruptibly(long) - Method in class io.netty.channel.VoidChannelFuture
 

B

beforeAdd(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandler
Gets called before the ChannelHandler is added to the actual context.
beforeAdd(ChannelHandlerContext) - Method in class io.netty.channel.ChannelOperationHandlerAdapter
 
beforeAdd(ChannelHandlerContext) - Method in class io.netty.channel.ChannelStateHandlerAdapter
 
beforeAdd(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelHandler
 
beforeRemove(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandler
Gets called before the ChannelHandler is removed from the actual context.
beforeRemove(ChannelHandlerContext) - Method in class io.netty.channel.ChannelOperationHandlerAdapter
 
beforeRemove(ChannelHandlerContext) - Method in class io.netty.channel.ChannelStateHandlerAdapter
 
beforeRemove(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelHandler
 
beginMessageReceived(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundMessageHandlerAdapter
bind(SocketAddress) - Method in class com.sun.nio.sctp.SctpChannel
 
bind(SocketAddress) - Method in class com.sun.nio.sctp.SctpServerChannel
 
bind(SocketAddress, int) - Method in class com.sun.nio.sctp.SctpServerChannel
 
bind() - Method in class io.netty.bootstrap.AbstractBootstrap
Create a new Channel and bind it.
bind(ChannelFuture) - Method in class io.netty.bootstrap.AbstractBootstrap
bind(ChannelFuture) - Method in class io.netty.bootstrap.Bootstrap
 
bind(ChannelFuture) - Method in class io.netty.bootstrap.ServerBootstrap
 
bind(SocketAddress, ChannelFuture) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
bind(SocketAddress) - Method in class io.netty.channel.AbstractChannel
 
bind(SocketAddress, ChannelFuture) - Method in class io.netty.channel.AbstractChannel
 
bind(SocketAddress, ChannelFuture) - Method in interface io.netty.channel.Channel.Unsafe
Bind the SocketAddress to the Channel of the ChannelFuture and notify it once its done.
bind(ChannelHandlerContext, SocketAddress, ChannelFuture) - Method in class io.netty.channel.ChannelHandlerAdapter
 
bind(ChannelHandlerContext, SocketAddress, ChannelFuture) - Method in interface io.netty.channel.ChannelOperationHandler
 
bind(ChannelHandlerContext, SocketAddress, ChannelFuture) - Method in class io.netty.channel.ChannelOperationHandlerAdapter
 
bind(SocketAddress) - Method in interface io.netty.channel.ChannelOutboundInvoker
 
bind(SocketAddress, ChannelFuture) - Method in interface io.netty.channel.ChannelOutboundInvoker
 
bind(ChannelHandlerContext, SocketAddress, ChannelFuture) - Method in class io.netty.channel.CombinedChannelHandler
 
bind(SocketAddress) - Method in class io.netty.channel.DefaultChannelPipeline
 
bind(SocketAddress, ChannelFuture) - Method in class io.netty.channel.DefaultChannelPipeline
 
bindAddress(InetAddress) - Method in class com.sun.nio.sctp.SctpChannel
 
bindAddress(InetAddress) - Method in class com.sun.nio.sctp.SctpServerChannel
 
bindAddress(InetAddress) - Method in class io.netty.channel.socket.nio.NioSctpChannel
 
bindAddress(InetAddress) - Method in class io.netty.channel.socket.oio.OioSctpChannel
 
bindAddress(InetAddress) - Method in interface io.netty.channel.socket.SctpChannel
Bind a address to the already bound channel to enable multi-homing.
block(InetAddress, NetworkInterface, InetAddress) - Method in interface io.netty.channel.socket.DatagramChannel
Block the given sourceToBlock address for the given multicastAddress on the given networkInterface
block(InetAddress, NetworkInterface, InetAddress, ChannelFuture) - Method in interface io.netty.channel.socket.DatagramChannel
Block the given sourceToBlock address for the given multicastAddress on the given networkInterface
block(InetAddress, InetAddress) - Method in interface io.netty.channel.socket.DatagramChannel
Block the given sourceToBlock address for the given multicastAddress
block(InetAddress, InetAddress, ChannelFuture) - Method in interface io.netty.channel.socket.DatagramChannel
Block the given sourceToBlock address for the given multicastAddress
block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
Block the given sourceToBlock address for the given multicastAddress on the given networkInterface
block(InetAddress, NetworkInterface, InetAddress, ChannelFuture) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
Block the given sourceToBlock address for the given multicastAddress on the given networkInterface
block(InetAddress, InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
Block the given sourceToBlock address for the given multicastAddress
block(InetAddress, InetAddress, ChannelFuture) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
Block the given sourceToBlock address for the given multicastAddress
block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
block(InetAddress, NetworkInterface, InetAddress, ChannelFuture) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
block(InetAddress, InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
block(InetAddress, InetAddress, ChannelFuture) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
BlockingOperationException - Exception in io.netty.channel
An IllegalStateException which is raised when a user performed a blocking operation when the user is in an event loop thread.
BlockingOperationException() - Constructor for exception io.netty.channel.BlockingOperationException
 
BlockingOperationException(String) - Constructor for exception io.netty.channel.BlockingOperationException
 
BlockingOperationException(Throwable) - Constructor for exception io.netty.channel.BlockingOperationException
 
BlockingOperationException(String, Throwable) - Constructor for exception io.netty.channel.BlockingOperationException
 
Bootstrap - Class in io.netty.bootstrap
A Bootstrap that makes it easy to bootstrap a Channel to use for clients.
Bootstrap() - Constructor for class io.netty.bootstrap.Bootstrap
 
bufferType() - Method in class io.netty.channel.ChannelMetadata
 

C

cancel() - Method in interface io.netty.channel.ChannelFuture
Cancels the I/O operation associated with this future and notifies all listeners if canceled successfully.
cancel() - Method in class io.netty.channel.CompleteChannelFuture
 
cancel(boolean) - Method in class io.netty.channel.CompleteChannelFuture
 
cancel() - Method in class io.netty.channel.DefaultChannelFuture
 
cancel(boolean) - Method in class io.netty.channel.DefaultChannelFuture
 
cancel() - Method in class io.netty.channel.VoidChannelFuture
 
cancel(boolean) - Method in class io.netty.channel.VoidChannelFuture
 
cause() - Method in interface io.netty.channel.ChannelFuture
Returns the cause of the failed I/O operation if the I/O operation has failed.
cause() - Method in class io.netty.channel.DefaultChannelFuture
 
cause() - Method in class io.netty.channel.FailedChannelFuture
 
cause() - Method in class io.netty.channel.SucceededChannelFuture
 
cause() - Method in class io.netty.channel.VoidChannelFuture
 
ch() - Method in class io.netty.channel.socket.nio.AbstractNioChannel.AbstractNioUnsafe
 
ch() - Method in interface io.netty.channel.socket.nio.AbstractNioChannel.NioUnsafe
 
channel(Class<? extends Channel>) - Method in class io.netty.bootstrap.AbstractBootstrap
The Class which is used to create Channel instances from.
channel(Class<? extends Channel>) - Method in class io.netty.bootstrap.ServerBootstrap
The Class which is used to create the ServerChannel from (for the acceptor).
Channel - Interface in io.netty.channel
A nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.
channel() - Method in interface io.netty.channel.ChannelFuture
Returns a channel where the I/O operation associated with this future takes place.
channel() - Method in interface io.netty.channel.ChannelHandlerContext
Return the Channel which is bound to the ChannelHandlerContext.
channel() - Method in interface io.netty.channel.ChannelPipeline
Returns the Channel that this pipeline is attached to.
channel() - Method in class io.netty.channel.CompleteChannelFuture
 
channel() - Method in class io.netty.channel.DefaultChannelFuture
 
channel() - Method in class io.netty.channel.DefaultChannelPipeline
 
channel() - Method in class io.netty.channel.VoidChannelFuture
 
Channel.Unsafe - Interface in io.netty.channel
Unsafe operations that should never be called from user-code.
channelActive(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelStateHandler
 
channelActive(ChannelHandlerContext) - Method in class io.netty.channel.ChannelStateHandlerAdapter
 
channelActive(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelHandler
 
ChannelConfig - Interface in io.netty.channel
A set of configuration properties of a Channel.
ChannelException - Exception in io.netty.channel
A RuntimeException which is thrown when an I/O operation fails.
ChannelException() - Constructor for exception io.netty.channel.ChannelException
Creates a new exception.
ChannelException(String, Throwable) - Constructor for exception io.netty.channel.ChannelException
Creates a new exception.
ChannelException(String) - Constructor for exception io.netty.channel.ChannelException
Creates a new exception.
ChannelException(Throwable) - Constructor for exception io.netty.channel.ChannelException
Creates a new exception.
channelFactory(AbstractBootstrap.ChannelFactory) - Method in class io.netty.bootstrap.AbstractBootstrap
AbstractBootstrap.ChannelFactory which is used to create Channel instances from when calling AbstractBootstrap.bind().
ChannelFlushFutureNotifier - Class in io.netty.channel
 
ChannelFlushFutureNotifier() - Constructor for class io.netty.channel.ChannelFlushFutureNotifier
 
ChannelFuture - Interface in io.netty.channel
The result of an asynchronous Channel I/O operation.
ChannelFuture.Unsafe - Interface in io.netty.channel
A ChannelFuture which is not allowed to be sent to ChannelPipeline due to implementation details.
ChannelFutureAggregator - Class in io.netty.channel
Class which is used to consolidate multiple channel futures into one, by listening to the individual futures and producing an aggregated result (success/failure) when all futures have completed.
ChannelFutureAggregator(ChannelFuture) - Constructor for class io.netty.channel.ChannelFutureAggregator
 
ChannelFutureFactory - Interface in io.netty.channel
Factory which is responsible to create new ChannelFuture's
ChannelFutureListener - Interface in io.netty.channel
Listens to the result of a ChannelFuture.
ChannelFutureProgressListener - Interface in io.netty.channel
Listens to the progress of a time-consuming I/O operation such as a large file transfer.
ChannelGroup - Interface in io.netty.channel.group
A thread-safe Set that contains open Channels and provides various bulk operations on them.
ChannelGroupFuture - Interface in io.netty.channel.group
The result of an asynchronous ChannelGroup operation.
ChannelGroupFutureListener - Interface in io.netty.channel.group
Listens to the result of a ChannelGroupFuture.
ChannelHandler - Interface in io.netty.channel
Handles or intercepts a ChannelEvent, and sends a ChannelEvent to the next handler in a ChannelPipeline.
ChannelHandler.Sharable - Annotation Type in io.netty.channel
Indicates that the same instance of the annotated ChannelHandler can be added to one or more ChannelPipelines multiple times without a race condition.
ChannelHandlerAdapter - Class in io.netty.channel
 
ChannelHandlerAdapter() - Constructor for class io.netty.channel.ChannelHandlerAdapter
 
ChannelHandlerContext - Interface in io.netty.channel
Enables a ChannelHandler to interact with its ChannelPipeline and other handlers.
ChannelHandlerLifeCycleException - Exception in io.netty.channel
A RuntimeException which is thrown when a LifeCycleAwareChannelHandler throws an Exception in its handler methods.
ChannelHandlerLifeCycleException() - Constructor for exception io.netty.channel.ChannelHandlerLifeCycleException
Creates a new exception.
ChannelHandlerLifeCycleException(String, Throwable) - Constructor for exception io.netty.channel.ChannelHandlerLifeCycleException
Creates a new exception.
ChannelHandlerLifeCycleException(String) - Constructor for exception io.netty.channel.ChannelHandlerLifeCycleException
Creates a new exception.
ChannelHandlerLifeCycleException(Throwable) - Constructor for exception io.netty.channel.ChannelHandlerLifeCycleException
Creates a new exception.
ChannelHandlerType - Enum in io.netty.channel
Define the type of a ChannelHandler
ChannelHandlerUtil - Class in io.netty.channel
 
channelInactive(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelStateHandler
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.channel.ChannelStateHandlerAdapter
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelHandler
 
ChannelInboundByteHandler - Interface in io.netty.channel
ChannelInboundHandler which offers a ByteBuf to store inbound data in.
ChannelInboundByteHandlerAdapter - Class in io.netty.channel
Abstract base class for ChannelInboundHandlerAdapter which should be extended by the user to get notified once more data is ready to get consumed from the inbound ByteBuf.
ChannelInboundByteHandlerAdapter() - Constructor for class io.netty.channel.ChannelInboundByteHandlerAdapter
 
ChannelInboundHandler - Interface in io.netty.channel
ChannelStateHandler which handles inbound data.
ChannelInboundHandlerAdapter - Class in io.netty.channel
 
ChannelInboundHandlerAdapter() - Constructor for class io.netty.channel.ChannelInboundHandlerAdapter
 
ChannelInboundInvoker - Interface in io.netty.channel
 
ChannelInboundMessageHandler<I> - Interface in io.netty.channel
Special ChannelInboundHandler which store the inbound data in a MessageBuf for futher processing.
ChannelInboundMessageHandlerAdapter<I> - Class in io.netty.channel
 
ChannelInboundMessageHandlerAdapter(Class<?>...) - Constructor for class io.netty.channel.ChannelInboundMessageHandlerAdapter
 
ChannelInitializer<C extends Channel> - Class in io.netty.channel
 
ChannelInitializer() - Constructor for class io.netty.channel.ChannelInitializer
 
ChannelInputShutdownEvent - Class in io.netty.channel
 
ChannelMetadata - Class in io.netty.channel
Represents the properties of a Channel implementation.
ChannelMetadata(ChannelBufType, boolean) - Constructor for class io.netty.channel.ChannelMetadata
 
ChannelOperationHandler - Interface in io.netty.channel
 
ChannelOperationHandlerAdapter - Class in io.netty.channel
 
ChannelOperationHandlerAdapter() - Constructor for class io.netty.channel.ChannelOperationHandlerAdapter
 
ChannelOption<T> - Class in io.netty.channel
 
ChannelOption(String) - Constructor for class io.netty.channel.ChannelOption
 
ChannelOutboundByteHandler - Interface in io.netty.channel
 
ChannelOutboundByteHandlerAdapter - Class in io.netty.channel
 
ChannelOutboundByteHandlerAdapter() - Constructor for class io.netty.channel.ChannelOutboundByteHandlerAdapter
 
ChannelOutboundHandler - Interface in io.netty.channel
 
ChannelOutboundHandlerAdapter - Class in io.netty.channel
 
ChannelOutboundHandlerAdapter() - Constructor for class io.netty.channel.ChannelOutboundHandlerAdapter
 
ChannelOutboundInvoker - Interface in io.netty.channel
 
ChannelOutboundMessageHandler<I> - Interface in io.netty.channel
 
ChannelOutboundMessageHandlerAdapter<I> - Class in io.netty.channel
 
ChannelOutboundMessageHandlerAdapter() - Constructor for class io.netty.channel.ChannelOutboundMessageHandlerAdapter
 
ChannelPipeline - Interface in io.netty.channel
A list of ChannelHandlers which handles or intercepts ChannelEvents of a Channel.
ChannelPipelineException - Exception in io.netty.channel
A ChannelException which is thrown when a ChannelPipeline failed to process a ChannelEvent or when a ChannelPipelineFactory failed to initialize a ChannelPipeline.
ChannelPipelineException() - Constructor for exception io.netty.channel.ChannelPipelineException
Creates a new instance.
ChannelPipelineException(String, Throwable) - Constructor for exception io.netty.channel.ChannelPipelineException
Creates a new instance.
ChannelPipelineException(String) - Constructor for exception io.netty.channel.ChannelPipelineException
Creates a new instance.
ChannelPipelineException(Throwable) - Constructor for exception io.netty.channel.ChannelPipelineException
Creates a new instance.
channelReady(C, SelectionKey) - Method in interface io.netty.channel.socket.nio.NioTask
Invoked when the SelectableChannel has been selected by the Selector.
channelRegistered(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInitializer
 
channelRegistered(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelStateHandler
 
channelRegistered(ChannelHandlerContext) - Method in class io.netty.channel.ChannelStateHandlerAdapter
 
channelRegistered(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelHandler
 
ChannelStateHandler - Interface in io.netty.channel
ChannelHandler which adds callbacks for state changes.
ChannelStateHandlerAdapter - Class in io.netty.channel
 
ChannelStateHandlerAdapter() - Constructor for class io.netty.channel.ChannelStateHandlerAdapter
 
ChannelTaskScheduler - Class in io.netty.channel
 
ChannelTaskScheduler(ThreadFactory) - Constructor for class io.netty.channel.ChannelTaskScheduler
 
channelUnregistered(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelStateHandler
 
channelUnregistered(ChannelHandlerContext) - Method in class io.netty.channel.ChannelStateHandlerAdapter
 
channelUnregistered(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelHandler
 
channelUnregistered(C) - Method in interface io.netty.channel.socket.nio.NioTask
Invoked when the SelectionKey of the specified SelectableChannel has been cancelled and thus this NioTask will not be notified anymore.
checkException() - Method in class io.netty.channel.embedded.AbstractEmbeddedChannel
 
childAttr(AttributeKey<T>, T) - Method in class io.netty.bootstrap.ServerBootstrap
 
childHandler(ChannelHandler) - Method in class io.netty.bootstrap.ServerBootstrap
Set the ChannelHandler which is used to server the request for the Channel's.
childOption(ChannelOption<T>, T) - Method in class io.netty.bootstrap.ServerBootstrap
Allow to specify a ChannelOption which is used for the Channel instances once they get created (after the acceptor accepted the Channel).
cleanup() - Method in class io.netty.channel.SingleThreadEventExecutor
 
cleanup() - Method in class io.netty.channel.socket.nio.NioEventLoop
 
clear() - Method in class io.netty.channel.group.DefaultChannelGroup
 
close(ChannelFuture) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
close() - Method in class io.netty.channel.AbstractChannel
 
close(ChannelFuture) - Method in class io.netty.channel.AbstractChannel
 
close(ChannelFuture) - Method in interface io.netty.channel.Channel.Unsafe
Close the Channel of the ChannelFuture and notify the ChannelFuture once the operation was complete.
CLOSE - Static variable in interface io.netty.channel.ChannelFutureListener
A ChannelFutureListener that closes the Channel which is associated with the specified ChannelFuture.
close(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.channel.ChannelHandlerAdapter
 
close(ChannelHandlerContext, ChannelFuture) - Method in interface io.netty.channel.ChannelOperationHandler
 
close(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.channel.ChannelOperationHandlerAdapter
 
close() - Method in interface io.netty.channel.ChannelOutboundInvoker
 
close(ChannelFuture) - Method in interface io.netty.channel.ChannelOutboundInvoker
 
close(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.channel.CombinedChannelHandler
 
close() - Method in class io.netty.channel.DefaultChannelPipeline
 
close(ChannelFuture) - Method in class io.netty.channel.DefaultChannelPipeline
 
close() - Method in interface io.netty.channel.group.ChannelGroup
Closes all Channels in this group.
close() - Method in class io.netty.channel.group.DefaultChannelGroup
 
CLOSE_ON_FAILURE - Static variable in interface io.netty.channel.ChannelFutureListener
A ChannelFutureListener that closes the Channel when the operation ended up with a failure or cancellation rather than a success.
closeForcibly() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
closeForcibly() - Method in interface io.netty.channel.Channel.Unsafe
Closes the Channel immediately without firing any events.
closeFuture() - Method in class io.netty.channel.AbstractChannel
 
closeFuture() - Method in interface io.netty.channel.Channel
Returns the ChannelFuture which will be notified when this channel is closed.
closeIfClosed() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
com.sun.nio.sctp - package com.sun.nio.sctp
This package is only included to let SCTP also compile on non-unix operation systems.
CombinedChannelHandler - Class in io.netty.channel
 
CombinedChannelHandler() - Constructor for class io.netty.channel.CombinedChannelHandler
 
CombinedChannelHandler(ChannelInboundHandler, ChannelOutboundHandler) - Constructor for class io.netty.channel.CombinedChannelHandler
 
compareTo(Channel) - Method in class io.netty.channel.AbstractChannel
Compares the ID of the two channels.
compareTo(ChannelGroup) - Method in class io.netty.channel.group.DefaultChannelGroup
 
compareTo(LocalAddress) - Method in class io.netty.channel.local.LocalAddress
 
CompleteChannelFuture - Class in io.netty.channel
A skeletal ChannelFuture implementation which represents a ChannelFuture which has been completed already.
CompleteChannelFuture(Channel) - Constructor for class io.netty.channel.CompleteChannelFuture
Creates a new instance.
config() - Method in interface io.netty.channel.Channel
Returns the configuration of this channel.
config() - Method in class io.netty.channel.embedded.AbstractEmbeddedChannel
 
config() - Method in class io.netty.channel.local.LocalChannel
 
config() - Method in class io.netty.channel.local.LocalServerChannel
 
config() - Method in class io.netty.channel.socket.aio.AioServerSocketChannel
 
config() - Method in class io.netty.channel.socket.aio.AioSocketChannel
 
config() - Method in interface io.netty.channel.socket.DatagramChannel
 
config() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
config() - Method in class io.netty.channel.socket.nio.NioSctpChannel
 
config() - Method in class io.netty.channel.socket.nio.NioSctpServerChannel
 
config() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
config() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
config() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
config() - Method in class io.netty.channel.socket.oio.OioSctpChannel
 
config() - Method in class io.netty.channel.socket.oio.OioSctpServerChannel
 
config() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
config() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
config() - Method in interface io.netty.channel.socket.SctpChannel
Returns the SctpChannelConfig configuration of the channel.
config() - Method in interface io.netty.channel.socket.SctpServerChannel
Returns the SctpServerChannelConfig configuration of the channel.
config() - Method in interface io.netty.channel.socket.ServerSocketChannel
 
config() - Method in interface io.netty.channel.socket.SocketChannel
 
connect(SocketAddress) - Method in class com.sun.nio.sctp.SctpChannel
 
connect() - Method in class io.netty.bootstrap.Bootstrap
Connect a Channel to the remote peer.
connect(ChannelFuture) - Method in class io.netty.bootstrap.Bootstrap
connect(SocketAddress) - Method in class io.netty.channel.AbstractChannel
 
connect(SocketAddress, SocketAddress) - Method in class io.netty.channel.AbstractChannel
 
connect(SocketAddress, ChannelFuture) - Method in class io.netty.channel.AbstractChannel
 
connect(SocketAddress, SocketAddress, ChannelFuture) - Method in class io.netty.channel.AbstractChannel
 
connect(SocketAddress, SocketAddress, ChannelFuture) - Method in class io.netty.channel.AbstractServerChannel.AbstractServerUnsafe
 
connect(SocketAddress, SocketAddress, ChannelFuture) - Method in interface io.netty.channel.Channel.Unsafe
Connect the Channel of the given ChannelFuture with the given remote SocketAddress.
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelFuture) - Method in class io.netty.channel.ChannelHandlerAdapter
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelFuture) - Method in interface io.netty.channel.ChannelOperationHandler
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelFuture) - Method in class io.netty.channel.ChannelOperationHandlerAdapter
 
connect(SocketAddress) - Method in interface io.netty.channel.ChannelOutboundInvoker
 
connect(SocketAddress, SocketAddress) - Method in interface io.netty.channel.ChannelOutboundInvoker
 
connect(SocketAddress, ChannelFuture) - Method in interface io.netty.channel.ChannelOutboundInvoker
 
connect(SocketAddress, SocketAddress, ChannelFuture) - Method in interface io.netty.channel.ChannelOutboundInvoker
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelFuture) - Method in class io.netty.channel.CombinedChannelHandler
 
connect(SocketAddress) - Method in class io.netty.channel.DefaultChannelPipeline
 
connect(SocketAddress, SocketAddress) - Method in class io.netty.channel.DefaultChannelPipeline
 
connect(SocketAddress, ChannelFuture) - Method in class io.netty.channel.DefaultChannelPipeline
 
connect(SocketAddress, SocketAddress, ChannelFuture) - Method in class io.netty.channel.DefaultChannelPipeline
 
connect(SocketAddress, SocketAddress, ChannelFuture) - Method in class io.netty.channel.socket.nio.AbstractNioChannel.AbstractNioUnsafe
 
CONNECT_TIMEOUT_MILLIS - Static variable in class io.netty.channel.ChannelOption
 
contains(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
 
context(ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Returns the context object of the specified ChannelHandler in this pipeline.
context(String) - Method in interface io.netty.channel.ChannelPipeline
Returns the context object of the ChannelHandler with the specified name in this pipeline.
context(Class<? extends ChannelHandler>) - Method in interface io.netty.channel.ChannelPipeline
Returns the context object of the ChannelHandler of the specified type in this pipeline.
context(String) - Method in class io.netty.channel.DefaultChannelPipeline
 
context(ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
context(Class<? extends ChannelHandler>) - Method in class io.netty.channel.DefaultChannelPipeline
 
create(int, int) - Static method in class com.sun.nio.sctp.SctpStandardSocketOptions.InitMaxStreams
 
createOutgoing(Association, SocketAddress, int) - Static method in class com.sun.nio.sctp.MessageInfo
 
currentEventLoop() - Static method in class io.netty.channel.SingleThreadEventExecutor
 

D

data() - Method in class io.netty.channel.socket.DatagramPacket
 
DatagramChannel - Interface in io.netty.channel.socket
A UDP/IP Channel which is created by DatagramChannelFactory.
DatagramChannelConfig - Interface in io.netty.channel.socket
DatagramPacket - Class in io.netty.channel.socket
 
DatagramPacket(ByteBuf, InetSocketAddress) - Constructor for class io.netty.channel.socket.DatagramPacket
 
DefaultChannelConfig - Class in io.netty.channel
The default SocketChannelConfig implementation.
DefaultChannelConfig() - Constructor for class io.netty.channel.DefaultChannelConfig
 
DefaultChannelFuture - Class in io.netty.channel
The default ChannelFuture implementation.
DefaultChannelFuture(Channel, boolean) - Constructor for class io.netty.channel.DefaultChannelFuture
Creates a new instance.
DefaultChannelGroup - Class in io.netty.channel.group
The default ChannelGroup implementation.
DefaultChannelGroup() - Constructor for class io.netty.channel.group.DefaultChannelGroup
Creates a new group with a generated name.
DefaultChannelGroup(String) - Constructor for class io.netty.channel.group.DefaultChannelGroup
Creates a new group with the specified name.
DefaultChannelGroupFuture - Class in io.netty.channel.group
The default ChannelGroupFuture implementation.
DefaultChannelGroupFuture(ChannelGroup, Collection<ChannelFuture>) - Constructor for class io.netty.channel.group.DefaultChannelGroupFuture
Creates a new instance.
DefaultChannelPipeline - Class in io.netty.channel
The default ChannelPipeline implementation.
DefaultChannelPipeline(Channel) - Constructor for class io.netty.channel.DefaultChannelPipeline
 
DefaultDatagramChannelConfig - Class in io.netty.channel.socket
The default DatagramChannelConfig implementation.
DefaultDatagramChannelConfig(DatagramSocket) - Constructor for class io.netty.channel.socket.DefaultDatagramChannelConfig
Creates a new instance.
DefaultEventExecutorGroup - Class in io.netty.channel
 
DefaultEventExecutorGroup(int) - Constructor for class io.netty.channel.DefaultEventExecutorGroup
 
DefaultEventExecutorGroup(int, ThreadFactory) - Constructor for class io.netty.channel.DefaultEventExecutorGroup
 
DefaultSctpChannelConfig - Class in io.netty.channel.socket
The default SctpChannelConfig implementation for SCTP.
DefaultSctpChannelConfig(SctpChannel) - Constructor for class io.netty.channel.socket.DefaultSctpChannelConfig
 
DefaultSctpServerChannelConfig - Class in io.netty.channel.socket
The default SctpServerChannelConfig implementation for SCTP.
DefaultSctpServerChannelConfig(SctpServerChannel) - Constructor for class io.netty.channel.socket.DefaultSctpServerChannelConfig
Creates a new instance.
DefaultServerSocketChannelConfig - Class in io.netty.channel.socket
The default ServerSocketChannelConfig implementation.
DefaultServerSocketChannelConfig(ServerSocket) - Constructor for class io.netty.channel.socket.DefaultServerSocketChannelConfig
Creates a new instance.
DefaultSocketChannelConfig - Class in io.netty.channel.socket
The default SocketChannelConfig implementation.
DefaultSocketChannelConfig(Socket) - Constructor for class io.netty.channel.socket.DefaultSocketChannelConfig
Creates a new instance.
deregister(ChannelFuture) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
deregister() - Method in class io.netty.channel.AbstractChannel
 
deregister(ChannelFuture) - Method in class io.netty.channel.AbstractChannel
 
deregister(ChannelFuture) - Method in interface io.netty.channel.Channel.Unsafe
Deregister the Channel of the ChannelFuture from EventLoop and notify the ChannelFuture once the operation was complete.
deregister(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.channel.ChannelHandlerAdapter
 
deregister(ChannelHandlerContext, ChannelFuture) - Method in interface io.netty.channel.ChannelOperationHandler
 
deregister(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.channel.ChannelOperationHandlerAdapter
 
deregister() - Method in interface io.netty.channel.ChannelOutboundInvoker
 
deregister(ChannelFuture) - Method in interface io.netty.channel.ChannelOutboundInvoker
 
deregister(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.channel.CombinedChannelHandler
 
deregister() - Method in class io.netty.channel.DefaultChannelPipeline
 
deregister(ChannelFuture) - Method in class io.netty.channel.DefaultChannelPipeline
 
directOutboundContext() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
directOutboundContext() - Method in interface io.netty.channel.Channel.Unsafe
Return the ChannelHandlerContext which is directly connected to the outbound of the underlying transport.
disconnect(ChannelFuture) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
disconnect() - Method in class io.netty.channel.AbstractChannel
 
disconnect(ChannelFuture) - Method in class io.netty.channel.AbstractChannel
 
disconnect(ChannelFuture) - Method in interface io.netty.channel.Channel.Unsafe
Disconnect the Channel of the ChannelFuture and notify the ChannelFuture once the operation was complete.
disconnect(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.channel.ChannelHandlerAdapter
 
disconnect(ChannelHandlerContext, ChannelFuture) - Method in interface io.netty.channel.ChannelOperationHandler
 
disconnect(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.channel.ChannelOperationHandlerAdapter
 
disconnect() - Method in interface io.netty.channel.ChannelOutboundInvoker
 
disconnect(ChannelFuture) - Method in interface io.netty.channel.ChannelOutboundInvoker
 
disconnect(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.channel.CombinedChannelHandler
 
disconnect() - Method in class io.netty.channel.DefaultChannelPipeline
 
disconnect(ChannelFuture) - Method in class io.netty.channel.DefaultChannelPipeline
 
disconnect() - Method in interface io.netty.channel.group.ChannelGroup
Disconnects all Channels in this group from their remote peers.
disconnect() - Method in class io.netty.channel.group.DefaultChannelGroup
 
doBind(SocketAddress) - Method in class io.netty.channel.AbstractChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.embedded.AbstractEmbeddedChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.local.LocalChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.local.LocalServerChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.socket.aio.AioServerSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.socket.aio.AioSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.socket.nio.NioSctpChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.socket.nio.NioSctpServerChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.socket.oio.OioSctpChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.socket.oio.OioSctpServerChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
doClose() - Method in class io.netty.channel.AbstractChannel
 
doClose() - Method in class io.netty.channel.embedded.AbstractEmbeddedChannel
 
doClose() - Method in class io.netty.channel.local.LocalChannel
 
doClose() - Method in class io.netty.channel.local.LocalServerChannel
 
doClose() - Method in class io.netty.channel.socket.aio.AioServerSocketChannel
 
doClose() - Method in class io.netty.channel.socket.aio.AioSocketChannel
 
doClose() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
doClose() - Method in class io.netty.channel.socket.nio.NioSctpChannel
 
doClose() - Method in class io.netty.channel.socket.nio.NioSctpServerChannel
 
doClose() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
doClose() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
doClose() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
doClose() - Method in class io.netty.channel.socket.oio.OioSctpChannel
 
doClose() - Method in class io.netty.channel.socket.oio.OioSctpServerChannel
 
doClose() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
doClose() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
doConnect(SocketAddress, SocketAddress, ChannelFuture) - Method in class io.netty.channel.socket.aio.AioServerSocketChannel
 
doConnect(SocketAddress, SocketAddress, ChannelFuture) - Method in class io.netty.channel.socket.aio.AioSocketChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.nio.AbstractNioChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.nio.NioSctpChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.nio.NioSctpServerChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.oio.OioSctpChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.oio.OioSctpServerChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
doDeregister() - Method in class io.netty.channel.AbstractChannel
 
doDeregister() - Method in class io.netty.channel.embedded.AbstractEmbeddedChannel
 
doDeregister() - Method in class io.netty.channel.local.LocalChannel
 
doDeregister() - Method in class io.netty.channel.local.LocalServerChannel
 
doDeregister() - Method in class io.netty.channel.socket.nio.AbstractNioChannel
 
doDisconnect() - Method in class io.netty.channel.AbstractChannel
 
doDisconnect() - Method in class io.netty.channel.AbstractServerChannel
 
doDisconnect() - Method in class io.netty.channel.embedded.AbstractEmbeddedChannel
 
doDisconnect() - Method in class io.netty.channel.local.LocalChannel
 
doDisconnect() - Method in class io.netty.channel.socket.aio.AioServerSocketChannel
 
doDisconnect() - Method in class io.netty.channel.socket.aio.AioSocketChannel
 
doDisconnect() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
doDisconnect() - Method in class io.netty.channel.socket.nio.NioSctpChannel
 
doDisconnect() - Method in class io.netty.channel.socket.nio.NioSctpServerChannel
 
doDisconnect() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
doDisconnect() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
doDisconnect() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
doDisconnect() - Method in class io.netty.channel.socket.oio.OioSctpChannel
 
doDisconnect() - Method in class io.netty.channel.socket.oio.OioSctpServerChannel
 
doDisconnect() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
doDisconnect() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
doFinishConnect() - Method in class io.netty.channel.socket.nio.AbstractNioChannel
 
doFinishConnect() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
doFinishConnect() - Method in class io.netty.channel.socket.nio.NioSctpChannel
 
doFinishConnect() - Method in class io.netty.channel.socket.nio.NioSctpServerChannel
 
doFinishConnect() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
doFinishConnect() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
doFlushByteBuffer(ByteBuf) - Method in class io.netty.channel.AbstractChannel
 
doFlushByteBuffer(ByteBuf) - Method in class io.netty.channel.AbstractServerChannel
 
doFlushByteBuffer(ByteBuf) - Method in class io.netty.channel.embedded.EmbeddedByteChannel
 
doFlushByteBuffer(ByteBuf) - Method in class io.netty.channel.socket.aio.AioSocketChannel
 
doFlushMessageBuffer(MessageBuf<Object>) - Method in class io.netty.channel.AbstractChannel
 
doFlushMessageBuffer(MessageBuf<Object>) - Method in class io.netty.channel.AbstractServerChannel
 
doFlushMessageBuffer(MessageBuf<Object>) - Method in class io.netty.channel.embedded.EmbeddedMessageChannel
 
doFlushMessageBuffer(MessageBuf<Object>) - Method in class io.netty.channel.local.LocalChannel
 
doPreClose() - Method in class io.netty.channel.AbstractChannel
 
doPreClose() - Method in class io.netty.channel.local.LocalChannel
 
doPreClose() - Method in class io.netty.channel.local.LocalServerChannel
 
doReadBytes(ByteBuf) - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
doReadBytes(ByteBuf) - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
doReadMessages(MessageBuf<Object>) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
doReadMessages(MessageBuf<Object>) - Method in class io.netty.channel.socket.nio.NioSctpChannel
 
doReadMessages(MessageBuf<Object>) - Method in class io.netty.channel.socket.nio.NioSctpServerChannel
 
doReadMessages(MessageBuf<Object>) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
doReadMessages(MessageBuf<Object>) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
doReadMessages(MessageBuf<Object>) - Method in class io.netty.channel.socket.oio.OioSctpChannel
 
doReadMessages(MessageBuf<Object>) - Method in class io.netty.channel.socket.oio.OioSctpServerChannel
 
doReadMessages(MessageBuf<Object>) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
doRegister() - Method in class io.netty.channel.AbstractChannel
 
doRegister() - Method in class io.netty.channel.embedded.AbstractEmbeddedChannel
 
doRegister() - Method in class io.netty.channel.local.LocalChannel
 
doRegister() - Method in class io.netty.channel.local.LocalServerChannel
 
doRegister() - Method in class io.netty.channel.socket.aio.AioServerSocketChannel
 
doRegister() - Method in class io.netty.channel.socket.aio.AioSocketChannel
 
doRegister() - Method in class io.netty.channel.socket.nio.AbstractNioChannel
 
doWriteBytes(ByteBuf, boolean) - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
doWriteBytes(ByteBuf) - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
doWriteMessages(MessageBuf<Object>, boolean) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
doWriteMessages(MessageBuf<Object>, boolean) - Method in class io.netty.channel.socket.nio.NioSctpChannel
 
doWriteMessages(MessageBuf<Object>, boolean) - Method in class io.netty.channel.socket.nio.NioSctpServerChannel
 
doWriteMessages(MessageBuf<Object>, boolean) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
doWriteMessages(MessageBuf<Object>) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
doWriteMessages(MessageBuf<Object>) - Method in class io.netty.channel.socket.oio.OioSctpChannel
 
doWriteMessages(MessageBuf<Object>) - Method in class io.netty.channel.socket.oio.OioSctpServerChannel
 
doWriteMessages(MessageBuf<Object>) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
duplicate() - Method in class io.netty.bootstrap.Bootstrap
Create a new Bootstrap which has the identical configuration with this Bootstrap.

E

EmbeddedByteChannel - Class in io.netty.channel.embedded
 
EmbeddedByteChannel(ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedByteChannel
 
EmbeddedMessageChannel - Class in io.netty.channel.embedded
 
EmbeddedMessageChannel(ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedMessageChannel
 
endMessageReceived(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundMessageHandlerAdapter
 
ensureOpen(ChannelFuture) - Static method in class io.netty.bootstrap.AbstractBootstrap
 
ensureOpen(ChannelFuture) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
equals(Object) - Method in class io.netty.channel.AbstractChannel
Returns true if and only if the specified object is identical with this channel (i.e: this == o).
equals(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
 
equals(Object) - Method in class io.netty.channel.local.LocalAddress
 
equals(Object) - Method in class io.netty.channel.socket.SctpMessage
 
equals(Object) - Method in class io.netty.channel.socket.SctpNotificationEvent
 
EventExecutor - Interface in io.netty.channel
The EventExecutor is a special ScheduledExecutorService which comes with some handy methods to see if a Thread is executed in a event loop.
EventExecutorGroup - Interface in io.netty.channel
The EventExecutorGroup is responsible to provide EventExecutor's to use via its EventExecutorGroup.next() method.
eventLoop() - Method in class io.netty.channel.AbstractChannel
 
eventLoop() - Method in interface io.netty.channel.Channel
Return the EventLoop this Channel was registered too.
EventLoop - Interface in io.netty.channel
 
EventLoopException - Exception in io.netty.channel
 
EventLoopException() - Constructor for exception io.netty.channel.EventLoopException
 
EventLoopException(String, Throwable) - Constructor for exception io.netty.channel.EventLoopException
 
EventLoopException(String) - Constructor for exception io.netty.channel.EventLoopException
 
EventLoopException(Throwable) - Constructor for exception io.netty.channel.EventLoopException
 
EventLoopGroup - Interface in io.netty.channel
Special EventExecutorGroup which allows to register Channel's that get processed for later selection during the event loop.
exceptionCaught(ChannelHandlerContext, Throwable) - Method in interface io.netty.channel.ChannelHandler
Gets called if a Throwable was thrown.
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.ChannelOperationHandlerAdapter
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.ChannelStateHandlerAdapter
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.CombinedChannelHandler
 
execute(Runnable) - Method in class io.netty.channel.SingleThreadEventExecutor
 
executor() - Method in interface io.netty.channel.ChannelHandlerContext
The EventExecutor that is used to dispatch the events.

F

factory() - Method in class io.netty.bootstrap.AbstractBootstrap
 
FailedChannelFuture - Class in io.netty.channel
The CompleteChannelFuture which is failed already.
FailedChannelFuture(Channel, Throwable) - Constructor for class io.netty.channel.FailedChannelFuture
Creates a new instance.
find(Integer) - Method in interface io.netty.channel.group.ChannelGroup
Returns the Channel whose ID matches the specified integer.
find(Integer) - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns the ChannelFuture of the individual I/O operation which is associated with the Channel whose ID matches the specified integer.
find(Channel) - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns the ChannelFuture of the individual I/O operation which is associated with the specified Channel.
find(Integer) - Method in class io.netty.channel.group.DefaultChannelGroup
 
find(Integer) - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
find(Channel) - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
finish() - Method in class io.netty.channel.embedded.EmbeddedByteChannel
 
finish() - Method in class io.netty.channel.embedded.EmbeddedMessageChannel
 
finishConnect() - Method in class com.sun.nio.sctp.SctpChannel
 
finishConnect() - Method in class io.netty.channel.socket.nio.AbstractNioChannel.AbstractNioUnsafe
 
finishConnect() - Method in interface io.netty.channel.socket.nio.AbstractNioChannel.NioUnsafe
 
fireChannelActive() - Method in interface io.netty.channel.ChannelInboundInvoker
 
fireChannelActive() - Method in class io.netty.channel.DefaultChannelPipeline
 
fireChannelInactive() - Method in interface io.netty.channel.ChannelInboundInvoker
 
fireChannelInactive() - Method in class io.netty.channel.DefaultChannelPipeline
 
fireChannelRegistered() - Method in interface io.netty.channel.ChannelInboundInvoker
 
fireChannelRegistered() - Method in class io.netty.channel.DefaultChannelPipeline
 
fireChannelUnregistered() - Method in interface io.netty.channel.ChannelInboundInvoker
 
fireChannelUnregistered() - Method in class io.netty.channel.DefaultChannelPipeline
 
fireExceptionCaught(Throwable) - Method in interface io.netty.channel.ChannelInboundInvoker
 
fireExceptionCaught(Throwable) - Method in class io.netty.channel.DefaultChannelPipeline
 
fireInboundBufferUpdated() - Method in interface io.netty.channel.ChannelInboundInvoker
 
fireInboundBufferUpdated() - Method in class io.netty.channel.DefaultChannelPipeline
 
fireUserEventTriggered(Object) - Method in interface io.netty.channel.ChannelInboundInvoker
 
fireUserEventTriggered(Object) - Method in class io.netty.channel.DefaultChannelPipeline
 
first() - Method in interface io.netty.channel.ChannelPipeline
Returns the first ChannelHandler in this pipeline.
first() - Method in class io.netty.channel.DefaultChannelPipeline
 
firstContext() - Method in interface io.netty.channel.ChannelPipeline
Returns the context of the first ChannelHandler in this pipeline.
firstContext() - Method in class io.netty.channel.DefaultChannelPipeline
 
flush(ChannelFuture) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
flush() - Method in class io.netty.channel.AbstractChannel
 
flush(ChannelFuture) - Method in class io.netty.channel.AbstractChannel
 
flush(ChannelFuture) - Method in class io.netty.channel.AbstractServerChannel.AbstractServerUnsafe
 
flush(ChannelFuture) - Method in interface io.netty.channel.Channel.Unsafe
Flush out all data that was buffered in the buffer of the Channel.Unsafe.directOutboundContext() and was not flushed out yet.
flush(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.channel.ChannelHandlerAdapter
 
flush(ChannelHandlerContext, ChannelFuture) - Method in interface io.netty.channel.ChannelOperationHandler
 
flush(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.channel.ChannelOperationHandlerAdapter
 
flush(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
 
flush() - Method in interface io.netty.channel.ChannelOutboundInvoker
 
flush(ChannelFuture) - Method in interface io.netty.channel.ChannelOutboundInvoker
 
flush(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.channel.CombinedChannelHandler
 
flush() - Method in class io.netty.channel.DefaultChannelPipeline
 
flush(ChannelFuture) - Method in class io.netty.channel.DefaultChannelPipeline
 
flushFutureNotifier - Variable in class io.netty.channel.AbstractChannel
 
flushNow() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
flushNow() - Method in interface io.netty.channel.Channel.Unsafe
Flush out all data now.

G

get(String) - Method in interface io.netty.channel.ChannelPipeline
Returns the ChannelHandler with the specified name in this pipeline.
get(Class<T>) - Method in interface io.netty.channel.ChannelPipeline
Returns the ChannelHandler of the specified type in this pipeline.
get() - Method in class io.netty.channel.DefaultChannelFuture
 
get(long, TimeUnit) - Method in class io.netty.channel.DefaultChannelFuture
 
get(String) - Method in class io.netty.channel.DefaultChannelPipeline
 
get(Class<T>) - Method in class io.netty.channel.DefaultChannelPipeline
 
get() - Method in class io.netty.channel.FailedChannelFuture
 
get(long, TimeUnit) - Method in class io.netty.channel.FailedChannelFuture
 
get() - Method in class io.netty.channel.SucceededChannelFuture
 
get(long, TimeUnit) - Method in class io.netty.channel.SucceededChannelFuture
 
get() - Method in class io.netty.channel.VoidChannelFuture
 
get(long, TimeUnit) - Method in class io.netty.channel.VoidChannelFuture
 
getAllLocalAddresses() - Method in class com.sun.nio.sctp.SctpChannel
 
getAllLocalAddresses() - Method in class com.sun.nio.sctp.SctpServerChannel
 
getBacklog() - Method in class io.netty.channel.socket.DefaultSctpServerChannelConfig
 
getBacklog() - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
getBacklog() - Method in interface io.netty.channel.socket.SctpServerChannelConfig
Gets the backlog value to specify when the channel binds to a local address.
getBacklog() - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
Gets the backlog value to specify when the channel binds to a local address.
getConnectTimeoutMillis() - Method in interface io.netty.channel.ChannelConfig
Returns the connect timeout of the channel in milliseconds.
getConnectTimeoutMillis() - Method in class io.netty.channel.DefaultChannelConfig
 
getGroup() - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns the ChannelGroup which is associated with this future.
getGroup() - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
getInitMaxStreams() - Method in class io.netty.channel.socket.DefaultSctpChannelConfig
 
getInitMaxStreams() - Method in class io.netty.channel.socket.DefaultSctpServerChannelConfig
 
getInitMaxStreams() - Method in interface io.netty.channel.socket.SctpChannelConfig
Gets the SCTP_INIT_MAXSTREAMS option.
getInitMaxStreams() - Method in interface io.netty.channel.socket.SctpServerChannelConfig
Gets the SCTP_INIT_MAXSTREAMS option.
getInterface() - Method in interface io.netty.channel.socket.DatagramChannelConfig
Gets the address of the network interface used for multicast packets.
getInterface() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getMessageInfo() - Method in class io.netty.channel.socket.SctpMessage
 
getNetworkInterface() - Method in interface io.netty.channel.socket.DatagramChannelConfig
getNetworkInterface() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getOption(SctpSocketOption<T>) - Method in class com.sun.nio.sctp.SctpChannel
 
getOption(SctpSocketOption<T>) - Method in class com.sun.nio.sctp.SctpServerChannel
 
getOption(ChannelOption<T>) - Method in interface io.netty.channel.ChannelConfig
Return the value of the given ChannelOption
getOption(ChannelOption<T>) - Method in class io.netty.channel.DefaultChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.DefaultSctpChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.DefaultSctpServerChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
getOptions() - Method in interface io.netty.channel.ChannelConfig
Return all set ChannelOption's.
getOptions() - Method in class io.netty.channel.DefaultChannelConfig
 
getOptions(Map<ChannelOption<?>, Object>, ChannelOption<?>...) - Method in class io.netty.channel.DefaultChannelConfig
 
getOptions() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getOptions() - Method in class io.netty.channel.socket.DefaultSctpChannelConfig
 
getOptions() - Method in class io.netty.channel.socket.DefaultSctpServerChannelConfig
 
getOptions() - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
getPayloadBuffer() - Method in class io.netty.channel.socket.SctpMessage
 
getProtocolIdentifier() - Method in class io.netty.channel.socket.SctpMessage
 
getReceiveBufferSize() - Method in interface io.netty.channel.socket.DatagramChannelConfig
getReceiveBufferSize() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.socket.DefaultSctpChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.socket.DefaultSctpServerChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
getReceiveBufferSize() - Method in interface io.netty.channel.socket.SctpChannelConfig
Gets the SO_RCVBUF option.
getReceiveBufferSize() - Method in interface io.netty.channel.socket.SctpServerChannelConfig
Gets the SO_RCVBUF option.
getReceiveBufferSize() - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
getReceiveBufferSize() - Method in interface io.netty.channel.socket.SocketChannelConfig
getReceivePacketSize() - Method in interface io.netty.channel.socket.DatagramChannelConfig
 
getReceivePacketSize() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getRemoteAddresses() - Method in class com.sun.nio.sctp.SctpChannel
 
getSendBufferSize() - Method in interface io.netty.channel.socket.DatagramChannelConfig
getSendBufferSize() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getSendBufferSize() - Method in class io.netty.channel.socket.DefaultSctpChannelConfig
 
getSendBufferSize() - Method in class io.netty.channel.socket.DefaultSctpServerChannelConfig
 
getSendBufferSize() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
getSendBufferSize() - Method in interface io.netty.channel.socket.SctpChannelConfig
Gets the SO_SNDBUF option.
getSendBufferSize() - Method in interface io.netty.channel.socket.SctpServerChannelConfig
Gets the SO_SNDBUF option.
getSendBufferSize() - Method in interface io.netty.channel.socket.SocketChannelConfig
getSoLinger() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
getSoLinger() - Method in interface io.netty.channel.socket.SocketChannelConfig
getStreamIdentifier() - Method in class io.netty.channel.socket.SctpMessage
 
getTimeToLive() - Method in interface io.netty.channel.socket.DatagramChannelConfig
getTimeToLive() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getTrafficClass() - Method in interface io.netty.channel.socket.DatagramChannelConfig
getTrafficClass() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getTrafficClass() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
getTrafficClass() - Method in interface io.netty.channel.socket.SocketChannelConfig
getWriteSpinCount() - Method in interface io.netty.channel.ChannelConfig
Returns the maximum loop count for a write operation until WritableByteChannel.write(ByteBuffer) returns a non-zero value.
getWriteSpinCount() - Method in class io.netty.channel.DefaultChannelConfig
 
group(EventLoopGroup) - Method in class io.netty.bootstrap.AbstractBootstrap
The EventLoopGroup which is used to handle all the events for the to-be-creates Channel
group() - Method in class io.netty.bootstrap.AbstractBootstrap
 
group(EventLoopGroup) - Method in class io.netty.bootstrap.ServerBootstrap
Specify the EventLoopGroup which is used for the parent (acceptor) and the child (client).
group(EventLoopGroup, EventLoopGroup) - Method in class io.netty.bootstrap.ServerBootstrap
Set the EventLoopGroup for the parent (acceptor) and the child (client).

H

handleNotification(AssociationChangeNotification, Object) - Method in class com.sun.nio.sctp.AbstractNotificationHandler
 
handleNotification(Notification, Object) - Method in class com.sun.nio.sctp.AbstractNotificationHandler
 
handleNotification(PeerAddressChangeNotification, Object) - Method in class com.sun.nio.sctp.AbstractNotificationHandler
 
handleNotification(SendFailedNotification, Object) - Method in class com.sun.nio.sctp.AbstractNotificationHandler
 
handleNotification(ShutdownNotification, Object) - Method in class com.sun.nio.sctp.AbstractNotificationHandler
 
handleNotification(AssociationChangeNotification, Object) - Method in class io.netty.channel.socket.SctpNotificationHandler
 
handleNotification(PeerAddressChangeNotification, Object) - Method in class io.netty.channel.socket.SctpNotificationHandler
 
handleNotification(SendFailedNotification, Object) - Method in class io.netty.channel.socket.SctpNotificationHandler
 
handleNotification(ShutdownNotification, Object) - Method in class io.netty.channel.socket.SctpNotificationHandler
 
handler(ChannelHandler) - Method in class io.netty.bootstrap.AbstractBootstrap
the ChannelHandler to use for serving the requests.
handler() - Method in class io.netty.bootstrap.AbstractBootstrap
 
handler() - Method in interface io.netty.channel.ChannelHandlerContext
The ChannelHandler that is bound this ChannelHandlerContext.
HandlerResult - Enum in com.sun.nio.sctp
TODO Document me.
hasDisconnect() - Method in class io.netty.channel.ChannelMetadata
Returns true if and only if the channel has the disconnect() operation that allows a user to disconnect and then call ChannelOutboundInvoker.connect(SocketAddress) again, such as UDP/IP.
hashCode() - Method in class io.netty.channel.AbstractChannel
Returns the ID of this channel.
hashCode() - Method in class io.netty.channel.group.DefaultChannelGroup
 
hashCode() - Method in class io.netty.channel.local.LocalAddress
 
hashCode() - Method in class io.netty.channel.socket.SctpMessage
 
hashCode() - Method in class io.netty.channel.socket.SctpNotificationEvent
 
hasInboundByteBuffer() - Method in interface io.netty.channel.ChannelHandlerContext
Return true if the ChannelHandlerContext has an ByteBuf bound for inbound which can be used.
hasInboundMessageBuffer() - Method in interface io.netty.channel.ChannelHandlerContext
Return true if the ChannelHandlerContext has a MessageBuf bound for inbound which can be used.
hasNextInboundByteBuffer() - Method in interface io.netty.channel.ChannelHandlerContext
Return true if the next ChannelHandlerContext has a ByteBuf for handling inbound data.
hasNextInboundMessageBuffer() - Method in interface io.netty.channel.ChannelHandlerContext
Return true if the next ChannelHandlerContext has a MessageBuf for handling inbound data.
hasNextOutboundByteBuffer() - Method in interface io.netty.channel.ChannelHandlerContext
Return true if the next ChannelHandlerContext has a ByteBuf for handling outbound data.
hasNextOutboundMessageBuffer() - Method in interface io.netty.channel.ChannelHandlerContext
Return true if the next ChannelHandlerContext has a MessageBuf for handling outbound data.
hasOutboundByteBuffer() - Method in interface io.netty.channel.ChannelHandlerContext
Return true if the ChannelHandlerContext has an ByteBuf bound for outbound data which can be used.
hasOutboundMessageBuffer() - Method in interface io.netty.channel.ChannelHandlerContext
Return true if the ChannelHandlerContext has a MessageBuf bound for outbound which can be used.
hasTasks() - Method in class io.netty.channel.SingleThreadEventExecutor
 

I

id() - Method in class io.netty.channel.AbstractChannel
 
id() - Method in interface io.netty.channel.Channel
Returns the unique integer ID of this channel.
id() - Method in class io.netty.channel.local.LocalAddress
Returns the ID of this address.
inboundBuffer() - Method in class io.netty.channel.embedded.EmbeddedByteChannel
 
inboundBuffer() - Method in class io.netty.channel.embedded.EmbeddedMessageChannel
 
inboundBufferUpdated(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundByteHandlerAdapter
 
inboundBufferUpdated(ChannelHandlerContext, ByteBuf) - Method in class io.netty.channel.ChannelInboundByteHandlerAdapter
Callback which will get notifed once the given ByteBuf received more data to read.
inboundBufferUpdated(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
Does nothing by default.
inboundBufferUpdated(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundMessageHandlerAdapter
 
inboundBufferUpdated(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelStateHandler
The inbound buffer of the ChannelHandlerContext was updated with new data.
inboundBufferUpdated(ChannelHandlerContext) - Method in class io.netty.channel.ChannelStateHandlerAdapter
 
inboundBufferUpdated(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelHandler
 
inboundByteBuffer() - Method in interface io.netty.channel.ChannelHandlerContext
Return the bound ByteBuf for inbound data if ChannelHandlerContext.hasInboundByteBuffer() returned true.
inboundByteBuffer() - Method in interface io.netty.channel.ChannelPipeline
 
inboundByteBuffer() - Method in class io.netty.channel.DefaultChannelPipeline
 
inboundMessageBuffer() - Method in interface io.netty.channel.ChannelHandlerContext
Return the bound MessageBuf for inbound data if ChannelHandlerContext.hasInboundMessageBuffer() returned true.
inboundMessageBuffer() - Method in interface io.netty.channel.ChannelPipeline
 
inboundMessageBuffer() - Method in class io.netty.channel.DefaultChannelPipeline
 
increaseWriteCounter(long) - Method in class io.netty.channel.ChannelFlushFutureNotifier
 
inEventLoop() - Method in interface io.netty.channel.EventExecutor
inEventLoop(Thread) - Method in interface io.netty.channel.EventExecutor
Return true if the given Thread is executed in the event loop, false otherwise.
inEventLoop() - Method in class io.netty.channel.SingleThreadEventExecutor
 
inEventLoop(Thread) - Method in class io.netty.channel.SingleThreadEventExecutor
 
init(ChannelInboundHandler, ChannelOutboundHandler) - Method in class io.netty.channel.CombinedChannelHandler
 
initChannel(C) - Method in class io.netty.channel.ChannelInitializer
 
INSTANCE - Static variable in class io.netty.channel.ChannelInputShutdownEvent
 
InternetProtocolFamily - Enum in io.netty.channel.socket
Internet Protocol (IP) families
interruptThread() - Method in class io.netty.channel.SingleThreadEventExecutor
 
invalidateLocalAddress() - Method in class io.netty.channel.AbstractChannel
 
invalidateRemoteAddress() - Method in class io.netty.channel.AbstractChannel
 
io.netty.bootstrap - package io.netty.bootstrap
The helper classes with fluent API which enable an easy implementation of typical client side and server side channel initialization.
io.netty.channel - package io.netty.channel
The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.
io.netty.channel.embedded - package io.netty.channel.embedded
A virtual Channel that helps wrapping a series of handlers to unit test the handlers or use them in non-I/O context.
io.netty.channel.group - package io.netty.channel.group
A channel registry which helps a user maintain the list of open Channels and perform bulk operations on them.
io.netty.channel.local - package io.netty.channel.local
A virtual transport that enables the communication between the two parties in the same virtual machine.
io.netty.channel.socket - package io.netty.channel.socket
Abstract TCP and UDP socket interfaces which extend the core channel API.
io.netty.channel.socket.aio - package io.netty.channel.socket.aio
NIO2-based socket channel API implementation - recommended for a large number of connections (>= 1000).
io.netty.channel.socket.nio - package io.netty.channel.socket.nio
NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).
io.netty.channel.socket.oio - package io.netty.channel.socket.oio
Old blocking I/O based socket channel API implementation - recommended for a small number of connections (< 1000).
IP_MULTICAST_ADDR - Static variable in class io.netty.channel.ChannelOption
 
IP_MULTICAST_IF - Static variable in class io.netty.channel.ChannelOption
 
IP_MULTICAST_LOOP_DISABLED - Static variable in class io.netty.channel.ChannelOption
 
IP_MULTICAST_TTL - Static variable in class io.netty.channel.ChannelOption
 
IP_TOS - Static variable in class io.netty.channel.ChannelOption
 
isActive() - Method in interface io.netty.channel.Channel
 
isActive() - Method in class io.netty.channel.embedded.AbstractEmbeddedChannel
 
isActive() - Method in class io.netty.channel.local.LocalChannel
 
isActive() - Method in class io.netty.channel.local.LocalServerChannel
 
isActive() - Method in class io.netty.channel.socket.aio.AioServerSocketChannel
 
isActive() - Method in class io.netty.channel.socket.aio.AioSocketChannel
 
isActive() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
isActive() - Method in class io.netty.channel.socket.nio.NioSctpChannel
 
isActive() - Method in class io.netty.channel.socket.nio.NioSctpServerChannel
 
isActive() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
isActive() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
isActive() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
isActive() - Method in class io.netty.channel.socket.oio.OioSctpChannel
 
isActive() - Method in class io.netty.channel.socket.oio.OioSctpServerChannel
 
isActive() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
isActive() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
isAllowHalfClosure() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
isAllowHalfClosure() - Method in interface io.netty.channel.socket.SocketChannelConfig
Returns true if and only if the channel should not close itself when its remote peer shuts down output to make the connection half-closed.
isBroadcast() - Method in interface io.netty.channel.socket.DatagramChannelConfig
isBroadcast() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
isCancelled() - Method in interface io.netty.channel.ChannelFuture
Returns true if and only if this future was cancelled by a ChannelFuture.cancel() method.
isCancelled() - Method in class io.netty.channel.CompleteChannelFuture
 
isCancelled() - Method in class io.netty.channel.DefaultChannelFuture
 
isCancelled() - Method in class io.netty.channel.VoidChannelFuture
 
isCompatible(EventLoop) - Method in class io.netty.channel.AbstractChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.embedded.AbstractEmbeddedChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.local.LocalChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.local.LocalServerChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.socket.nio.AbstractNioChannel
 
isComplete() - Method in class com.sun.nio.sctp.MessageInfo
 
isComplete() - Method in class io.netty.channel.socket.SctpMessage
 
isCompleteFailure() - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns true if and only if all I/O operations associated with this future have failed without any success.
isCompleteFailure() - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
isCompleteSuccess() - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns true if and only if all I/O operations associated with this future were successful without any failure.
isCompleteSuccess() - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
isConnected() - Method in interface io.netty.channel.socket.DatagramChannel
 
isConnected() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
isConnected() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
isDone() - Method in interface io.netty.channel.ChannelFuture
Returns true if and only if this future is complete, regardless of whether the operation was successful, failed, or cancelled.
isDone() - Method in class io.netty.channel.CompleteChannelFuture
 
isDone() - Method in class io.netty.channel.DefaultChannelFuture
 
isDone() - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns true if and only if this future is complete, regardless of whether the operation was successful, failed, or canceled.
isDone() - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
isDone() - Method in class io.netty.channel.VoidChannelFuture
 
isEmpty() - Method in class io.netty.channel.group.DefaultChannelGroup
 
isFlushPending() - Method in class io.netty.channel.AbstractChannel
 
isFlushPending() - Method in class io.netty.channel.AbstractServerChannel
 
isFlushPending() - Method in class io.netty.channel.embedded.AbstractEmbeddedChannel
 
isFlushPending() - Method in class io.netty.channel.local.LocalChannel
 
isFlushPending() - Method in class io.netty.channel.socket.aio.AioServerSocketChannel
 
isFlushPending() - Method in class io.netty.channel.socket.aio.AioSocketChannel
 
isFlushPending() - Method in class io.netty.channel.socket.nio.AbstractNioChannel
 
isInputShutdown() - Method in class io.netty.channel.socket.aio.AioSocketChannel
 
isInputShutdown() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
isInputShutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
isInputShutdown() - Method in interface io.netty.channel.socket.SocketChannel
Returns true if and only if the remote peer shut down its output so that no more data is received from this channel.
isKeepAlive() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
isKeepAlive() - Method in interface io.netty.channel.socket.SocketChannelConfig
isLoopbackModeDisabled() - Method in interface io.netty.channel.socket.DatagramChannelConfig
isLoopbackModeDisabled() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
isOpen() - Method in interface io.netty.channel.Channel
 
isOpen() - Method in class io.netty.channel.embedded.AbstractEmbeddedChannel
 
isOpen() - Method in class io.netty.channel.local.LocalChannel
 
isOpen() - Method in class io.netty.channel.local.LocalServerChannel
 
isOpen() - Method in class io.netty.channel.socket.nio.AbstractNioChannel
 
isOpen() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
isOpen() - Method in class io.netty.channel.socket.oio.OioSctpChannel
 
isOpen() - Method in class io.netty.channel.socket.oio.OioSctpServerChannel
 
isOpen() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
isOpen() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
isOutputShutdown() - Method in class io.netty.channel.socket.aio.AioSocketChannel
 
isOutputShutdown() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
isOutputShutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
isOutputShutdown() - Method in interface io.netty.channel.socket.SocketChannel
 
isPartialFailure() - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns true if and only if the I/O operations associated with this future have failed partially with some success.
isPartialFailure() - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
isPartialSuccess() - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns true if and only if the I/O operations associated with this future were partially successful with some failure.
isPartialSuccess() - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
isReadable() - Method in interface io.netty.channel.ChannelHandlerContext
Return true if the ChannelHandlerContext was marked as readable.
isRegistered() - Method in class io.netty.channel.AbstractChannel
 
isRegistered() - Method in interface io.netty.channel.Channel
 
isReuseAddress() - Method in interface io.netty.channel.socket.DatagramChannelConfig
isReuseAddress() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
isReuseAddress() - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
isReuseAddress() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
isReuseAddress() - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
isReuseAddress() - Method in interface io.netty.channel.socket.SocketChannelConfig
isSctpNoDelay() - Method in class io.netty.channel.socket.DefaultSctpChannelConfig
 
isSctpNoDelay() - Method in interface io.netty.channel.socket.SctpChannelConfig
Gets the SCTP_NODELAY option.
isShutdown() - Method in class io.netty.channel.ChannelTaskScheduler
 
isShutdown() - Method in interface io.netty.channel.EventExecutorGroup
Returns true if and only if EventExecutorGroup.shutdown() has been called.
isShutdown() - Method in class io.netty.channel.MultithreadEventExecutorGroup
 
isShutdown() - Method in class io.netty.channel.SingleThreadEventExecutor
 
isShutdown() - Method in class io.netty.channel.socket.oio.OioEventLoopGroup
 
isSuccess() - Method in interface io.netty.channel.ChannelFuture
Returns true if and only if the I/O operation was completed successfully.
isSuccess() - Method in class io.netty.channel.DefaultChannelFuture
 
isSuccess() - Method in class io.netty.channel.FailedChannelFuture
 
isSuccess() - Method in class io.netty.channel.SucceededChannelFuture
 
isSuccess() - Method in class io.netty.channel.VoidChannelFuture
 
isSupported(Object) - Method in class io.netty.channel.ChannelInboundMessageHandlerAdapter
Returns true if and only if the specified message can be handled by this handler.
isTcpNoDelay() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
isTcpNoDelay() - Method in interface io.netty.channel.socket.SocketChannelConfig
isTerminated() - Method in class io.netty.channel.ChannelTaskScheduler
 
isTerminated() - Method in interface io.netty.channel.EventExecutorGroup
Returns true if and only if EventExecutorGroup.shutdown() has been called and all EventExecutors managed by this group has been terminated completely.
isTerminated() - Method in class io.netty.channel.MultithreadEventExecutorGroup
 
isTerminated() - Method in class io.netty.channel.SingleThreadEventExecutor
 
isTerminated() - Method in class io.netty.channel.socket.oio.OioEventLoopGroup
 
isUnordered() - Method in class com.sun.nio.sctp.MessageInfo
 
iterator() - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns the Iterator that enumerates all ChannelFutures which are associated with this future.
iterator() - Method in class io.netty.channel.group.DefaultChannelGroup
 
iterator() - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 

J

javaChannel() - Method in class io.netty.channel.socket.aio.AioServerSocketChannel
 
javaChannel() - Method in class io.netty.channel.socket.aio.AioSocketChannel
 
javaChannel() - Method in class io.netty.channel.socket.nio.AbstractNioChannel
 
javaChannel() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
javaChannel() - Method in class io.netty.channel.socket.nio.NioSctpChannel
 
javaChannel() - Method in class io.netty.channel.socket.nio.NioSctpServerChannel
 
javaChannel() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
javaChannel() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
joinGroup(InetAddress) - Method in interface io.netty.channel.socket.DatagramChannel
Joins a multicast group.
joinGroup(InetAddress, ChannelFuture) - Method in interface io.netty.channel.socket.DatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface) - Method in interface io.netty.channel.socket.DatagramChannel
Joins the specified multicast group at the specified interface.
joinGroup(InetSocketAddress, NetworkInterface, ChannelFuture) - Method in interface io.netty.channel.socket.DatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in interface io.netty.channel.socket.DatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelFuture) - Method in interface io.netty.channel.socket.DatagramChannel
 
joinGroup(InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
joinGroup(InetAddress, ChannelFuture) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface, ChannelFuture) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelFuture) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
joinGroup(InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
joinGroup(InetAddress, ChannelFuture) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface, ChannelFuture) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelFuture) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 

L

last() - Method in interface io.netty.channel.ChannelPipeline
Returns the last ChannelHandler in this pipeline.
last() - Method in class io.netty.channel.DefaultChannelPipeline
 
lastContext() - Method in interface io.netty.channel.ChannelPipeline
Returns the context of the last ChannelHandler in this pipeline.
lastContext() - Method in class io.netty.channel.DefaultChannelPipeline
 
lastInboundByteBuffer() - Method in class io.netty.channel.embedded.AbstractEmbeddedChannel
 
lastInboundMessageBuffer() - Method in class io.netty.channel.embedded.AbstractEmbeddedChannel
 
lastOutboundBuffer - Variable in class io.netty.channel.embedded.AbstractEmbeddedChannel
 
lastOutboundBuffer() - Method in class io.netty.channel.embedded.EmbeddedByteChannel
 
lastOutboundBuffer() - Method in class io.netty.channel.embedded.EmbeddedMessageChannel
 
leaveGroup(InetAddress) - Method in interface io.netty.channel.socket.DatagramChannel
Leaves a multicast group.
leaveGroup(InetAddress, ChannelFuture) - Method in interface io.netty.channel.socket.DatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface) - Method in interface io.netty.channel.socket.DatagramChannel
Leaves a multicast group on a specified local interface.
leaveGroup(InetSocketAddress, NetworkInterface, ChannelFuture) - Method in interface io.netty.channel.socket.DatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in interface io.netty.channel.socket.DatagramChannel
Leave the specified multicast group at the specified interface using the specified source.
leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelFuture) - Method in interface io.netty.channel.socket.DatagramChannel
 
leaveGroup(InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
leaveGroup(InetAddress, ChannelFuture) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface, ChannelFuture) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelFuture) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
leaveGroup(InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
leaveGroup(InetAddress, ChannelFuture) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface, ChannelFuture) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelFuture) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
localAddress(SocketAddress) - Method in class io.netty.bootstrap.AbstractBootstrap
The SocketAddress which is used to bind the local "end" to.
localAddress(int) - Method in class io.netty.bootstrap.AbstractBootstrap
localAddress(String, int) - Method in class io.netty.bootstrap.AbstractBootstrap
localAddress(InetAddress, int) - Method in class io.netty.bootstrap.AbstractBootstrap
localAddress() - Method in class io.netty.bootstrap.AbstractBootstrap
 
localAddress() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
localAddress() - Method in class io.netty.channel.AbstractChannel
 
localAddress() - Method in interface io.netty.channel.Channel
Returns the local address where this channel is bound to.
localAddress() - Method in interface io.netty.channel.Channel.Unsafe
Return the SocketAddress to which is bound local or null if none.
LocalAddress - Class in io.netty.channel.local
An endpoint in the local transport.
LocalAddress(String) - Constructor for class io.netty.channel.local.LocalAddress
Creates a new instance with the specified ID.
localAddress() - Method in class io.netty.channel.local.LocalChannel
 
localAddress() - Method in class io.netty.channel.local.LocalServerChannel
 
localAddress() - Method in interface io.netty.channel.socket.DatagramChannel
 
localAddress() - Method in class io.netty.channel.socket.nio.AbstractNioChannel
 
localAddress() - Method in interface io.netty.channel.socket.SctpChannel
Return the (primary) local address of the SCTP channel.
localAddress() - Method in interface io.netty.channel.socket.SctpServerChannel
Return the (primary) local address of the SCTP server channel.
localAddress() - Method in interface io.netty.channel.socket.ServerSocketChannel
 
localAddress() - Method in interface io.netty.channel.socket.SocketChannel
 
localAddress0() - Method in class io.netty.channel.AbstractChannel
 
localAddress0() - Method in class io.netty.channel.embedded.AbstractEmbeddedChannel
 
localAddress0() - Method in class io.netty.channel.local.LocalChannel
 
localAddress0() - Method in class io.netty.channel.local.LocalServerChannel
 
localAddress0() - Method in class io.netty.channel.socket.aio.AioServerSocketChannel
 
localAddress0() - Method in class io.netty.channel.socket.aio.AioSocketChannel
 
localAddress0() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
localAddress0() - Method in class io.netty.channel.socket.nio.NioSctpChannel
 
localAddress0() - Method in class io.netty.channel.socket.nio.NioSctpServerChannel
 
localAddress0() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
localAddress0() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
localAddress0() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
localAddress0() - Method in class io.netty.channel.socket.oio.OioSctpChannel
 
localAddress0() - Method in class io.netty.channel.socket.oio.OioSctpServerChannel
 
localAddress0() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
localAddress0() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
LocalChannel - Class in io.netty.channel.local
A Channel for the local transport.
LocalChannel() - Constructor for class io.netty.channel.local.LocalChannel
 
LocalChannel(Integer) - Constructor for class io.netty.channel.local.LocalChannel
 
LocalEventLoopGroup - Class in io.netty.channel.local
 
LocalEventLoopGroup() - Constructor for class io.netty.channel.local.LocalEventLoopGroup
 
LocalEventLoopGroup(int) - Constructor for class io.netty.channel.local.LocalEventLoopGroup
 
LocalEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.local.LocalEventLoopGroup
 
LocalServerChannel - Class in io.netty.channel.local
A ServerChannel for the local transport.
LocalServerChannel() - Constructor for class io.netty.channel.local.LocalServerChannel
 
LocalServerChannel(Integer) - Constructor for class io.netty.channel.local.LocalServerChannel
 

M

maxInStreams() - Method in class com.sun.nio.sctp.SctpStandardSocketOptions.InitMaxStreams
 
maxOutStreams() - Method in class com.sun.nio.sctp.SctpStandardSocketOptions.InitMaxStreams
 
MessageInfo - Class in com.sun.nio.sctp
 
MessageInfo() - Constructor for class com.sun.nio.sctp.MessageInfo
 
messageReceived(ChannelHandlerContext, I) - Method in class io.netty.channel.ChannelInboundMessageHandlerAdapter
 
metadata() - Method in class io.netty.channel.AbstractServerChannel
 
metadata() - Method in interface io.netty.channel.Channel
Return the ChannelMetadata of the Channel which describe the nature of the Channel.
metadata() - Method in class io.netty.channel.embedded.EmbeddedByteChannel
 
metadata() - Method in class io.netty.channel.embedded.EmbeddedMessageChannel
 
metadata() - Method in class io.netty.channel.local.LocalChannel
 
metadata() - Method in class io.netty.channel.socket.aio.AioServerSocketChannel
 
metadata() - Method in class io.netty.channel.socket.aio.AioSocketChannel
 
metadata() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
metadata() - Method in class io.netty.channel.socket.nio.NioSctpChannel
 
metadata() - Method in class io.netty.channel.socket.nio.NioSctpServerChannel
 
metadata() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
metadata() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
metadata() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
metadata() - Method in class io.netty.channel.socket.oio.OioSctpChannel
 
metadata() - Method in class io.netty.channel.socket.oio.OioSctpServerChannel
 
metadata() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
metadata() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
MultithreadEventExecutorGroup - Class in io.netty.channel
 
MultithreadEventExecutorGroup(int, ThreadFactory, Object...) - Constructor for class io.netty.channel.MultithreadEventExecutorGroup
 
MultithreadEventLoopGroup - Class in io.netty.channel
 
MultithreadEventLoopGroup(int, ThreadFactory, Object...) - Constructor for class io.netty.channel.MultithreadEventLoopGroup
 

N

name() - Method in interface com.sun.nio.sctp.SctpSocketOption
 
name() - Method in interface io.netty.channel.ChannelHandlerContext
The unique name of the ChannelHandlerContext.The name was used when then ChannelHandler was added to the ChannelPipeline.
name() - Method in interface io.netty.channel.group.ChannelGroup
Returns the name of this group.
name() - Method in class io.netty.channel.group.DefaultChannelGroup
 
names() - Method in interface io.netty.channel.ChannelPipeline
Returns the List of the handler names.
names() - Method in class io.netty.channel.DefaultChannelPipeline
 
newChannel() - Method in interface io.netty.bootstrap.AbstractBootstrap.ChannelFactory
newChild(ThreadFactory, ChannelTaskScheduler, Object...) - Method in class io.netty.channel.DefaultEventExecutorGroup
 
newChild(ThreadFactory, ChannelTaskScheduler, Object...) - Method in class io.netty.channel.local.LocalEventLoopGroup
 
newChild(ThreadFactory, ChannelTaskScheduler, Object...) - Method in class io.netty.channel.MultithreadEventExecutorGroup
 
newChild(ThreadFactory, ChannelTaskScheduler, Object...) - Method in class io.netty.channel.socket.aio.AioEventLoopGroup
 
newChild(ThreadFactory, ChannelTaskScheduler, Object...) - Method in class io.netty.channel.socket.nio.NioEventLoopGroup
 
newFailedFuture(Throwable) - Method in class io.netty.channel.AbstractChannel
 
newFailedFuture(Throwable) - Method in interface io.netty.channel.ChannelFutureFactory
Create a new ChannelFuture which is marked as fakued already.
newFuture() - Method in class io.netty.channel.AbstractChannel
 
newFuture() - Method in interface io.netty.channel.ChannelFutureFactory
Create a new ChannelFuture
newInboundBuffer(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundByteHandler
 
newInboundBuffer(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundByteHandlerAdapter
Create a new unpooled ByteBuf by default.
newInboundBuffer(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
Return the ChannelBuf which will be used for inbound data for the given ChannelHandlerContext.
newInboundBuffer(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundMessageHandler
Return the MessageBuf which will be used for inbound data to store.
newInboundBuffer(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundMessageHandlerAdapter
 
newInboundBuffer(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelHandler
 
newOutboundBuffer(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelOutboundByteHandler
 
newOutboundBuffer(ChannelHandlerContext) - Method in class io.netty.channel.ChannelOutboundByteHandlerAdapter
 
newOutboundBuffer(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelOutboundHandler
 
newOutboundBuffer(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelOutboundMessageHandler
 
newOutboundBuffer(ChannelHandlerContext) - Method in class io.netty.channel.ChannelOutboundMessageHandlerAdapter
 
newOutboundBuffer(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelHandler
 
newSucceededFuture() - Method in class io.netty.channel.AbstractChannel
 
newSucceededFuture() - Method in interface io.netty.channel.ChannelFutureFactory
Create a new ChannelFuture which is marked as successes already.
newTaskQueue() - Method in class io.netty.channel.SingleThreadEventExecutor
 
newTaskQueue() - Method in class io.netty.channel.socket.nio.NioEventLoop
 
newUnsafe() - Method in class io.netty.channel.AbstractChannel
 
newUnsafe() - Method in class io.netty.channel.embedded.AbstractEmbeddedChannel
 
newUnsafe() - Method in class io.netty.channel.local.LocalChannel
 
newUnsafe() - Method in class io.netty.channel.local.LocalServerChannel
 
newUnsafe() - Method in class io.netty.channel.socket.aio.AioServerSocketChannel
 
newUnsafe() - Method in class io.netty.channel.socket.aio.AioSocketChannel
 
next() - Method in interface io.netty.channel.EventExecutor
Returns a reference to itself.
next() - Method in interface io.netty.channel.EventExecutorGroup
Returns one of the EventExecutors that belong to this group.
next() - Method in interface io.netty.channel.EventLoopGroup
Return the next EventLoop to use
next() - Method in class io.netty.channel.MultithreadEventExecutorGroup
 
next() - Method in class io.netty.channel.MultithreadEventLoopGroup
 
next() - Method in class io.netty.channel.SingleThreadEventExecutor
 
next() - Method in class io.netty.channel.SingleThreadEventLoop
 
next() - Method in class io.netty.channel.socket.oio.OioEventLoopGroup
 
nextInboundByteBuffer() - Method in interface io.netty.channel.ChannelHandlerContext
Return the ByteBuf of the next ChannelHandlerContext if ChannelHandlerContext.hasNextInboundByteBuffer() returned true, otherwise a UnsupportedOperationException is thrown.
nextInboundMessageBuffer() - Method in interface io.netty.channel.ChannelHandlerContext
Return the MessageBuf of the next ChannelHandlerContext if ChannelHandlerContext.hasNextInboundMessageBuffer() returned true, otherwise a UnsupportedOperationException is thrown.
nextOutboundByteBuffer() - Method in interface io.netty.channel.ChannelHandlerContext
Return the ByteBuf of the next ChannelHandlerContext if ChannelHandlerContext.hasNextOutboundByteBuffer() returned true, otherwise a UnsupportedOperationException is thrown.
nextOutboundMessageBuffer() - Method in interface io.netty.channel.ChannelHandlerContext
Return the MessageBuf of the next ChannelHandlerContext if ChannelHandlerContext.hasNextOutboundMessageBuffer() returned true, otherwise a UnsupportedOperationException is thrown.
NioDatagramChannel - Class in io.netty.channel.socket.nio
Provides an NIO based DatagramChannel.
NioDatagramChannel() - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
 
NioDatagramChannel(InternetProtocolFamily) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
 
NioDatagramChannel(DatagramChannel) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
 
NioDatagramChannel(Integer, DatagramChannel) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
 
NioEventLoop - Class in io.netty.channel.socket.nio
SingleThreadEventLoop implementation which register the Channel's to a Selector and so does the multi-plexing of these in the event loop.
NioEventLoopGroup - Class in io.netty.channel.socket.nio
 
NioEventLoopGroup() - Constructor for class io.netty.channel.socket.nio.NioEventLoopGroup
 
NioEventLoopGroup(int) - Constructor for class io.netty.channel.socket.nio.NioEventLoopGroup
 
NioEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.socket.nio.NioEventLoopGroup
 
NioEventLoopGroup(int, ThreadFactory, SelectorProvider) - Constructor for class io.netty.channel.socket.nio.NioEventLoopGroup
 
NioSctpChannel - Class in io.netty.channel.socket.nio
 
NioSctpChannel() - Constructor for class io.netty.channel.socket.nio.NioSctpChannel
 
NioSctpChannel(SctpChannel) - Constructor for class io.netty.channel.socket.nio.NioSctpChannel
 
NioSctpChannel(Channel, Integer, SctpChannel) - Constructor for class io.netty.channel.socket.nio.NioSctpChannel
 
NioSctpServerChannel - Class in io.netty.channel.socket.nio
 
NioSctpServerChannel() - Constructor for class io.netty.channel.socket.nio.NioSctpServerChannel
 
NioServerSocketChannel - Class in io.netty.channel.socket.nio
 
NioServerSocketChannel() - Constructor for class io.netty.channel.socket.nio.NioServerSocketChannel
 
NioSocketChannel - Class in io.netty.channel.socket.nio
 
NioSocketChannel() - Constructor for class io.netty.channel.socket.nio.NioSocketChannel
 
NioSocketChannel(SocketChannel) - Constructor for class io.netty.channel.socket.nio.NioSocketChannel
 
NioSocketChannel(Channel, Integer, SocketChannel) - Constructor for class io.netty.channel.socket.nio.NioSocketChannel
 
NioTask<C extends SelectableChannel> - Interface in io.netty.channel.socket.nio
An arbitrary task that can be executed by NioEventLoop when a SelectableChannel becomes ready.
NoSuchBufferException - Exception in io.netty.channel
A ChannelPipelineException which is raised if an inbound or outbound buffer of the expected type is not found while transferring data between ChannelHandlers.
NoSuchBufferException() - Constructor for exception io.netty.channel.NoSuchBufferException
 
NoSuchBufferException(String, Throwable) - Constructor for exception io.netty.channel.NoSuchBufferException
 
NoSuchBufferException(String) - Constructor for exception io.netty.channel.NoSuchBufferException
 
NoSuchBufferException(Throwable) - Constructor for exception io.netty.channel.NoSuchBufferException
 
Notification - Interface in com.sun.nio.sctp
 
notification() - Method in class io.netty.channel.socket.SctpNotificationEvent
Return the Notification
NotificationHandler<T> - Interface in com.sun.nio.sctp
 
notifyFlushFutures() - Method in class io.netty.channel.ChannelFlushFutureNotifier
 
notifyFlushFutures(Throwable) - Method in class io.netty.channel.ChannelFlushFutureNotifier
 
notifyFlushFutures(Throwable, Throwable) - Method in class io.netty.channel.ChannelFlushFutureNotifier
 
notifyHandlerException(Throwable) - Method in class io.netty.channel.DefaultChannelPipeline
 

O

OioDatagramChannel - Class in io.netty.channel.socket.oio
 
OioDatagramChannel() - Constructor for class io.netty.channel.socket.oio.OioDatagramChannel
 
OioDatagramChannel(MulticastSocket) - Constructor for class io.netty.channel.socket.oio.OioDatagramChannel
 
OioDatagramChannel(Integer, MulticastSocket) - Constructor for class io.netty.channel.socket.oio.OioDatagramChannel
 
OioEventLoopGroup - Class in io.netty.channel.socket.oio
 
OioEventLoopGroup() - Constructor for class io.netty.channel.socket.oio.OioEventLoopGroup
 
OioEventLoopGroup(int) - Constructor for class io.netty.channel.socket.oio.OioEventLoopGroup
 
OioEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.socket.oio.OioEventLoopGroup
 
OioSctpChannel - Class in io.netty.channel.socket.oio
 
OioSctpChannel() - Constructor for class io.netty.channel.socket.oio.OioSctpChannel
 
OioSctpChannel(SctpChannel) - Constructor for class io.netty.channel.socket.oio.OioSctpChannel
 
OioSctpChannel(Channel, Integer, SctpChannel) - Constructor for class io.netty.channel.socket.oio.OioSctpChannel
 
OioSctpServerChannel - Class in io.netty.channel.socket.oio
 
OioSctpServerChannel() - Constructor for class io.netty.channel.socket.oio.OioSctpServerChannel
 
OioSctpServerChannel(SctpServerChannel) - Constructor for class io.netty.channel.socket.oio.OioSctpServerChannel
 
OioSctpServerChannel(Integer, SctpServerChannel) - Constructor for class io.netty.channel.socket.oio.OioSctpServerChannel
 
OioServerSocketChannel - Class in io.netty.channel.socket.oio
 
OioServerSocketChannel() - Constructor for class io.netty.channel.socket.oio.OioServerSocketChannel
 
OioServerSocketChannel(ServerSocket) - Constructor for class io.netty.channel.socket.oio.OioServerSocketChannel
 
OioServerSocketChannel(Integer, ServerSocket) - Constructor for class io.netty.channel.socket.oio.OioServerSocketChannel
 
OioSocketChannel - Class in io.netty.channel.socket.oio
 
OioSocketChannel() - Constructor for class io.netty.channel.socket.oio.OioSocketChannel
 
OioSocketChannel(Socket) - Constructor for class io.netty.channel.socket.oio.OioSocketChannel
 
OioSocketChannel(Channel, Integer, Socket) - Constructor for class io.netty.channel.socket.oio.OioSocketChannel
 
open() - Static method in class com.sun.nio.sctp.SctpChannel
 
open() - Static method in class com.sun.nio.sctp.SctpServerChannel
 
operationComplete(ChannelFuture) - Method in class io.netty.channel.ChannelFutureAggregator
 
operationComplete(ChannelFuture) - Method in interface io.netty.channel.ChannelFutureListener
Invoked when the I/O operation associated with the ChannelFuture has been completed.
operationComplete(ChannelGroupFuture) - Method in interface io.netty.channel.group.ChannelGroupFutureListener
Invoked when all I/O operations associated with the ChannelGroupFuture have been completed.
operationProgressed(ChannelFuture, long, long, long) - Method in interface io.netty.channel.ChannelFutureProgressListener
Invoked when the I/O operation associated with the ChannelFuture has been progressed.
option(ChannelOption<T>, T) - Method in class io.netty.bootstrap.AbstractBootstrap
Allow to specify a ChannelOption which is used for the Channel instances once they got created.
options() - Method in class io.netty.bootstrap.AbstractBootstrap
 
outboundByteBuffer() - Method in class io.netty.channel.AbstractChannel
 
outboundByteBuffer() - Method in class io.netty.channel.AbstractServerChannel
 
outboundByteBuffer() - Method in interface io.netty.channel.Channel
 
outboundByteBuffer() - Method in interface io.netty.channel.ChannelHandlerContext
Return the bound ByteBuf for outbound data if ChannelHandlerContext.hasOutboundByteBuffer() returned true.
outboundByteBuffer() - Method in interface io.netty.channel.ChannelPipeline
 
outboundByteBuffer() - Method in class io.netty.channel.DefaultChannelPipeline
 
outboundMessageBuffer() - Method in class io.netty.channel.AbstractChannel
 
outboundMessageBuffer() - Method in class io.netty.channel.AbstractServerChannel
 
outboundMessageBuffer() - Method in interface io.netty.channel.Channel
 
outboundMessageBuffer() - Method in interface io.netty.channel.ChannelHandlerContext
Return the bound MessageBuf for outbound data if ChannelHandlerContext.hasOutboundMessageBuffer() returned true.
outboundMessageBuffer() - Method in interface io.netty.channel.ChannelPipeline
 
outboundMessageBuffer() - Method in class io.netty.channel.DefaultChannelPipeline
 

P

parent() - Method in class io.netty.channel.AbstractChannel
 
parent() - Method in interface io.netty.channel.Channel
Returns the parent of this channel.
parent() - Method in interface io.netty.channel.EventExecutor
Return the EventExecutorGroup which is the parent of this EventExecutor, or null if it has no parent
parent() - Method in interface io.netty.channel.EventLoop
 
parent() - Method in class io.netty.channel.local.LocalChannel
 
parent() - Method in class io.netty.channel.SingleThreadEventExecutor
 
parent() - Method in class io.netty.channel.SingleThreadEventLoop
 
payloadProtocolID() - Method in class com.sun.nio.sctp.MessageInfo
 
payloadProtocolID(int) - Method in class com.sun.nio.sctp.MessageInfo
 
peekTask() - Method in class io.netty.channel.SingleThreadEventExecutor
 
PeerAddressChangeNotification - Class in com.sun.nio.sctp
 
PeerAddressChangeNotification() - Constructor for class com.sun.nio.sctp.PeerAddressChangeNotification
 
pipeline() - Method in class io.netty.channel.AbstractChannel
 
pipeline() - Method in interface io.netty.channel.Channel
Returns the ChannelPipeline which handles ChannelEvents associated with this channel.
pipeline() - Method in interface io.netty.channel.ChannelHandlerContext
Return the ChannelPipeline which belongs this ChannelHandlerContext.
pollTask() - Method in class io.netty.channel.SingleThreadEventExecutor
 

R

raise() - Static method in exception com.sun.nio.sctp.UnsupportedOperatingSystemException
 
read() - Method in interface io.netty.channel.socket.nio.AbstractNioChannel.NioUnsafe
 
readable(boolean) - Method in interface io.netty.channel.ChannelHandlerContext
Mark the ChannelHandlerContext as readable or suspend it.
readInbound() - Method in class io.netty.channel.embedded.AbstractEmbeddedChannel
 
readOutbound() - Method in class io.netty.channel.embedded.EmbeddedByteChannel
 
readOutbound() - Method in class io.netty.channel.embedded.EmbeddedMessageChannel
 
receive(ByteBuffer, T, NotificationHandler<T>) - Method in class com.sun.nio.sctp.SctpChannel
 
register(EventLoop, ChannelFuture) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
register(EventLoop, ChannelFuture) - Method in interface io.netty.channel.Channel.Unsafe
Register the Channel of the ChannelFuture with the EventLoop and notify the ChannelFuture once the registration was complete.
register(Channel) - Method in interface io.netty.channel.EventLoopGroup
Register a Channel with this EventLoop.
register(Channel, ChannelFuture) - Method in interface io.netty.channel.EventLoopGroup
Register a Channel with this EventLoop.
register(Channel) - Method in class io.netty.channel.MultithreadEventLoopGroup
 
register(Channel, ChannelFuture) - Method in class io.netty.channel.MultithreadEventLoopGroup
 
register(Channel) - Method in class io.netty.channel.SingleThreadEventLoop
 
register(Channel, ChannelFuture) - Method in class io.netty.channel.SingleThreadEventLoop
 
register(SelectableChannel, int, NioTask<?>) - Method in class io.netty.channel.socket.nio.NioEventLoop
Registers an arbitrary SelectableChannel, not necessarily created by Netty, to the Selector of this event loop.
register(Channel) - Method in class io.netty.channel.socket.oio.OioEventLoopGroup
 
register(Channel, ChannelFuture) - Method in class io.netty.channel.socket.oio.OioEventLoopGroup
 
remoteAddress(SocketAddress) - Method in class io.netty.bootstrap.Bootstrap
The SocketAddress to connect to once the Bootstrap.connect() method is called.
remoteAddress(String, int) - Method in class io.netty.bootstrap.Bootstrap
remoteAddress(InetAddress, int) - Method in class io.netty.bootstrap.Bootstrap
remoteAddress() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
remoteAddress() - Method in class io.netty.channel.AbstractChannel
 
remoteAddress() - Method in class io.netty.channel.AbstractServerChannel
 
remoteAddress() - Method in interface io.netty.channel.Channel
Returns the remote address where this channel is connected to.
remoteAddress() - Method in interface io.netty.channel.Channel.Unsafe
Return the SocketAddress to which is bound remote or null if none is bound yet.
remoteAddress() - Method in class io.netty.channel.local.LocalChannel
 
remoteAddress() - Method in class io.netty.channel.local.LocalServerChannel
 
remoteAddress() - Method in interface io.netty.channel.socket.DatagramChannel
 
remoteAddress() - Method in class io.netty.channel.socket.DatagramPacket
 
remoteAddress() - Method in class io.netty.channel.socket.nio.AbstractNioChannel
 
remoteAddress() - Method in class io.netty.channel.socket.nio.NioSctpServerChannel
 
remoteAddress() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
remoteAddress() - Method in class io.netty.channel.socket.oio.OioSctpServerChannel
 
remoteAddress() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
remoteAddress() - Method in interface io.netty.channel.socket.SctpChannel
Return the (primary) remote address of the SCTP channel.
remoteAddress() - Method in interface io.netty.channel.socket.ServerSocketChannel
 
remoteAddress() - Method in interface io.netty.channel.socket.SocketChannel
 
remoteAddress0() - Method in class io.netty.channel.AbstractChannel
 
remoteAddress0() - Method in class io.netty.channel.AbstractServerChannel
 
remoteAddress0() - Method in class io.netty.channel.embedded.AbstractEmbeddedChannel
 
remoteAddress0() - Method in class io.netty.channel.local.LocalChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.aio.AioServerSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.aio.AioSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.nio.NioSctpChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.nio.NioSctpServerChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.oio.OioSctpChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.oio.OioSctpServerChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
remove(ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Removes the specified ChannelHandler from this pipeline.
remove(String) - Method in interface io.netty.channel.ChannelPipeline
Removes the ChannelHandler with the specified name from this pipeline.
remove(Class<T>) - Method in interface io.netty.channel.ChannelPipeline
Removes the ChannelHandler of the specified type from this pipeline
remove(ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
remove(String) - Method in class io.netty.channel.DefaultChannelPipeline
 
remove(Class<T>) - Method in class io.netty.channel.DefaultChannelPipeline
 
remove(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
 
removeFirst() - Method in interface io.netty.channel.ChannelPipeline
Removes the first ChannelHandler in this pipeline.
removeFirst() - Method in class io.netty.channel.DefaultChannelPipeline
 
removeLast() - Method in interface io.netty.channel.ChannelPipeline
Removes the last ChannelHandler in this pipeline.
removeLast() - Method in class io.netty.channel.DefaultChannelPipeline
 
removeListener(ChannelFutureListener) - Method in interface io.netty.channel.ChannelFuture
Removes the specified listener from this future.
removeListener(ChannelFutureListener) - Method in class io.netty.channel.CompleteChannelFuture
 
removeListener(ChannelFutureListener) - Method in class io.netty.channel.DefaultChannelFuture
 
removeListener(ChannelGroupFutureListener) - Method in interface io.netty.channel.group.ChannelGroupFuture
Removes the specified listener from this future.
removeListener(ChannelGroupFutureListener) - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
removeListener(ChannelFutureListener) - Method in class io.netty.channel.VoidChannelFuture
 
removeShutdownHook(Runnable) - Method in class io.netty.channel.SingleThreadEventExecutor
 
removeTask(Runnable) - Method in class io.netty.channel.SingleThreadEventExecutor
 
replace(ChannelHandler, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Replaces the specified ChannelHandler with a new handler in this pipeline.
replace(String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Replaces the ChannelHandler of the specified name with a new handler in this pipeline.
replace(Class<T>, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Replaces the ChannelHandler of the specified type with a new handler in this pipeline.
replace(ChannelHandler, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
replace(String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
replace(Class<T>, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
resumeRead() - Method in interface io.netty.channel.Channel.Unsafe
Resume reads from the underlying transport.
resumeRead() - Method in class io.netty.channel.socket.nio.AbstractNioChannel.AbstractNioUnsafe
 
run() - Method in class io.netty.channel.SingleThreadEventExecutor
 
run() - Method in class io.netty.channel.socket.nio.NioEventLoop
 
runAllTasks() - Method in class io.netty.channel.SingleThreadEventExecutor
 

S

schedule(EventExecutor, Runnable, long, TimeUnit) - Method in class io.netty.channel.ChannelTaskScheduler
 
schedule(EventExecutor, Callable<V>, long, TimeUnit) - Method in class io.netty.channel.ChannelTaskScheduler
 
schedule(Runnable, long, TimeUnit) - Method in class io.netty.channel.SingleThreadEventExecutor
 
schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.channel.SingleThreadEventExecutor
 
scheduleAtFixedRate(EventExecutor, Runnable, long, long, TimeUnit) - Method in class io.netty.channel.ChannelTaskScheduler
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.channel.SingleThreadEventExecutor
 
scheduleWithFixedDelay(EventExecutor, Runnable, long, long, TimeUnit) - Method in class io.netty.channel.ChannelTaskScheduler
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.channel.SingleThreadEventExecutor
 
SCTP_DISABLE_FRAGMENTS - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_DISABLE_FRAGMENTS - Static variable in class io.netty.channel.ChannelOption
 
SCTP_EXPLICIT_COMPLETE - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_EXPLICIT_COMPLETE - Static variable in class io.netty.channel.ChannelOption
 
SCTP_FRAGMENT_INTERLEAVE - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_FRAGMENT_INTERLEAVE - Static variable in class io.netty.channel.ChannelOption
 
SCTP_INIT_MAXSTREAMS - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_INIT_MAXSTREAMS - Static variable in class io.netty.channel.ChannelOption
 
SCTP_NODELAY - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_NODELAY - Static variable in class io.netty.channel.ChannelOption
 
SCTP_PRIMARY_ADDR - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_PRIMARY_ADDR - Static variable in class io.netty.channel.ChannelOption
 
SCTP_SET_PEER_PRIMARY_ADDR - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_SET_PEER_PRIMARY_ADDR - Static variable in class io.netty.channel.ChannelOption
 
SctpChannel - Class in com.sun.nio.sctp
 
SctpChannel(SelectorProvider) - Constructor for class com.sun.nio.sctp.SctpChannel
 
SctpChannel - Interface in io.netty.channel.socket
A SCTP/IP Channel
SctpChannelConfig - Interface in io.netty.channel.socket
SctpMessage - Class in io.netty.channel.socket
Representation of SCTP Data Chunk
SctpMessage(int, int, ByteBuf) - Constructor for class io.netty.channel.socket.SctpMessage
Essential data that is being carried within SCTP Data Chunk
SctpMessage(MessageInfo, ByteBuf) - Constructor for class io.netty.channel.socket.SctpMessage
 
SctpNotificationEvent - Class in io.netty.channel.socket
 
SctpNotificationEvent(Notification, Object) - Constructor for class io.netty.channel.socket.SctpNotificationEvent
 
SctpNotificationHandler - Class in io.netty.channel.socket
 
SctpNotificationHandler(SctpChannel) - Constructor for class io.netty.channel.socket.SctpNotificationHandler
 
SctpServerChannel - Class in com.sun.nio.sctp
 
SctpServerChannel(SelectorProvider) - Constructor for class com.sun.nio.sctp.SctpServerChannel
 
SctpServerChannel - Interface in io.netty.channel.socket
A SCTP/IP ServerChannel which accepts incoming SCTP/IP connections.
SctpServerChannelConfig - Interface in io.netty.channel.socket
SctpSocketOption<T> - Interface in com.sun.nio.sctp
 
SctpStandardSocketOptions - Class in com.sun.nio.sctp
 
SctpStandardSocketOptions() - Constructor for class com.sun.nio.sctp.SctpStandardSocketOptions
 
SctpStandardSocketOptions.InitMaxStreams - Class in com.sun.nio.sctp
 
SctpStandardSocketOptions.InitMaxStreams() - Constructor for class com.sun.nio.sctp.SctpStandardSocketOptions.InitMaxStreams
 
selectionKey() - Method in class io.netty.channel.socket.nio.AbstractNioChannel
 
send(ByteBuffer, MessageInfo) - Method in class com.sun.nio.sctp.SctpChannel
 
SendFailedNotification - Class in com.sun.nio.sctp
 
SendFailedNotification() - Constructor for class com.sun.nio.sctp.SendFailedNotification
 
ServerBootstrap - Class in io.netty.bootstrap
Bootstrap sub-class which allows easy bootstrap of ServerChannel
ServerBootstrap() - Constructor for class io.netty.bootstrap.ServerBootstrap
 
ServerChannel - Interface in io.netty.channel
A Channel that accepts an incoming connection attempt and creates its child Channels by accepting them.
ServerSocketChannel - Interface in io.netty.channel.socket
A TCP/IP ServerChannel which accepts incoming TCP/IP connections.
ServerSocketChannelConfig - Interface in io.netty.channel.socket
setAllowHalfClosure(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setAllowHalfClosure(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
Sets whether the channel should not close itself when its remote peer shuts down output to make the connection half-closed.
setBacklog(int) - Method in class io.netty.channel.socket.DefaultSctpServerChannelConfig
 
setBacklog(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setBacklog(int) - Method in interface io.netty.channel.socket.SctpServerChannelConfig
Sets the backlog value to specify when the channel binds to a local address.
setBacklog(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
Sets the backlog value to specify when the channel binds to a local address.
setBroadcast(boolean) - Method in interface io.netty.channel.socket.DatagramChannelConfig
setBroadcast(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.ChannelConfig
Sets the connect timeout of the channel in milliseconds.
setConnectTimeoutMillis(int) - Method in class io.netty.channel.DefaultChannelConfig
 
setFailure(Throwable) - Method in interface io.netty.channel.ChannelFuture
Marks this future as a failure and notifies all listeners.
setFailure(Throwable) - Method in class io.netty.channel.CompleteChannelFuture
 
setFailure(Throwable) - Method in class io.netty.channel.DefaultChannelFuture
 
setFailure(Throwable) - Method in class io.netty.channel.VoidChannelFuture
 
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in class io.netty.channel.socket.DefaultSctpChannelConfig
 
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in class io.netty.channel.socket.DefaultSctpServerChannelConfig
 
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in interface io.netty.channel.socket.SctpChannelConfig
Gets the SCTP_INIT_MAXSTREAMS option.
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in interface io.netty.channel.socket.SctpServerChannelConfig
Gets the SCTP_INIT_MAXSTREAMS option.
setInterface(InetAddress) - Method in interface io.netty.channel.socket.DatagramChannelConfig
Sets the address of the network interface used for multicast packets.
setInterface(InetAddress) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setKeepAlive(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setKeepAlive(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
setLoopbackModeDisabled(boolean) - Method in interface io.netty.channel.socket.DatagramChannelConfig
setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setNetworkInterface(NetworkInterface) - Method in interface io.netty.channel.socket.DatagramChannelConfig
setNetworkInterface(NetworkInterface) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setOption(SctpSocketOption<T>, T) - Method in class com.sun.nio.sctp.SctpChannel
 
setOption(SctpSocketOption<T>, T) - Method in class com.sun.nio.sctp.SctpServerChannel
 
setOption(ChannelOption<T>, T) - Method in interface io.netty.channel.ChannelConfig
Sets a configuration property with the specified name and value.
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.DefaultChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.DefaultSctpChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.DefaultSctpServerChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setOptions(Map<ChannelOption<?>, ?>) - Method in interface io.netty.channel.ChannelConfig
Sets the configuration properties from the specified Map.
setOptions(Map<ChannelOption<?>, ?>) - Method in class io.netty.channel.DefaultChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
Sets the performance preferences as specified in ServerSocket.setPerformancePreferences(int, int, int).
setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.SocketChannelConfig
Sets the performance preferences as specified in Socket.setPerformancePreferences(int, int, int).
setProgress(long, long, long) - Method in interface io.netty.channel.ChannelFuture
Notifies the progress of the operation to the listeners that implements ChannelFutureProgressListener.
setProgress(long, long, long) - Method in class io.netty.channel.CompleteChannelFuture
 
setProgress(long, long, long) - Method in class io.netty.channel.DefaultChannelFuture
 
setProgress(long, long, long) - Method in class io.netty.channel.VoidChannelFuture
 
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
setReceiveBufferSize(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.socket.DefaultSctpChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.socket.DefaultSctpServerChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.SctpChannelConfig
Gets the SO_RCVBUF option.
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.SctpServerChannelConfig
Gets the SO_RCVBUF option.
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
setReceivePacketSize(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
 
setReceivePacketSize(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setReuseAddress(boolean) - Method in interface io.netty.channel.socket.DatagramChannelConfig
setReuseAddress(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setReuseAddress(boolean) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
setReuseAddress(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
setSctpNoDelay(boolean) - Method in class io.netty.channel.socket.DefaultSctpChannelConfig
 
setSctpNoDelay(boolean) - Method in interface io.netty.channel.socket.SctpChannelConfig
Sets the SCTP_NODELAY option.
setSendBufferSize(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
setSendBufferSize(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.socket.DefaultSctpChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.socket.DefaultSctpServerChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setSendBufferSize(int) - Method in interface io.netty.channel.socket.SctpChannelConfig
Sets the SO_SNDBUF option.
setSendBufferSize(int) - Method in interface io.netty.channel.socket.SctpServerChannelConfig
Sets the SO_SNDBUF option.
setSendBufferSize(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
setSoLinger(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setSoLinger(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
setSuccess() - Method in interface io.netty.channel.ChannelFuture
Marks this future as a success and notifies all listeners.
setSuccess() - Method in class io.netty.channel.CompleteChannelFuture
 
setSuccess() - Method in class io.netty.channel.DefaultChannelFuture
 
setSuccess() - Method in class io.netty.channel.VoidChannelFuture
 
setTcpNoDelay(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setTcpNoDelay(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
setTimeToLive(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
setTimeToLive(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setTrafficClass(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
setTrafficClass(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setTrafficClass(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setTrafficClass(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
setWriteSpinCount(int) - Method in interface io.netty.channel.ChannelConfig
Sets the maximum loop count for a write operation until WritableByteChannel.write(ByteBuffer) returns a non-zero value.
setWriteSpinCount(int) - Method in class io.netty.channel.DefaultChannelConfig
 
shutdown() - Method in class io.netty.bootstrap.AbstractBootstrap
Shutdown the AbstractBootstrap and the EventLoopGroup which is used by it.
shutdown() - Method in class io.netty.bootstrap.ServerBootstrap
 
shutdown() - Method in class io.netty.channel.ChannelTaskScheduler
 
shutdown() - Method in interface io.netty.channel.EventExecutorGroup
Shuts down all EventExecutors managed by this group.
shutdown() - Method in class io.netty.channel.MultithreadEventExecutorGroup
 
shutdown() - Method in class io.netty.channel.SingleThreadEventExecutor
 
shutdown() - Method in class io.netty.channel.socket.aio.AioEventLoopGroup
 
shutdown() - Method in class io.netty.channel.socket.oio.OioEventLoopGroup
 
ShutdownNotification - Class in com.sun.nio.sctp
 
ShutdownNotification() - Constructor for class com.sun.nio.sctp.ShutdownNotification
 
shutdownNow() - Method in class io.netty.channel.SingleThreadEventExecutor
 
shutdownOutput() - Method in class io.netty.channel.socket.aio.AioSocketChannel
 
shutdownOutput() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
shutdownOutput() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
shutdownOutput() - Method in interface io.netty.channel.socket.SocketChannel
 
SingleThreadEventExecutor - Class in io.netty.channel
Abstract base class for EventExecutor's that execute all its submitted tasks in a single thread.
SingleThreadEventExecutor(EventExecutorGroup, ThreadFactory, ChannelTaskScheduler) - Constructor for class io.netty.channel.SingleThreadEventExecutor
 
SingleThreadEventLoop - Class in io.netty.channel
 
SingleThreadEventLoop(EventLoopGroup, ThreadFactory, ChannelTaskScheduler) - Constructor for class io.netty.channel.SingleThreadEventLoop
 
size() - Method in class io.netty.channel.group.DefaultChannelGroup
 
SO_BACKLOG - Static variable in class io.netty.channel.ChannelOption
 
SO_BROADCAST - Static variable in class io.netty.channel.ChannelOption
 
SO_KEEPALIVE - Static variable in class io.netty.channel.ChannelOption
 
SO_LINGER - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SO_LINGER - Static variable in class io.netty.channel.ChannelOption
 
SO_RCVBUF - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SO_RCVBUF - Static variable in class io.netty.channel.ChannelOption
 
SO_REUSEADDR - Static variable in class io.netty.channel.ChannelOption
 
SO_SNDBUF - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SO_SNDBUF - Static variable in class io.netty.channel.ChannelOption
 
SocketChannel - Interface in io.netty.channel.socket
A TCP/IP socket Channel which was either accepted by ServerSocketChannel or created by ClientSocketChannelFactory.
SocketChannelConfig - Interface in io.netty.channel.socket
streamNumber() - Method in class com.sun.nio.sctp.MessageInfo
 
streamNumber(int) - Method in class com.sun.nio.sctp.MessageInfo
 
SucceededChannelFuture - Class in io.netty.channel
The CompleteChannelFuture which is succeeded already.
SucceededChannelFuture(Channel) - Constructor for class io.netty.channel.SucceededChannelFuture
Creates a new instance.
supportedOptions() - Method in class com.sun.nio.sctp.SctpChannel
 
suspendRead() - Method in interface io.netty.channel.Channel.Unsafe
Suspend reads from the underlying transport, which basicly has the effect of no new data that will get dispatched.
suspendRead() - Method in class io.netty.channel.socket.nio.AbstractNioChannel.AbstractNioUnsafe
 
sync() - Method in interface io.netty.channel.ChannelFuture
Waits for this future until it is done, and rethrows the cause of the failure if this future failed.
sync() - Method in class io.netty.channel.DefaultChannelFuture
 
sync() - Method in class io.netty.channel.FailedChannelFuture
 
sync() - Method in class io.netty.channel.SucceededChannelFuture
 
sync() - Method in class io.netty.channel.VoidChannelFuture
 
syncUninterruptibly() - Method in interface io.netty.channel.ChannelFuture
Waits for this future until it is done, and rethrows the cause of the failure if this future failed.
syncUninterruptibly() - Method in class io.netty.channel.DefaultChannelFuture
 
syncUninterruptibly() - Method in class io.netty.channel.FailedChannelFuture
 
syncUninterruptibly() - Method in class io.netty.channel.SucceededChannelFuture
 
syncUninterruptibly() - Method in class io.netty.channel.VoidChannelFuture
 

T

takeTask() - Method in class io.netty.channel.SingleThreadEventExecutor
 
TCP_NODELAY - Static variable in class io.netty.channel.ChannelOption
 
toArray() - Method in class io.netty.channel.group.DefaultChannelGroup
 
toArray(T[]) - Method in class io.netty.channel.group.DefaultChannelGroup
 
toMap() - Method in interface io.netty.channel.ChannelPipeline
Converts this pipeline into an ordered Map whose keys are handler names and whose values are handlers.
toMap() - Method in class io.netty.channel.DefaultChannelPipeline
 
toString() - Method in class io.netty.channel.AbstractChannel
Returns the String representation of this channel.
toString() - Method in class io.netty.channel.DefaultChannelPipeline
Returns the String representation of this pipeline.
toString() - Method in class io.netty.channel.group.DefaultChannelGroup
 
toString() - Method in class io.netty.channel.local.LocalAddress
 
toString() - Method in class io.netty.channel.socket.DatagramPacket
 
toString() - Method in class io.netty.channel.socket.SctpMessage
 
toString() - Method in class io.netty.channel.socket.SctpNotificationEvent
 
type() - Method in interface com.sun.nio.sctp.SctpSocketOption
 
types() - Method in interface io.netty.channel.ChannelHandlerContext
 

U

UDP_RECEIVE_PACKET_SIZE - Static variable in class io.netty.channel.ChannelOption
 
unbindAddress(InetAddress) - Method in class com.sun.nio.sctp.SctpChannel
 
unbindAddress(InetAddress) - Method in class com.sun.nio.sctp.SctpServerChannel
 
unbindAddress(InetAddress) - Method in class io.netty.channel.socket.nio.NioSctpChannel
 
unbindAddress(InetAddress) - Method in class io.netty.channel.socket.oio.OioSctpChannel
 
unbindAddress(InetAddress) - Method in interface io.netty.channel.socket.SctpChannel
Unbind the address from channel's multi-homing address list.
unfoldAndAdd(ChannelHandlerContext, Object, boolean) - Static method in class io.netty.channel.ChannelHandlerUtil
 
unordered(boolean) - Method in class com.sun.nio.sctp.MessageInfo
 
unsafe() - Method in class io.netty.channel.AbstractChannel
 
unsafe() - Method in interface io.netty.channel.Channel
Caution for transport implementations use only!
unsafe() - Method in class io.netty.channel.socket.nio.AbstractNioChannel
 
UnsupportedOperatingSystemException - Exception in com.sun.nio.sctp
 
UnsupportedOperatingSystemException() - Constructor for exception com.sun.nio.sctp.UnsupportedOperatingSystemException
 
UnsupportedOperatingSystemException(String) - Constructor for exception com.sun.nio.sctp.UnsupportedOperatingSystemException
 
UnsupportedOperatingSystemException(String, Throwable) - Constructor for exception com.sun.nio.sctp.UnsupportedOperatingSystemException
 
UnsupportedOperatingSystemException(Throwable) - Constructor for exception com.sun.nio.sctp.UnsupportedOperatingSystemException
 
userEventTriggered(ChannelHandlerContext, Object) - Method in interface io.netty.channel.ChannelHandler
Gets called if an user event was triggered.
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.channel.ChannelOperationHandlerAdapter
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.channel.ChannelStateHandlerAdapter
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.channel.CombinedChannelHandler
 

V

validate() - Method in class io.netty.bootstrap.AbstractBootstrap
Validate all the parameters.
validate(ChannelFuture) - Method in class io.netty.bootstrap.AbstractBootstrap
 
validate() - Method in class io.netty.bootstrap.Bootstrap
 
validate() - Method in class io.netty.bootstrap.ServerBootstrap
 
validate(T) - Method in class io.netty.channel.ChannelOption
 
validate(ChannelOption<T>, T) - Method in class io.netty.channel.DefaultChannelConfig
 
valueOf(String) - Static method in enum com.sun.nio.sctp.HandlerResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.channel.ChannelHandlerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.channel.socket.InternetProtocolFamily
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sun.nio.sctp.HandlerResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.channel.ChannelHandlerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.channel.socket.InternetProtocolFamily
Returns an array containing the constants of this enum type, in the order they are declared.
VoidChannelFuture - Class in io.netty.channel
 
VoidChannelFuture(Channel) - Constructor for class io.netty.channel.VoidChannelFuture
Creates a new instance.
voidFuture() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
voidFuture() - Method in interface io.netty.channel.Channel.Unsafe

W

wakeup(boolean) - Method in class io.netty.channel.SingleThreadEventExecutor
 
wakeup(boolean) - Method in class io.netty.channel.socket.nio.NioEventLoop
 
write(Object) - Method in class io.netty.channel.AbstractChannel
 
write(Object, ChannelFuture) - Method in class io.netty.channel.AbstractChannel
 
write(Object) - Method in interface io.netty.channel.ChannelOutboundInvoker
 
write(Object, ChannelFuture) - Method in interface io.netty.channel.ChannelOutboundInvoker
 
write(Object) - Method in class io.netty.channel.DefaultChannelPipeline
 
write(Object, ChannelFuture) - Method in class io.netty.channel.DefaultChannelPipeline
 
write(Object) - Method in interface io.netty.channel.group.ChannelGroup
Writes the specified message to all Channels in this group.
write(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
 
WRITE_SPIN_COUNT - Static variable in class io.netty.channel.ChannelOption
 
writeInbound(ByteBuf) - Method in class io.netty.channel.embedded.EmbeddedByteChannel
 
writeInbound(Object) - Method in class io.netty.channel.embedded.EmbeddedMessageChannel
 
writeOutbound(Object) - Method in class io.netty.channel.embedded.EmbeddedByteChannel
 
writeOutbound(Object) - Method in class io.netty.channel.embedded.EmbeddedMessageChannel
 
A B C D E F G H I J L M N O P R S T U V W 

Copyright © 2008-2012 The Netty Project. All Rights Reserved.