- AbstractBootstrap<B extends AbstractBootstrap<B,C>,C extends Channel> - Class in io.netty.bootstrap
-
- AbstractBootstrapConfig<B extends AbstractBootstrap<B,C>,C extends Channel> - Class in io.netty.bootstrap
-
- AbstractBootstrapConfig(B) - Constructor for class io.netty.bootstrap.AbstractBootstrapConfig
-
- AbstractChannel - Class in io.netty.channel
-
- AbstractChannel(Channel) - Constructor for class io.netty.channel.AbstractChannel
-
Creates a new instance.
- AbstractChannel(Channel, ChannelId) - Constructor for class io.netty.channel.AbstractChannel
-
Creates a new instance.
- AbstractChannel.AbstractUnsafe - Class in io.netty.channel
-
Unsafe
implementation which sub-classes must extend and use.
- AbstractChannelPoolHandler - Class in io.netty.channel.pool
-
- AbstractChannelPoolHandler() - Constructor for class io.netty.channel.pool.AbstractChannelPoolHandler
-
- AbstractChannelPoolMap<K,P extends ChannelPool> - Class in io.netty.channel.pool
-
- AbstractChannelPoolMap() - Constructor for class io.netty.channel.pool.AbstractChannelPoolMap
-
- AbstractCoalescingBufferQueue - Class in io.netty.channel
-
- AbstractCoalescingBufferQueue(Channel, int) - Constructor for class io.netty.channel.AbstractCoalescingBufferQueue
-
Create a new instance.
- AbstractEventLoop - Class in io.netty.channel
-
- AbstractEventLoop() - Constructor for class io.netty.channel.AbstractEventLoop
-
- AbstractEventLoop(EventLoopGroup) - Constructor for class io.netty.channel.AbstractEventLoop
-
- AbstractEventLoopGroup - Class in io.netty.channel
-
- AbstractEventLoopGroup() - Constructor for class io.netty.channel.AbstractEventLoopGroup
-
- AbstractNioByteChannel - Class in io.netty.channel.nio
-
- AbstractNioByteChannel(Channel, SelectableChannel) - Constructor for class io.netty.channel.nio.AbstractNioByteChannel
-
Create a new instance
- AbstractNioByteChannel.NioByteUnsafe - Class in io.netty.channel.nio
-
- AbstractNioChannel - Class in io.netty.channel.nio
-
Abstract base class for
Channel
implementations which use a Selector based approach.
- AbstractNioChannel(Channel, SelectableChannel, int) - Constructor for class io.netty.channel.nio.AbstractNioChannel
-
Create a new instance
- AbstractNioChannel.AbstractNioUnsafe - Class in io.netty.channel.nio
-
- AbstractNioChannel.NioUnsafe - Interface in io.netty.channel.nio
-
- AbstractNioMessageChannel - Class in io.netty.channel.nio
-
- AbstractNioMessageChannel(Channel, SelectableChannel, int) - Constructor for class io.netty.channel.nio.AbstractNioMessageChannel
-
- AbstractNioUnsafe() - Constructor for class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
-
- AbstractOioByteChannel - Class in io.netty.channel.oio
-
- AbstractOioByteChannel(Channel) - Constructor for class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
- AbstractOioChannel - Class in io.netty.channel.oio
-
- AbstractOioChannel(Channel) - Constructor for class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.
- AbstractOioMessageChannel - Class in io.netty.channel.oio
-
- AbstractOioMessageChannel(Channel) - Constructor for class io.netty.channel.oio.AbstractOioMessageChannel
-
Deprecated.
- AbstractServerChannel - Class in io.netty.channel
-
A skeletal server-side
Channel
implementation.
- AbstractServerChannel() - Constructor for class io.netty.channel.AbstractServerChannel
-
Creates a new instance.
- AbstractUnsafe() - Constructor for class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- acceptEvent(Object) - Method in class io.netty.channel.SimpleUserEventChannelHandler
-
Returns true
if the given user event should be handled.
- acceptInboundMessage(Object) - Method in class io.netty.channel.SimpleChannelInboundHandler
-
Returns true
if the given message should be handled.
- acquire() - Method in interface io.netty.channel.pool.ChannelPool
-
- acquire(Promise<Channel>) - Method in interface io.netty.channel.pool.ChannelPool
-
- acquire(Promise<Channel>) - Method in class io.netty.channel.pool.FixedChannelPool
-
- acquire() - Method in class io.netty.channel.pool.SimpleChannelPool
-
- acquire(Promise<Channel>) - Method in class io.netty.channel.pool.SimpleChannelPool
-
- acquiredChannelCount() - Method in class io.netty.channel.pool.FixedChannelPool
-
Returns the number of acquired channels that this pool thinks it has.
- activate(InputStream, OutputStream) - Method in class io.netty.channel.oio.OioByteStreamChannel
-
Deprecated.
Activate this instance.
- ACTIVE - Static variable in interface io.netty.channel.pool.ChannelHealthChecker
-
- AdaptiveRecvByteBufAllocator - Class in io.netty.channel
-
The
RecvByteBufAllocator
that automatically increases and
decreases the predicted buffer size on feed back.
- AdaptiveRecvByteBufAllocator() - Constructor for class io.netty.channel.AdaptiveRecvByteBufAllocator
-
Creates a new predictor with the default parameters.
- AdaptiveRecvByteBufAllocator(int, int, int) - Constructor for class io.netty.channel.AdaptiveRecvByteBufAllocator
-
Creates a new predictor with the specified parameters.
- add(ByteBuf) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Add a buffer to the end of the queue.
- add(ByteBuf, ChannelPromise) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Add a buffer to the end of the queue and associate a promise with it that should be completed when
all the buffer's bytes have been consumed from the queue and written.
- add(ByteBuf, ChannelFutureListener) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Add a buffer to the end of the queue and associate a listener with it that should be completed when
all the buffers bytes have been consumed from the queue and written.
- add(ChannelPromise, int) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
- add(ChannelPromise, long) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
- add(Channel) - Method in class io.netty.channel.group.DefaultChannelGroup
-
- add(Object, ChannelPromise) - Method in class io.netty.channel.PendingWriteQueue
-
- addAfter(String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
- addAfter(EventExecutorGroup, String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
- 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
-
- addBefore(EventExecutorGroup, String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
- addBefore(String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
-
- addBefore(EventExecutorGroup, String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
-
- addFirst(ByteBuf, ChannelPromise) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Add a buffer to the front of the queue and associate a promise with it that should be completed when
all the buffer's bytes have been consumed from the queue and written.
- addFirst(String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
- addFirst(EventExecutorGroup, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
- 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(ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
-
- addFirst(EventExecutorGroup, ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
-
- addFlush() - Method in class io.netty.channel.ChannelOutboundBuffer
-
- addLast(String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
- addLast(EventExecutorGroup, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
- 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(ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
-
- addLast(EventExecutorGroup, ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
-
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelFuture
-
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelProgressiveFuture
-
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelProgressivePromise
-
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelPromise
-
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DefaultChannelPromise
-
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.group.ChannelGroupFuture
-
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.VoidChannelPromise
-
- addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelFuture
-
- addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelProgressiveFuture
-
- addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelProgressivePromise
-
- addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelPromise
-
- addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.DefaultChannelPromise
-
- addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.group.ChannelGroupFuture
-
- addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.VoidChannelPromise
-
- addMessage(Object, int, ChannelPromise) - Method in class io.netty.channel.ChannelOutboundBuffer
-
- AddressedEnvelope<M,A extends SocketAddress> - Interface in io.netty.channel
-
A message that wraps another message with a sender address and a recipient address.
- addressNumber() - Method in enum io.netty.channel.socket.InternetProtocolFamily
-
- addressType() - Method in enum io.netty.channel.socket.InternetProtocolFamily
-
Returns the address type of this protocol family.
- advanceTimeBy(long, TimeUnit) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Advance the clock of the event loop of this channel by the given duration.
- afterRunningAllTasks() - Method in class io.netty.channel.SingleThreadEventLoop
-
- afterScheduledTaskSubmitted(long) - Method in class io.netty.channel.nio.NioEventLoop
-
- all() - Static method in class io.netty.channel.group.ChannelMatchers
-
- alloc() - Method in class io.netty.channel.AbstractChannel
-
- alloc() - Method in interface io.netty.channel.Channel
-
Return the assigned ByteBufAllocator
which will be used to allocate ByteBuf
s.
- alloc() - Method in interface io.netty.channel.ChannelHandlerContext
-
Return the assigned ByteBufAllocator
which will be used to allocate ByteBuf
s.
- allocate(ByteBufAllocator) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
- allocate(ByteBufAllocator) - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- allocate(ByteBufAllocator) - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.
Creates a new receive buffer whose capacity is probably large enough to read all inbound data and small
enough not to waste its space.
- ALLOCATOR - Static variable in class io.netty.channel.ChannelOption
-
- ALLOW_HALF_CLOSURE - Static variable in class io.netty.channel.ChannelOption
-
- annotateConnectException(Throwable, SocketAddress) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
Appends the remote address to the message of the exceptions caused by connection attempt failure.
- ANY - Static variable in class io.netty.channel.local.LocalAddress
-
- asLongText() - Method in interface io.netty.channel.ChannelId
-
Returns the long yet globally unique string representation of the
ChannelId
.
- asLongText() - Method in class io.netty.channel.DefaultChannelId
-
- asShortText() - Method in interface io.netty.channel.ChannelId
-
Returns the short but globally non-unique string representation of the
ChannelId
.
- asShortText() - Method in class io.netty.channel.DefaultChannelId
-
- attemptedBytesRead() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
- attemptedBytesRead(int) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
- attemptedBytesRead() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- attemptedBytesRead(int) - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- attemptedBytesRead(int) - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.
Set how many bytes the read operation will (or did) attempt to read.
- attemptedBytesRead() - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.
Get how many bytes the read operation will (or did) attempt to read.
- attr(AttributeKey<T>, T) - Method in class io.netty.bootstrap.AbstractBootstrap
-
Allow to specify an initial attribute of the newly created
Channel
.
- attr(AttributeKey<T>) - Method in interface io.netty.channel.ChannelHandlerContext
-
- attrs() - Method in class io.netty.bootstrap.AbstractBootstrapConfig
-
Returns a copy of the configured attributes.
- AUTO_CLOSE - Static variable in class io.netty.channel.ChannelOption
-
If
true
then the
Channel
is closed automatically and immediately on write failure.
- AUTO_READ - Static variable in class io.netty.channel.ChannelOption
-
- autoReadCleared() - Method in class io.netty.channel.DefaultChannelConfig
-
- autoReadCleared() - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- autoReadCleared() - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- available() - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
Return the number of bytes ready to read from the underlying Socket.
- available() - Method in class io.netty.channel.oio.OioByteStreamChannel
-
Deprecated.
- await() - Method in interface io.netty.channel.ChannelFuture
-
- await() - Method in interface io.netty.channel.ChannelProgressiveFuture
-
- await() - Method in interface io.netty.channel.ChannelProgressivePromise
-
- await() - Method in interface io.netty.channel.ChannelPromise
-
- await() - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- await() - Method in class io.netty.channel.DefaultChannelPromise
-
- await() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- await(long, TimeUnit) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- await(long) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- await() - Method in interface io.netty.channel.group.ChannelGroupFuture
-
- await() - Method in class io.netty.channel.VoidChannelPromise
-
- await(long, TimeUnit) - Method in class io.netty.channel.VoidChannelPromise
-
- await(long) - Method in class io.netty.channel.VoidChannelPromise
-
- awaitTermination(long, TimeUnit) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- awaitUninterruptibly() - Method in interface io.netty.channel.ChannelFuture
-
- awaitUninterruptibly() - Method in interface io.netty.channel.ChannelProgressiveFuture
-
- awaitUninterruptibly() - Method in interface io.netty.channel.ChannelProgressivePromise
-
- awaitUninterruptibly() - Method in interface io.netty.channel.ChannelPromise
-
- awaitUninterruptibly() - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- awaitUninterruptibly() - Method in class io.netty.channel.DefaultChannelPromise
-
- awaitUninterruptibly() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- awaitUninterruptibly(long, TimeUnit) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- awaitUninterruptibly(long) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- awaitUninterruptibly() - Method in interface io.netty.channel.group.ChannelGroupFuture
-
- awaitUninterruptibly() - Method in class io.netty.channel.VoidChannelPromise
-
- awaitUninterruptibly(long, TimeUnit) - Method in class io.netty.channel.VoidChannelPromise
-
- awaitUninterruptibly(long) - Method in class io.netty.channel.VoidChannelPromise
-
- calculateNewCapacity(int, int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- calculateStrategy(IntSupplier, boolean) - Method in interface io.netty.channel.SelectStrategy
-
The
SelectStrategy
can be used to steer the outcome of a potential select
call.
- cancel(boolean) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- cancel(boolean) - Method in class io.netty.channel.VoidChannelPromise
- cause() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- cause() - Method in interface io.netty.channel.group.ChannelGroupFuture
-
- cause() - Method in class io.netty.channel.VoidChannelPromise
-
- ch() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
-
- ch() - Method in interface io.netty.channel.nio.AbstractNioChannel.NioUnsafe
-
- channel(Class<? extends C>) - Method in class io.netty.bootstrap.AbstractBootstrap
-
- 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
-
- channel() - Method in interface io.netty.channel.ChannelPipeline
-
Returns the
Channel
that this pipeline is attached to.
- channel() - Method in interface io.netty.channel.ChannelPromise
-
- channel - Variable in class io.netty.channel.DefaultChannelConfig
-
- channel() - Method in class io.netty.channel.DefaultChannelPipeline
-
- channel() - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- channel() - Method in class io.netty.channel.DefaultChannelPromise
-
- channel() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- channel() - Method in class io.netty.channel.VoidChannelPromise
-
- Channel.Unsafe - Interface in io.netty.channel
-
Unsafe operations that should never be called from user-code.
- channelAcquired(Channel) - Method in class io.netty.channel.pool.AbstractChannelPoolHandler
-
NOOP implementation, sub-classes may override this.
- channelAcquired(Channel) - Method in interface io.netty.channel.pool.ChannelPoolHandler
-
- channelActive(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
-
- channelActive(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
- channelActive(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- ChannelConfig - Interface in io.netty.channel
-
A set of configuration properties of a
Channel
.
- channelCreated(Channel) - Method in interface io.netty.channel.pool.ChannelPoolHandler
-
- ChannelDuplexHandler - Class in io.netty.channel
-
- ChannelDuplexHandler() - Constructor for class io.netty.channel.ChannelDuplexHandler
-
- ChannelException - Exception in io.netty.channel
-
- 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.
- ChannelException(String, Throwable, boolean) - Constructor for exception io.netty.channel.ChannelException
-
- channelFactory(ChannelFactory<? extends C>) - Method in class io.netty.bootstrap.AbstractBootstrap
-
- channelFactory(ChannelFactory<? extends C>) - Method in class io.netty.bootstrap.AbstractBootstrap
-
- channelFactory() - Method in class io.netty.bootstrap.AbstractBootstrapConfig
-
Returns the configured
ChannelFactory
or
null
if non is configured yet.
- ChannelFactory<T extends Channel> - Interface in io.netty.bootstrap
-
- ChannelFactory<T extends Channel> - Interface in io.netty.channel
-
- ChannelFlushPromiseNotifier - Class in io.netty.channel
-
This implementation allows to register
ChannelFuture
instances which will get notified once some amount of
data was written and so a checkpoint was reached.
- ChannelFlushPromiseNotifier(boolean) - Constructor for class io.netty.channel.ChannelFlushPromiseNotifier
-
Create a new instance
- ChannelFlushPromiseNotifier() - Constructor for class io.netty.channel.ChannelFlushPromiseNotifier
-
- ChannelFuture - Interface in io.netty.channel
-
The result of an asynchronous
Channel
I/O operation.
- ChannelFutureListener - Interface in io.netty.channel
-
- ChannelGroup - Interface in io.netty.channel.group
-
A thread-safe
Set
that contains open
Channel
s and provides
various bulk operations on them.
- ChannelGroupException - Exception in io.netty.channel.group
-
- ChannelGroupException(Collection<Map.Entry<Channel, Throwable>>) - Constructor for exception io.netty.channel.group.ChannelGroupException
-
- ChannelGroupFuture - Interface in io.netty.channel.group
-
- ChannelGroupFutureListener - Interface in io.netty.channel.group
-
- ChannelHandler - Interface in io.netty.channel
-
Handles an I/O event or intercepts an I/O operation, and forwards it to its next handler in
its
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
ChannelPipeline
s 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
-
- ChannelHealthChecker - Interface in io.netty.channel.pool
-
- ChannelId - Interface in io.netty.channel
-
Represents the globally unique identifier of a
Channel
.
- channelInactive(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- ChannelInboundHandler - Interface in io.netty.channel
-
- ChannelInboundHandlerAdapter - Class in io.netty.channel
-
Abstract base class for
ChannelInboundHandler
implementations which provide
implementations of all of their methods.
- ChannelInboundHandlerAdapter() - Constructor for class io.netty.channel.ChannelInboundHandlerAdapter
-
- ChannelInboundInvoker - Interface in io.netty.channel
-
- ChannelInitializer<C extends Channel> - Class in io.netty.channel
-
- ChannelInitializer() - Constructor for class io.netty.channel.ChannelInitializer
-
- ChannelInputShutdownEvent - Class in io.netty.channel.socket
-
- ChannelInputShutdownReadComplete - Class in io.netty.channel.socket
-
User event that signifies the channel's input side is shutdown, and we tried to shut it down again.
- ChannelMatcher - Interface in io.netty.channel.group
-
- ChannelMatchers - Class in io.netty.channel.group
-
Helper class which provides often used
ChannelMatcher
implementations.
- ChannelMetadata - Class in io.netty.channel
-
Represents the properties of a
Channel
implementation.
- ChannelMetadata(boolean) - Constructor for class io.netty.channel.ChannelMetadata
-
Create a new instance
- ChannelMetadata(boolean, int) - Constructor for class io.netty.channel.ChannelMetadata
-
Create a new instance
- ChannelOption<T> - Class in io.netty.channel
-
- ChannelOption(String) - Constructor for class io.netty.channel.ChannelOption
-
Deprecated.
- ChannelOutboundBuffer - Class in io.netty.channel
-
(Transport implementors only) an internal data structure used by
AbstractChannel
to store its pending
outbound write requests.
- ChannelOutboundBuffer.MessageProcessor - Interface in io.netty.channel
-
- 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
-
- ChannelOutputShutdownEvent - Class in io.netty.channel.socket
-
- ChannelOutputShutdownException - Exception in io.netty.channel.socket
-
Used to fail pending writes when a channel's output has been shutdown.
- ChannelOutputShutdownException(String) - Constructor for exception io.netty.channel.socket.ChannelOutputShutdownException
-
- ChannelOutputShutdownException(String, Throwable) - Constructor for exception io.netty.channel.socket.ChannelOutputShutdownException
-
- ChannelPipeline - Interface in io.netty.channel
-
A list of
ChannelHandler
s which handles or intercepts inbound events and outbound operations of a
Channel
.
- ChannelPipelineException - Exception in io.netty.channel
-
- 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.
- ChannelPool - Interface in io.netty.channel.pool
-
Allows to acquire and release
Channel
and so act as a pool of these.
- ChannelPoolHandler - Interface in io.netty.channel.pool
-
Handler which is called for various actions done by the
ChannelPool
.
- ChannelPoolMap<K,P extends ChannelPool> - Interface in io.netty.channel.pool
-
Allows to map
ChannelPool
implementations to a specific key.
- ChannelProgressiveFuture - Interface in io.netty.channel
-
- ChannelProgressiveFutureListener - Interface in io.netty.channel
-
An
EventListener
listener which will be called once the sending task associated with future is
being transferred.
- ChannelProgressivePromise - Interface in io.netty.channel
-
Special
ChannelPromise
which will be notified once the associated bytes is transferring.
- ChannelPromise - Interface in io.netty.channel
-
- ChannelPromiseAggregator - Class in io.netty.channel
-
- ChannelPromiseAggregator(ChannelPromise) - Constructor for class io.netty.channel.ChannelPromiseAggregator
-
Deprecated.
- ChannelPromiseNotifier - Class in io.netty.channel
-
- ChannelPromiseNotifier(ChannelPromise...) - Constructor for class io.netty.channel.ChannelPromiseNotifier
-
Deprecated.
Create a new instance
- ChannelPromiseNotifier(boolean, ChannelPromise...) - Constructor for class io.netty.channel.ChannelPromiseNotifier
-
Deprecated.
Create a new instance
- channelRead(ChannelHandlerContext, Object) - Method in interface io.netty.channel.ChannelInboundHandler
-
Invoked when the current
Channel
has read a message from the peer.
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.channel.SimpleChannelInboundHandler
-
- channelRead0(ChannelHandlerContext, I) - Method in class io.netty.channel.SimpleChannelInboundHandler
-
Is called for each message of type I
.
- channelReadComplete(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- channelReady(C, SelectionKey) - Method in interface io.netty.channel.nio.NioTask
-
- channelRegistered(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
-
- channelRegistered(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
- channelRegistered(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInitializer
-
- channelRegistered(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- channelReleased(Channel) - Method in class io.netty.channel.pool.AbstractChannelPoolHandler
-
NOOP implementation, sub-classes may override this.
- channelReleased(Channel) - Method in interface io.netty.channel.pool.ChannelPoolHandler
-
- ChannelsReadOnlyIterator(Iterable<T>) - Constructor for class io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator
-
- channelUnregistered(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
-
- channelUnregistered(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
- channelUnregistered(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- channelUnregistered(C, Throwable) - Method in interface io.netty.channel.nio.NioTask
-
- ChannelUtils - Class in io.netty.channel.internal
-
- channelWritabilityChanged(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
-
Gets called once the writable state of a
Channel
changed.
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- checkDeadLock() - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- checkDeadLock() - Method in class io.netty.channel.DefaultChannelPromise
-
- checkException() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Check if there was any
Throwable
received and if so rethrow it.
- checkInputShutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- childAttr(AttributeKey<T>, T) - Method in class io.netty.bootstrap.ServerBootstrap
-
Set the specific
AttributeKey
with the given value on every child
Channel
.
- childAttrs() - Method in class io.netty.bootstrap.ServerBootstrapConfig
-
Returns a copy of the configured attributes which will be used for the child channels.
- childGroup() - Method in class io.netty.bootstrap.ServerBootstrap
-
- childGroup() - Method in class io.netty.bootstrap.ServerBootstrapConfig
-
Returns the configured
EventLoopGroup
which will be used for the child channels or
null
if non is configured yet.
- childHandler(ChannelHandler) - Method in class io.netty.bootstrap.ServerBootstrap
-
- childHandler() - Method in class io.netty.bootstrap.ServerBootstrapConfig
-
Returns the configured
ChannelHandler
be used for the child channels or
null
if non is configured yet.
- 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
).
- childOptions() - Method in class io.netty.bootstrap.ServerBootstrapConfig
-
Returns a copy of the configured options which will be used for the child channels.
- cleanup() - Method in class io.netty.channel.nio.NioEventLoop
-
- clear() - Method in class io.netty.channel.group.DefaultChannelGroup
-
- clearOpWrite() - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
- clearReadPending() - Method in class io.netty.channel.nio.AbstractNioChannel
-
Set read pending to false
.
- clearReadPending() - Method in class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.
Set read pending to false
.
- clone() - Method in class io.netty.bootstrap.AbstractBootstrap
-
Returns a deep clone of this bootstrap which has the identical configuration.
- clone() - Method in class io.netty.bootstrap.Bootstrap
-
- clone(EventLoopGroup) - Method in class io.netty.bootstrap.Bootstrap
-
Returns a deep clone of this bootstrap which has the identical configuration except that it uses
the given
EventLoopGroup
.
- clone() - Method in class io.netty.bootstrap.ServerBootstrap
-
- close(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- close() - Method in class io.netty.channel.AbstractChannel
-
- close(ChannelPromise) - Method in class io.netty.channel.AbstractChannel
-
- close(ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
-
- CLOSE - Static variable in interface io.netty.channel.ChannelFutureListener
-
- close(ChannelHandlerContext, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundHandler
-
Called once a close operation is made.
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
-
- close() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to close the
Channel
and notify the
ChannelFuture
once the operation completes,
either because the operation was successful or because of
an error.
- close(ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to close the
Channel
and notify the
ChannelFuture
once the operation completes,
either because the operation was successful or because of
an error.
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- close() - Method in class io.netty.channel.DefaultChannelPipeline
-
- close(ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
-
- close() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- close(ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- close() - Method in interface io.netty.channel.group.ChannelGroup
-
- close(ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
-
- close() - Method in class io.netty.channel.group.DefaultChannelGroup
-
- close(ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
-
- close() - Method in class io.netty.channel.pool.AbstractChannelPoolMap
-
- close() - Method in interface io.netty.channel.pool.ChannelPool
-
- close() - Method in class io.netty.channel.pool.FixedChannelPool
-
- close() - Method in class io.netty.channel.pool.SimpleChannelPool
-
- CLOSE_ON_FAILURE - Static variable in interface io.netty.channel.ChannelFutureListener
-
- closeAsync() - Method in class io.netty.channel.pool.FixedChannelPool
-
Closes the pool in an async manner.
- closeAsync() - Method in class io.netty.channel.pool.SimpleChannelPool
-
Closes the pool in an async manner.
- 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
-
- closeOnReadError(Throwable) - Method in class io.netty.channel.nio.AbstractNioMessageChannel
-
- closeOnReadError(Throwable) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- closeOnReadError(Throwable) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
-
- CoalescingBufferQueue - Class in io.netty.channel
-
A FIFO queue of bytes where producers add bytes by repeatedly adding ByteBuf
and consumers take bytes in
arbitrary lengths.
- CoalescingBufferQueue(Channel) - Constructor for class io.netty.channel.CoalescingBufferQueue
-
- CoalescingBufferQueue(Channel, int) - Constructor for class io.netty.channel.CoalescingBufferQueue
-
- CoalescingBufferQueue(Channel, int, boolean) - Constructor for class io.netty.channel.CoalescingBufferQueue
-
- CombinedChannelDuplexHandler<I extends ChannelInboundHandler,O extends ChannelOutboundHandler> - Class in io.netty.channel
-
- CombinedChannelDuplexHandler() - Constructor for class io.netty.channel.CombinedChannelDuplexHandler
-
Creates a new uninitialized instance.
- CombinedChannelDuplexHandler(I, O) - Constructor for class io.netty.channel.CombinedChannelDuplexHandler
-
Creates a new instance that combines the specified two handlers into one.
- compareTo(Channel) - Method in class io.netty.channel.AbstractChannel
-
- compareTo(ChannelId) - Method in class io.netty.channel.DefaultChannelId
-
- compareTo(ChannelGroup) - Method in class io.netty.channel.group.DefaultChannelGroup
-
- compareTo(LocalAddress) - Method in class io.netty.channel.local.LocalAddress
-
- compose(ByteBufAllocator, ByteBuf, ByteBuf) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Calculate the result of current + next
.
- compose(ByteBufAllocator, ByteBuf, ByteBuf) - Method in class io.netty.channel.CoalescingBufferQueue
-
- compose(ChannelMatcher...) - Static method in class io.netty.channel.group.ChannelMatchers
-
- composeFirst(ByteBufAllocator, ByteBuf) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
- composeIntoComposite(ByteBufAllocator, ByteBuf, ByteBuf) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Compose cumulation
and next
into a new CompositeByteBuf
.
- compositeBuffer() - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- compositeBuffer(int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- compositeDirectBuffer() - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- compositeDirectBuffer(int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- compositeHeapBuffer() - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- compositeHeapBuffer(int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- config() - Method in class io.netty.bootstrap.AbstractBootstrap
-
- config() - Method in class io.netty.bootstrap.Bootstrap
-
- config() - Method in class io.netty.bootstrap.ServerBootstrap
-
- config() - Method in interface io.netty.channel.Channel
-
Returns the configuration of this channel.
- config() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- config() - Method in class io.netty.channel.local.LocalChannel
-
- config() - Method in class io.netty.channel.local.LocalServerChannel
-
- 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.NioServerSocketChannel
-
- config() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- config() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
Returns the configuration of this channel.
- config() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- config() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- config() - Method in interface io.netty.channel.socket.ServerSocketChannel
-
- config() - Method in interface io.netty.channel.socket.SocketChannel
-
- connect() - Method in class io.netty.bootstrap.Bootstrap
-
Connect a
Channel
to the remote peer.
- connect(String, int) - Method in class io.netty.bootstrap.Bootstrap
-
Connect a
Channel
to the remote peer.
- connect(InetAddress, int) - Method in class io.netty.bootstrap.Bootstrap
-
Connect a
Channel
to the remote peer.
- connect(SocketAddress) - Method in class io.netty.bootstrap.Bootstrap
-
Connect a
Channel
to the remote peer.
- connect(SocketAddress, SocketAddress) - Method in class io.netty.bootstrap.Bootstrap
-
Connect a
Channel
to the remote peer.
- connect(SocketAddress) - Method in class io.netty.channel.AbstractChannel
-
- connect(SocketAddress, SocketAddress) - Method in class io.netty.channel.AbstractChannel
-
- connect(SocketAddress, ChannelPromise) - Method in class io.netty.channel.AbstractChannel
-
- connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.AbstractChannel
-
- connect(SocketAddress, SocketAddress, ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
-
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
-
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundHandler
-
Called once a connect operation is made.
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
-
- connect(SocketAddress) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to connect to the given
SocketAddress
and notify the
ChannelFuture
once the operation
completes, either because the operation was successful or because of an error.
- connect(SocketAddress, SocketAddress) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to connect to the given
SocketAddress
while bind to the localAddress and notify the
ChannelFuture
once the operation completes, either because the operation was successful or because of
an error.
- connect(SocketAddress, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to connect to the given
SocketAddress
and notify the
ChannelFuture
once the operation
completes, either because the operation was successful or because of an error.
- connect(SocketAddress, SocketAddress, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to connect to the given
SocketAddress
while bind to the localAddress and notify the
ChannelFuture
once the operation completes, either because the operation was successful or because of
an error.
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- connect(SocketAddress) - Method in class io.netty.channel.DefaultChannelPipeline
-
- connect(SocketAddress, SocketAddress) - Method in class io.netty.channel.DefaultChannelPipeline
-
- connect(SocketAddress, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
-
- connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
-
- connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
-
- CONNECT_TIMEOUT_MILLIS - Static variable in class io.netty.channel.ChannelOption
-
- connectChannel(Bootstrap) - Method in class io.netty.channel.pool.SimpleChannelPool
-
- ConnectTimeoutException - Exception in io.netty.channel
-
ConnectException
which will be thrown if a connection could
not be established because of a connection timeout.
- ConnectTimeoutException(String) - Constructor for exception io.netty.channel.ConnectTimeoutException
-
- ConnectTimeoutException() - Constructor for exception io.netty.channel.ConnectTimeoutException
-
- contains(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
-
- contains(K) - Method in class io.netty.channel.pool.AbstractChannelPoolMap
-
- contains(K) - Method in interface io.netty.channel.pool.ChannelPoolMap
-
Returns
true
if a
ChannelPool
exists for the given
key
.
- content() - Method in interface io.netty.channel.AddressedEnvelope
-
Returns the message wrapped by this envelope message.
- content() - Method in class io.netty.channel.DefaultAddressedEnvelope
-
- 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
-
- CONTINUE - Static variable in interface io.netty.channel.SelectStrategy
-
Indicates the IO loop should be retried, no blocking select to follow directly.
- continueOnWriteError() - Method in class io.netty.channel.nio.AbstractNioMessageChannel
-
Returns true
if we should continue the write loop on a write error.
- continueOnWriteError() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- continueReading() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
- continueReading(UncheckedBooleanSupplier) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
- continueReading(RecvByteBufAllocator.Handle) - Method in class io.netty.channel.nio.AbstractNioMessageChannel
-
- continueReading() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- continueReading(UncheckedBooleanSupplier) - Method in interface io.netty.channel.RecvByteBufAllocator.ExtendedHandle
-
- continueReading() - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.
Determine if the current read loop should continue.
- continueReading(RecvByteBufAllocator.Handle) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- copy() - Method in class io.netty.channel.socket.DatagramPacket
-
- copyAndCompose(ByteBufAllocator, ByteBuf, ByteBuf) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Compose cumulation
and next
into a new ByteBufAllocator.ioBuffer()
.
- copyTo(AbstractCoalescingBufferQueue) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Copy all pending entries in this queue into the destination queue.
- count() - Method in class io.netty.channel.DefaultFileRegion
-
- count() - Method in interface io.netty.channel.FileRegion
-
Returns the number of bytes to transfer.
- current() - Method in class io.netty.channel.ChannelOutboundBuffer
-
Return the current message to write or null
if nothing was flushed before and so is ready to be written.
- current() - Method in class io.netty.channel.PendingWriteQueue
-
Return the current message or null
if empty.
- currentProgress() - Method in class io.netty.channel.ChannelOutboundBuffer
-
Return the current message flush progress.
- DATAGRAM_CHANNEL_ACTIVE_ON_REGISTRATION - Static variable in class io.netty.channel.ChannelOption
-
Deprecated.
- DatagramChannel - Interface in io.netty.channel.socket
-
- DatagramChannelConfig - Interface in io.netty.channel.socket
-
- DatagramPacket - Class in io.netty.channel.socket
-
The message container that is used for
DatagramChannel
to communicate with the remote peer.
- DatagramPacket(ByteBuf, InetSocketAddress) - Constructor for class io.netty.channel.socket.DatagramPacket
-
Create a new instance with the specified packet data
and recipient
address.
- DatagramPacket(ByteBuf, InetSocketAddress, InetSocketAddress) - Constructor for class io.netty.channel.socket.DatagramPacket
-
Create a new instance with the specified packet data
, recipient
address, and sender
address.
- deallocate() - Method in class io.netty.channel.DefaultFileRegion
-
- decrementPendingOutboundBytes(long) - Method in class io.netty.channel.DefaultChannelPipeline
-
- DEFAULT - Static variable in class io.netty.channel.AdaptiveRecvByteBufAllocator
-
- DEFAULT - Static variable in class io.netty.channel.DefaultMessageSizeEstimator
-
Return the default implementation which returns 8
for unknown messages.
- DEFAULT - Static variable in class io.netty.channel.WriteBufferWaterMark
-
- DEFAULT_MAX_PENDING_TASKS - Static variable in class io.netty.channel.SingleThreadEventLoop
-
- DefaultAddressedEnvelope<M,A extends SocketAddress> - Class in io.netty.channel
-
- DefaultAddressedEnvelope(M, A, A) - Constructor for class io.netty.channel.DefaultAddressedEnvelope
-
Creates a new instance with the specified message
, recipient
address, and
sender
address.
- DefaultAddressedEnvelope(M, A) - Constructor for class io.netty.channel.DefaultAddressedEnvelope
-
Creates a new instance with the specified message
and recipient
address.
- DefaultChannelConfig - Class in io.netty.channel
-
- DefaultChannelConfig(Channel) - Constructor for class io.netty.channel.DefaultChannelConfig
-
- DefaultChannelConfig(Channel, RecvByteBufAllocator) - Constructor for class io.netty.channel.DefaultChannelConfig
-
- DefaultChannelGroup - Class in io.netty.channel.group
-
- DefaultChannelGroup(EventExecutor) - Constructor for class io.netty.channel.group.DefaultChannelGroup
-
Creates a new group with a generated name and the provided
EventExecutor
to notify the
ChannelGroupFuture
s.
- DefaultChannelGroup(String, EventExecutor) - Constructor for class io.netty.channel.group.DefaultChannelGroup
-
Creates a new group with the specified
name
and
EventExecutor
to notify the
ChannelGroupFuture
s.
- DefaultChannelGroup(EventExecutor, boolean) - Constructor for class io.netty.channel.group.DefaultChannelGroup
-
Creates a new group with a generated name and the provided
EventExecutor
to notify the
ChannelGroupFuture
s.
- DefaultChannelGroup(String, EventExecutor, boolean) - Constructor for class io.netty.channel.group.DefaultChannelGroup
-
Creates a new group with the specified
name
and
EventExecutor
to notify the
ChannelGroupFuture
s.
- DefaultChannelId - Class in io.netty.channel
-
- DefaultChannelPipeline - Class in io.netty.channel
-
- DefaultChannelPipeline(Channel) - Constructor for class io.netty.channel.DefaultChannelPipeline
-
- DefaultChannelProgressivePromise - Class in io.netty.channel
-
- DefaultChannelProgressivePromise(Channel) - Constructor for class io.netty.channel.DefaultChannelProgressivePromise
-
Creates a new instance.
- DefaultChannelProgressivePromise(Channel, EventExecutor) - Constructor for class io.netty.channel.DefaultChannelProgressivePromise
-
Creates a new instance.
- DefaultChannelPromise - Class in io.netty.channel
-
- DefaultChannelPromise(Channel) - Constructor for class io.netty.channel.DefaultChannelPromise
-
Creates a new instance.
- DefaultChannelPromise(Channel, EventExecutor) - Constructor for class io.netty.channel.DefaultChannelPromise
-
Creates a new instance.
- DefaultDatagramChannelConfig - Class in io.netty.channel.socket
-
- DefaultDatagramChannelConfig(DatagramChannel, DatagramSocket) - Constructor for class io.netty.channel.socket.DefaultDatagramChannelConfig
-
Creates a new instance.
- DefaultEventLoop - Class in io.netty.channel
-
- DefaultEventLoop() - Constructor for class io.netty.channel.DefaultEventLoop
-
- DefaultEventLoop(ThreadFactory) - Constructor for class io.netty.channel.DefaultEventLoop
-
- DefaultEventLoop(Executor) - Constructor for class io.netty.channel.DefaultEventLoop
-
- DefaultEventLoop(EventLoopGroup) - Constructor for class io.netty.channel.DefaultEventLoop
-
- DefaultEventLoop(EventLoopGroup, ThreadFactory) - Constructor for class io.netty.channel.DefaultEventLoop
-
- DefaultEventLoop(EventLoopGroup, Executor) - Constructor for class io.netty.channel.DefaultEventLoop
-
- DefaultEventLoopGroup - Class in io.netty.channel
-
- DefaultEventLoopGroup() - Constructor for class io.netty.channel.DefaultEventLoopGroup
-
Create a new instance with the default number of threads.
- DefaultEventLoopGroup(int) - Constructor for class io.netty.channel.DefaultEventLoopGroup
-
Create a new instance
- DefaultEventLoopGroup(ThreadFactory) - Constructor for class io.netty.channel.DefaultEventLoopGroup
-
Create a new instance with the default number of threads and the given
ThreadFactory
.
- DefaultEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.DefaultEventLoopGroup
-
Create a new instance
- DefaultEventLoopGroup(int, Executor) - Constructor for class io.netty.channel.DefaultEventLoopGroup
-
Create a new instance
- DefaultFileRegion - Class in io.netty.channel
-
- DefaultFileRegion(FileChannel, long, long) - Constructor for class io.netty.channel.DefaultFileRegion
-
Create a new instance
- DefaultFileRegion(File, long, long) - Constructor for class io.netty.channel.DefaultFileRegion
-
Create a new instance using the given
File
.
- DefaultMaxBytesRecvByteBufAllocator - Class in io.netty.channel
-
The
RecvByteBufAllocator
that yields a buffer size prediction based upon decrementing the value from
the max bytes per read.
- DefaultMaxBytesRecvByteBufAllocator() - Constructor for class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
-
- DefaultMaxBytesRecvByteBufAllocator(int, int) - Constructor for class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
-
- defaultMaxMessagesPerRead() - Method in class io.netty.channel.ChannelMetadata
-
- DefaultMaxMessagesRecvByteBufAllocator - Class in io.netty.channel
-
- DefaultMaxMessagesRecvByteBufAllocator() - Constructor for class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
-
- DefaultMaxMessagesRecvByteBufAllocator(int) - Constructor for class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
-
- DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle - Class in io.netty.channel
-
- DefaultMessageSizeEstimator - Class in io.netty.channel
-
- DefaultMessageSizeEstimator(int) - Constructor for class io.netty.channel.DefaultMessageSizeEstimator
-
Create a new instance
- DefaultOioServerSocketChannelConfig - Class in io.netty.channel.socket.oio
-
- DefaultOioServerSocketChannelConfig(ServerSocketChannel, ServerSocket) - Constructor for class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- DefaultOioSocketChannelConfig - Class in io.netty.channel.socket.oio
-
- DefaultOioSocketChannelConfig(SocketChannel, Socket) - Constructor for class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- DefaultSelectStrategyFactory - Class in io.netty.channel
-
Factory which uses the default select strategy.
- DefaultServerSocketChannelConfig - Class in io.netty.channel.socket
-
- DefaultServerSocketChannelConfig(ServerSocketChannel, ServerSocket) - Constructor for class io.netty.channel.socket.DefaultServerSocketChannelConfig
-
Creates a new instance.
- DefaultSocketChannelConfig - Class in io.netty.channel.socket
-
- DefaultSocketChannelConfig(SocketChannel, Socket) - Constructor for class io.netty.channel.socket.DefaultSocketChannelConfig
-
Creates a new instance.
- delegate() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- DelegatingChannelPromiseNotifier - Class in io.netty.channel
-
- DelegatingChannelPromiseNotifier(ChannelPromise) - Constructor for class io.netty.channel.DelegatingChannelPromiseNotifier
-
- DelegatingChannelPromiseNotifier(ChannelPromise, boolean) - Constructor for class io.netty.channel.DelegatingChannelPromiseNotifier
-
- DelegatingHandle(RecvByteBufAllocator.Handle) - Constructor for class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- deregister(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- deregister() - Method in class io.netty.channel.AbstractChannel
-
- deregister(ChannelPromise) - Method in class io.netty.channel.AbstractChannel
-
- deregister(ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
-
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
-
- deregister(ChannelHandlerContext, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundHandler
-
Called once a deregister operation is made from the current registered
EventLoop
.
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
-
- deregister() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to deregister from the previous assigned
EventExecutor
and notify the
ChannelFuture
once the operation completes, either because the operation was successful or because of
an error.
- deregister(ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to deregister from the previous assigned
EventExecutor
and notify the
ChannelFuture
once the operation completes, either because the operation was successful or because of
an error.
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- deregister() - Method in class io.netty.channel.DefaultChannelPipeline
-
- deregister(ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
-
- deregister() - Method in interface io.netty.channel.group.ChannelGroup
-
- deregister(ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
-
- deregister() - Method in class io.netty.channel.group.DefaultChannelGroup
-
- deregister(ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
-
- deregister() - Method in class io.netty.channel.ThreadPerChannelEventLoop
-
Deprecated.
- directBuffer() - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- directBuffer(int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- directBuffer(int, int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- disconnect(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- disconnect() - Method in class io.netty.channel.AbstractChannel
-
- disconnect(ChannelPromise) - Method in class io.netty.channel.AbstractChannel
-
- disconnect(ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
-
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
-
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundHandler
-
Called once a disconnect operation is made.
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
-
- disconnect() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to disconnect from the remote peer and notify the
ChannelFuture
once the operation completes,
either because the operation was successful or because of an error.
- disconnect(ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to disconnect from the remote peer and notify the
ChannelFuture
once the operation completes,
either because the operation was successful or because of an error.
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- disconnect() - Method in class io.netty.channel.DefaultChannelPipeline
-
- disconnect(ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
-
- disconnect() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- disconnect(ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- disconnect() - Method in interface io.netty.channel.group.ChannelGroup
-
Disconnects all
Channel
s in this group from their remote peers.
- disconnect(ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
-
Disconnects all
Channel
s in this group from their remote peers,
that are matched by the given
ChannelMatcher
.
- disconnect() - Method in class io.netty.channel.group.DefaultChannelGroup
-
- disconnect(ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
-
- doBeginRead() - Method in class io.netty.channel.AbstractChannel
-
Schedule a read operation.
- doBeginRead() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- doBeginRead() - Method in class io.netty.channel.local.LocalChannel
-
- doBeginRead() - Method in class io.netty.channel.local.LocalServerChannel
-
- doBeginRead() - Method in class io.netty.channel.nio.AbstractNioChannel
-
- doBeginRead() - Method in class io.netty.channel.nio.AbstractNioMessageChannel
-
- doBeginRead() - Method in class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.AbstractChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- 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.nio.NioDatagramChannel
-
- 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
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.AbstractChannel
-
- doClose() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- 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.nio.AbstractNioChannel
-
- doClose() - Method in class io.netty.channel.oio.OioByteStreamChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- 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
-
Deprecated.
- doClose() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.nio.AbstractNioChannel
-
Connect to the remote peer
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.
Connect to the remote peer using the given localAddress if one is specified or null
otherwise.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- 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
-
Deprecated.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- doDeregister() - Method in class io.netty.channel.AbstractChannel
-
- 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.nio.AbstractNioChannel
-
- doDisconnect() - Method in class io.netty.channel.AbstractChannel
-
Disconnect this
Channel
from its remote peer
- doDisconnect() - Method in class io.netty.channel.AbstractServerChannel
-
- doDisconnect() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- doDisconnect() - Method in class io.netty.channel.local.LocalChannel
-
- doDisconnect() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- 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
-
Deprecated.
- doDisconnect() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- doDisconnect() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- doFinishConnect() - Method in class io.netty.channel.nio.AbstractNioChannel
-
Finish the connect
- doFinishConnect() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- doFinishConnect() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
-
- doFinishConnect() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- doRead() - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
- doRead() - Method in class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.
- doRead() - Method in class io.netty.channel.oio.AbstractOioMessageChannel
-
Deprecated.
- doReadBytes(ByteBuf) - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
Read bytes into the given ByteBuf
and return the amount.
- doReadBytes(ByteBuf) - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
Read bytes from the underlying Socket.
- doReadBytes(ByteBuf) - Method in class io.netty.channel.oio.OioByteStreamChannel
-
Deprecated.
- doReadBytes(ByteBuf) - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- doReadBytes(ByteBuf) - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- doReadMessages(List<Object>) - Method in class io.netty.channel.nio.AbstractNioMessageChannel
-
Read messages into the given array and return the amount which was read.
- doReadMessages(List<Object>) - Method in class io.netty.channel.oio.AbstractOioMessageChannel
-
Deprecated.
Read messages into the given array and return the amount which was read.
- doReadMessages(List<Object>) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- doReadMessages(List<Object>) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
-
- doReadMessages(List<Object>) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- doReadMessages(List<Object>) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- doRegister() - Method in class io.netty.channel.AbstractChannel
-
Is called after the
Channel
is registered with its
EventLoop
as part of the register process.
- doRegister() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- 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.nio.AbstractNioChannel
-
- doShutdownOutput() - Method in class io.netty.channel.AbstractChannel
-
Called when conditions justify shutting down the output portion of the channel.
- doShutdownOutput() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- doShutdownOutput() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.AbstractChannel
-
Flush the content of the given buffer to the remote peer.
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.AbstractServerChannel
-
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.local.LocalChannel
-
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.nio.AbstractNioMessageChannel
-
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- doWrite0(ChannelOutboundBuffer) - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
Write objects to the OS.
- doWriteBytes(ByteBuf) - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
Write bytes form the given
ByteBuf
to the underlying
Channel
.
- doWriteBytes(ByteBuf) - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
Write the data which is hold by the ByteBuf
to the underlying Socket.
- doWriteBytes(ByteBuf) - Method in class io.netty.channel.oio.OioByteStreamChannel
-
Deprecated.
- doWriteBytes(ByteBuf) - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- doWriteFileRegion(FileRegion) - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
- doWriteFileRegion(FileRegion) - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
Write the data which is hold by the
FileRegion
to the underlying Socket.
- doWriteFileRegion(FileRegion) - Method in class io.netty.channel.oio.OioByteStreamChannel
-
Deprecated.
- doWriteFileRegion(FileRegion) - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.nio.AbstractNioMessageChannel
-
Write a message to the underlying
Channel
.
- doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
-
- DuplexChannel - Interface in io.netty.channel.socket
-
A duplex
Channel
that has two sides that can be shutdown independently.
- DuplexChannelConfig - Interface in io.netty.channel.socket
-
- duplicate() - Method in class io.netty.channel.socket.DatagramPacket
-
- EmbeddedChannel - Class in io.netty.channel.embedded
-
Base class for
Channel
implementations that are used in an embedded fashion.
- EmbeddedChannel() - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with an EmbeddedChannelId
and an empty pipeline.
- EmbeddedChannel(ChannelId) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the specified ID and an empty pipeline.
- EmbeddedChannel(ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the pipeline initialized with the specified handlers.
- EmbeddedChannel(boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the pipeline initialized with the specified handlers.
- EmbeddedChannel(boolean, boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the pipeline initialized with the specified handlers.
- EmbeddedChannel(ChannelId, ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the channel ID set to the given ID and the pipeline
initialized with the specified handlers.
- EmbeddedChannel(ChannelId, boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the channel ID set to the given ID and the pipeline
initialized with the specified handlers.
- EmbeddedChannel(ChannelId, boolean, boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the channel ID set to the given ID and the pipeline
initialized with the specified handlers.
- EmbeddedChannel(Channel, ChannelId, boolean, boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the channel ID set to the given ID and the pipeline
initialized with the specified handlers.
- EmbeddedChannel(ChannelId, boolean, ChannelConfig, ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the channel ID set to the given ID and the pipeline
initialized with the specified handlers.
- empty() - Static method in class io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator
-
- ensureNotSharable() - Method in class io.netty.channel.ChannelHandlerAdapter
-
- ensureOpen(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- ensureOpen() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Ensure the
Channel
is open and if not throw an exception.
- 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.DefaultChannelId
-
- equals(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
-
- equals(Object) - Method in class io.netty.channel.local.LocalAddress
-
- eventLoop() - Method in class io.netty.channel.AbstractChannel
-
- eventLoop() - Method in interface io.netty.channel.Channel
-
- EventLoop - Interface in io.netty.channel
-
Will handle all the I/O operations for a
Channel
once registered.
- eventLoop() - Method in class io.netty.channel.nio.AbstractNioChannel
-
- 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 registering
Channel
s that get
processed for later selection during the event loop.
- EventLoopTaskQueueFactory - Interface in io.netty.channel
-
Factory used to create
Queue
instances that will be used to store tasks for an
EventLoop
.
- eventReceived(ChannelHandlerContext, I) - Method in class io.netty.channel.SimpleUserEventChannelHandler
-
Is called for each user event triggered of type I
.
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in interface io.netty.channel.ChannelHandler
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.ChannelHandlerAdapter
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in interface io.netty.channel.ChannelInboundHandler
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.ChannelInitializer
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- executeAfterEventLoopIteration(Runnable) - Method in class io.netty.channel.SingleThreadEventLoop
-
Adds a task to be run once at the end of next (or current) eventloop
iteration.
- executor() - Method in interface io.netty.channel.ChannelHandlerContext
-
Returns the EventExecutor
which is used to execute an arbitrary task.
- executor() - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- executor() - Method in class io.netty.channel.DefaultChannelPromise
-
- exists(String) - Static method in class io.netty.channel.ChannelOption
-
- id() - Method in class io.netty.channel.AbstractChannel
-
- id() - Method in interface io.netty.channel.Channel
-
Returns the globally unique identifier of this
Channel
.
- id() - Method in class io.netty.channel.local.LocalAddress
-
Returns the ID of this address.
- inboundHandler() - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- inboundMessages() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- incMessagesRead(int) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
- incMessagesRead(int) - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- incMessagesRead(int) - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.
Increment the number of messages that have been read for the current read loop.
- incompleteWrite(boolean) - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
- increaseWriteCounter(long) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
Increase the current write counter by the given delta
- incrementPendingOutboundBytes(long) - Method in class io.netty.channel.DefaultChannelPipeline
-
- init(I, O) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
Initialized this handler with the specified handlers.
- initChannel(C) - Method in class io.netty.channel.ChannelInitializer
-
This method will be called once the
Channel
was registered.
- INSTANCE - Static variable in class io.netty.channel.DefaultSelectStrategyFactory
-
- INSTANCE - Static variable in class io.netty.channel.socket.ChannelInputShutdownEvent
-
Instance to use
- INSTANCE - Static variable in class io.netty.channel.socket.ChannelInputShutdownReadComplete
-
- INSTANCE - Static variable in class io.netty.channel.socket.ChannelOutputShutdownEvent
-
- InternetProtocolFamily - Enum in io.netty.channel.socket
-
- invalidateLocalAddress() - Method in class io.netty.channel.AbstractChannel
-
- invalidateRemoteAddress() - Method in class io.netty.channel.AbstractChannel
-
- invert(ChannelMatcher) - Static method in class io.netty.channel.group.ChannelMatchers
-
- 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
Channel
s and perform bulk operations on them.
- io.netty.channel.internal - package io.netty.channel.internal
-
Internal utilities for channel implementations.
- 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.nio - package io.netty.channel.nio
-
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
- io.netty.channel.oio - package io.netty.channel.oio
-
Old blocking I/O based channel API implementation - recommended for
a small number of connections (< 1000).
- io.netty.channel.pool - package io.netty.channel.pool
-
Implementations and API for
Channel
pools.
- 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.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).
- ioBuffer() - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- ioBuffer(int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- ioBuffer(int, int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- 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
-
- is(Channel) - Static method in class io.netty.channel.group.ChannelMatchers
-
- isActive() - Method in interface io.netty.channel.Channel
-
Return
true
if the
Channel
is active and so connected.
- isActive() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- 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.oio.OioByteStreamChannel
-
Deprecated.
- isActive() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- 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
-
Deprecated.
- isActive() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- isActive() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- isAllowHalfClosure() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- isAllowHalfClosure() - Method in interface io.netty.channel.socket.DuplexChannelConfig
-
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.
- isAutoClose() - Method in interface io.netty.channel.ChannelConfig
-
Returns
true
if and only if the
Channel
will be closed automatically and immediately on
write failure.
- isAutoClose() - Method in class io.netty.channel.DefaultChannelConfig
-
- isAutoRead() - Method in interface io.netty.channel.ChannelConfig
-
Returns
true
if and only if
ChannelHandlerContext.read()
will be invoked automatically so that
a user application doesn't need to call it at all.
- isAutoRead() - Method in class io.netty.channel.DefaultChannelConfig
-
- isBroadcast() - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
- isBroadcast() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- isCancellable() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- isCancellable() - Method in class io.netty.channel.VoidChannelPromise
-
- isCancelled() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- isCancelled() - Method in class io.netty.channel.VoidChannelPromise
-
- isCompatible(EventLoop) - Method in class io.netty.channel.AbstractChannel
-
Return
true
if the given
EventLoop
is compatible with this instance.
- isCompatible(EventLoop) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- 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.nio.AbstractNioChannel
-
- isCompatible(EventLoop) - Method in class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.
- 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
-
Deprecated.
- isDirectBufferPooled() - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- isDone() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- isDone() - Method in class io.netty.channel.VoidChannelPromise
-
- isEmpty() - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Are there pending buffers in the queue.
- isEmpty() - Method in class io.netty.channel.ChannelOutboundBuffer
-
- isEmpty() - Method in class io.netty.channel.group.DefaultChannelGroup
-
- isEmpty() - Method in class io.netty.channel.PendingWriteQueue
-
Returns true
if there are no pending write operations left in this queue.
- isEmpty() - Method in class io.netty.channel.pool.AbstractChannelPoolMap
-
- isHealthy(Channel) - Method in interface io.netty.channel.pool.ChannelHealthChecker
-
Check if the given channel is healthy which means it can be used.
- isInputShutdown() - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
Determine if the input side of this channel is shutdown.
- isInputShutdown() - Method in interface io.netty.channel.socket.DuplexChannel
-
Returns true
if and only if the remote peer shut down its output so that no more
data is received from this channel.
- isInputShutdown() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- isInputShutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- isInputShutdown0() - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
- isInputShutdown0() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- isInstanceOf(Class<? extends Channel>) - Static method in class io.netty.channel.group.ChannelMatchers
-
- 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
-
- isNonServerChannel() - Static method in class io.netty.channel.group.ChannelMatchers
-
- isNot(Channel) - Static method in class io.netty.channel.group.ChannelMatchers
-
- isNotInstanceOf(Class<? extends Channel>) - Static method in class io.netty.channel.group.ChannelMatchers
-
Returns a
ChannelMatcher
that matches all
Channel
s that are
not an
instance of sub-type of the given class.
- isOpen() - Method in interface io.netty.channel.Channel
-
Returns
true
if the
Channel
is open and may get active later
- isOpen() - Method in class io.netty.channel.DefaultFileRegion
-
Returns
true
if the
FileRegion
has a open file-descriptor
- isOpen() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- 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.nio.AbstractNioChannel
-
- isOpen() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- isOpen() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- isOpen() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- isOutputShutdown() - Method in interface io.netty.channel.socket.DuplexChannel
-
- isOutputShutdown() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- isOutputShutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- 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.
- 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.
- isReadPending() - Method in class io.netty.channel.nio.AbstractNioChannel
-
- isReadPending() - Method in class io.netty.channel.oio.AbstractOioChannel
-
- isRegistered() - Method in class io.netty.channel.AbstractChannel
-
- isRegistered() - Method in interface io.netty.channel.Channel
-
- isRemoved() - Method in interface io.netty.channel.ChannelHandlerContext
-
- 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
-
- isServerChannel() - Static method in class io.netty.channel.group.ChannelMatchers
-
- isSharable() - Method in class io.netty.channel.ChannelHandlerAdapter
-
Return
true
if the implementation is
Sharable
and so can be added
to different
ChannelPipeline
s.
- isShutdown() - Method in interface io.netty.channel.socket.DuplexChannel
-
Determine if both the input and output of this channel have been shutdown.
- isShutdown() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- isShutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- isShutdown() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- isShuttingDown() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- isSuccess() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- isSuccess() - 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.
- isSuccess() - Method in class io.netty.channel.VoidChannelPromise
-
- 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.ThreadPerChannelEventLoopGroup
-
Deprecated.
- isVoid() - Method in interface io.netty.channel.ChannelFuture
-
- isVoid() - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- isVoid() - Method in class io.netty.channel.DefaultChannelPromise
-
- isVoid() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- isVoid() - Method in class io.netty.channel.VoidChannelPromise
-
- isWritable() - Method in class io.netty.channel.AbstractChannel
-
- isWritable() - Method in interface io.netty.channel.Channel
-
Returns true
if and only if the I/O thread will perform the
requested write operation immediately.
- isWritable() - Method in class io.netty.channel.ChannelOutboundBuffer
-
- iterator() - Method in class io.netty.channel.DefaultChannelPipeline
-
- iterator() - Method in exception io.netty.channel.group.ChannelGroupException
-
- iterator() - Method in interface io.netty.channel.group.ChannelGroupFuture
-
- iterator() - Method in class io.netty.channel.group.DefaultChannelGroup
-
- iterator() - Method in class io.netty.channel.pool.AbstractChannelPoolMap
-
- iterator() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- RCVBUF_ALLOCATOR - Static variable in class io.netty.channel.ChannelOption
-
- read() - Method in class io.netty.channel.AbstractChannel
-
- read() - Method in interface io.netty.channel.Channel
-
- read(ChannelHandlerContext) - Method in class io.netty.channel.ChannelDuplexHandler
-
- read() - Method in interface io.netty.channel.ChannelHandlerContext
-
- read(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelOutboundHandler
-
- read(ChannelHandlerContext) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
-
- read() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
- read(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- read() - Method in class io.netty.channel.DefaultChannelPipeline
-
- read() - Method in class io.netty.channel.nio.AbstractNioByteChannel.NioByteUnsafe
-
- read() - Method in interface io.netty.channel.nio.AbstractNioChannel.NioUnsafe
-
- readableBytes() - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
The number of readable bytes.
- readComplete() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
- readComplete() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- readComplete() - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.
The read has completed.
- readInbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Return received data from this
Channel
- readInterestOp - Variable in class io.netty.channel.nio.AbstractNioChannel
-
- readOutbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Read data from the outbound.
- rebuildSelector() - Method in class io.netty.channel.nio.NioEventLoop
-
Replaces the current
Selector
of this event loop with newly created
Selector
s to work
around the infamous epoll 100% CPU bug.
- rebuildSelectors() - Method in class io.netty.channel.nio.NioEventLoopGroup
-
Replaces the current
Selector
s of the child event loops with newly created
Selector
s to work
around the infamous epoll 100% CPU bug.
- recipient() - Method in interface io.netty.channel.AddressedEnvelope
-
Returns the address of the recipient of this message.
- recipient() - Method in class io.netty.channel.DefaultAddressedEnvelope
-
- recvBufAllocHandle() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- recvBufAllocHandle() - Method in interface io.netty.channel.Channel.Unsafe
-
- RecvByteBufAllocator - Interface in io.netty.channel
-
Allocates a new receive buffer whose capacity is probably large enough to read all inbound data and small enough
not to waste its space.
- RecvByteBufAllocator.DelegatingHandle - Class in io.netty.channel
-
- RecvByteBufAllocator.ExtendedHandle - Interface in io.netty.channel
-
- RecvByteBufAllocator.Handle - Interface in io.netty.channel
-
- recycle() - Method in class io.netty.channel.ChannelOutboundBuffer
-
Deprecated.
- refCnt() - Method in class io.netty.channel.DefaultAddressedEnvelope
-
- ReflectiveChannelFactory<T extends Channel> - Class in io.netty.channel
-
- ReflectiveChannelFactory(Class<? extends T>) - Constructor for class io.netty.channel.ReflectiveChannelFactory
-
- register() - Method in class io.netty.bootstrap.AbstractBootstrap
-
- register(EventLoop, ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- register(EventLoop, ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
-
- register() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- register(Channel) - Method in interface io.netty.channel.EventLoopGroup
-
- register(ChannelPromise) - Method in interface io.netty.channel.EventLoopGroup
-
- register(Channel, ChannelPromise) - Method in interface io.netty.channel.EventLoopGroup
-
- register(Channel) - Method in class io.netty.channel.MultithreadEventLoopGroup
-
- register(ChannelPromise) - Method in class io.netty.channel.MultithreadEventLoopGroup
-
- register(Channel, ChannelPromise) - Method in class io.netty.channel.MultithreadEventLoopGroup
-
Deprecated.
- register(SelectableChannel, int, NioTask<?>) - Method in class io.netty.channel.nio.NioEventLoop
-
- register(Channel) - Method in class io.netty.channel.SingleThreadEventLoop
-
- register(ChannelPromise) - Method in class io.netty.channel.SingleThreadEventLoop
-
- register(Channel, ChannelPromise) - Method in class io.netty.channel.SingleThreadEventLoop
-
Deprecated.
- register(ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoop
-
Deprecated.
- register(Channel, ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoop
-
Deprecated.
- register(Channel) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- register(ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- register(Channel, ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- registeredChannels() - Method in class io.netty.channel.nio.NioEventLoop
-
- registeredChannels() - Method in class io.netty.channel.SingleThreadEventLoop
-
Returns the number of
Channel
s registered with this
EventLoop
or
-1
if operation is not supported.
- registeredChannels() - Method in class io.netty.channel.ThreadPerChannelEventLoop
-
Deprecated.
- registeredChannelsIterator() - Method in class io.netty.channel.nio.NioEventLoop
-
- registeredChannelsIterator() - Method in class io.netty.channel.SingleThreadEventLoop
-
- release() - Method in class io.netty.channel.DefaultAddressedEnvelope
-
- release(int) - Method in class io.netty.channel.DefaultAddressedEnvelope
-
- release(Channel) - Method in interface io.netty.channel.pool.ChannelPool
-
- release(Channel, Promise<Void>) - Method in interface io.netty.channel.pool.ChannelPool
-
- release(Channel, Promise<Void>) - Method in class io.netty.channel.pool.FixedChannelPool
-
- release(Channel) - Method in class io.netty.channel.pool.SimpleChannelPool
-
- release(Channel, Promise<Void>) - Method in class io.netty.channel.pool.SimpleChannelPool
-
- releaseAndFailAll(ChannelOutboundInvoker, Throwable) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Release all buffers in the queue and complete all listeners and promises.
- releaseAndFailAll(Throwable) - Method in class io.netty.channel.CoalescingBufferQueue
-
Release all buffers in the queue and complete all listeners and promises.
- releaseHealthCheck() - Method in class io.netty.channel.pool.SimpleChannelPool
-
Indicates whether this pool will check the health of channels before offering them back into the pool.
- releaseInbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Release all buffered inbound messages and return true
if any were in the inbound buffer, false
otherwise.
- releaseOutbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Release all buffered outbound messages and return true
if any were in the outbound buffer, false
otherwise.
- remoteAddress(SocketAddress) - Method in class io.netty.bootstrap.Bootstrap
-
- 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.bootstrap.BootstrapConfig
-
Returns the configured remote address or null
if non is configured yet.
- 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.nio.NioDatagramChannel
-
- remoteAddress() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
-
- remoteAddress() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- remoteAddress() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- remoteAddress() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- remoteAddress() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- 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.EmbeddedChannel
-
- remoteAddress0() - Method in class io.netty.channel.local.LocalChannel
-
- remoteAddress0() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- 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
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- remove(ByteBufAllocator, int, ChannelPromise) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Remove a ByteBuf
from the queue with the specified number of bytes.
- remove() - Method in class io.netty.channel.ChannelOutboundBuffer
-
Will remove the current message, mark its
ChannelPromise
as success and return
true
.
- remove(Throwable) - Method in class io.netty.channel.ChannelOutboundBuffer
-
- remove(ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
- 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
-
- remove(int, ChannelPromise) - Method in class io.netty.channel.CoalescingBufferQueue
-
Remove a ByteBuf
from the queue with the specified number of bytes.
- 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
-
- remove() - Method in class io.netty.channel.PendingWriteQueue
-
Removes a pending write operation and release it's message via ReferenceCountUtil.safeRelease(Object)
.
- remove(K) - Method in class io.netty.channel.pool.AbstractChannelPoolMap
-
- remove() - Method in class io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator
-
- removeAndFail(Throwable) - Method in class io.netty.channel.PendingWriteQueue
-
Remove a pending write operation and fail it with the given
Throwable
.
- removeAndFailAll(Throwable) - Method in class io.netty.channel.PendingWriteQueue
-
Remove all pending write operation and fail them with the given
Throwable
.
- removeAndWrite() - Method in class io.netty.channel.PendingWriteQueue
-
- removeAndWriteAll() - Method in class io.netty.channel.PendingWriteQueue
-
- removeBytes(long) - Method in class io.netty.channel.ChannelOutboundBuffer
-
Removes the fully written entries and update the reader index of the partially written entry.
- removeEmptyValue() - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
- removeEmptyValue() - Method in class io.netty.channel.CoalescingBufferQueue
-
- removeFirst(ChannelPromise) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Remove the first ByteBuf
from the queue.
- removeFirst() - Method in interface io.netty.channel.ChannelPipeline
-
- removeFirst() - Method in class io.netty.channel.DefaultChannelPipeline
-
- removeIfExists(String) - Method in class io.netty.channel.DefaultChannelPipeline
-
- removeIfExists(Class<T>) - Method in class io.netty.channel.DefaultChannelPipeline
-
- removeIfExists(ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
-
- removeInboundHandler() - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- removeLast() - Method in interface io.netty.channel.ChannelPipeline
-
- removeLast() - Method in class io.netty.channel.DefaultChannelPipeline
-
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelFuture
-
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelProgressiveFuture
-
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelProgressivePromise
-
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelPromise
-
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DefaultChannelPromise
-
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.group.ChannelGroupFuture
-
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.VoidChannelPromise
-
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelFuture
-
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelProgressiveFuture
-
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelProgressivePromise
-
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelPromise
-
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.DefaultChannelPromise
-
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.group.ChannelGroupFuture
-
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.VoidChannelPromise
-
- removeOutboundHandler() - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- removeReadOp() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
-
- 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
-
- replace(ByteBuf) - Method in class io.netty.channel.socket.DatagramPacket
-
- reset(ChannelConfig) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
- reset(ChannelConfig) - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- reset(ChannelConfig) - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.
Reset any counters that have accumulated and recommend how many messages/bytes should be read for the next
read loop.
- resolver(AddressResolverGroup<?>) - Method in class io.netty.bootstrap.Bootstrap
-
Sets the NameResolver
which will resolve the address of the unresolved named address.
- resolver() - Method in class io.netty.bootstrap.BootstrapConfig
-
Returns the configured AddressResolverGroup
or the default if non is configured yet.
- respectMaybeMoreData(boolean) - Method in class io.netty.channel.AdaptiveRecvByteBufAllocator
-
- respectMaybeMoreData(boolean) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
-
- respectMaybeMoreData() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
-
- respectMaybeMoreData(boolean) - Method in class io.netty.channel.FixedRecvByteBufAllocator
-
- retain() - Method in interface io.netty.channel.AddressedEnvelope
-
- retain(int) - Method in interface io.netty.channel.AddressedEnvelope
-
- retain() - Method in class io.netty.channel.DefaultAddressedEnvelope
-
- retain(int) - Method in class io.netty.channel.DefaultAddressedEnvelope
-
- retain() - Method in class io.netty.channel.DefaultFileRegion
-
- retain(int) - Method in class io.netty.channel.DefaultFileRegion
-
- retain() - Method in interface io.netty.channel.FileRegion
-
- retain(int) - Method in interface io.netty.channel.FileRegion
-
- retain() - Method in class io.netty.channel.socket.DatagramPacket
-
- retain(int) - Method in class io.netty.channel.socket.DatagramPacket
-
- retainedDuplicate() - Method in class io.netty.channel.socket.DatagramPacket
-
- run() - Method in class io.netty.channel.DefaultEventLoop
-
- run() - Method in class io.netty.channel.nio.NioEventLoop
-
- run() - Method in class io.netty.channel.ThreadPerChannelEventLoop
-
Deprecated.
- runPendingTasks() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Run all tasks (which also includes scheduled tasks) that are pending in the
EventLoop
for this
Channel
- runScheduledPendingTasks() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Run all pending scheduled tasks in the
EventLoop
for this
Channel
and return the
nanoseconds
when the next scheduled task is ready to run.
- safeSetFailure(ChannelPromise, Throwable) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
Marks the specified promise
as failure.
- safeSetSuccess(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
Marks the specified promise
as success.
- SELECT - Static variable in interface io.netty.channel.SelectStrategy
-
Indicates a blocking select should follow.
- selectionKey() - Method in class io.netty.channel.nio.AbstractNioChannel
-
- selectorProvider() - Method in class io.netty.channel.nio.NioEventLoop
-
- SelectStrategy - Interface in io.netty.channel
-
Select strategy interface.
- SelectStrategyFactory - Interface in io.netty.channel
-
- sender() - Method in interface io.netty.channel.AddressedEnvelope
-
Returns the address of the sender of this message.
- sender() - Method in class io.netty.channel.DefaultAddressedEnvelope
-
- ServerBootstrap - Class in io.netty.bootstrap
-
- ServerBootstrap() - Constructor for class io.netty.bootstrap.ServerBootstrap
-
- ServerBootstrapConfig - Class in io.netty.bootstrap
-
- ServerChannel - Interface in io.netty.channel
-
A
Channel
that accepts an incoming connection attempt and creates
its child
Channel
s by accepting them.
- ServerChannelRecvByteBufAllocator - Class in io.netty.channel
-
- ServerChannelRecvByteBufAllocator() - Constructor for class io.netty.channel.ServerChannelRecvByteBufAllocator
-
- ServerSocketChannel - Interface in io.netty.channel.socket
-
A TCP/IP
ServerChannel
which accepts incoming TCP/IP connections.
- ServerSocketChannelConfig - Interface in io.netty.channel.socket
-
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.ChannelConfig
-
Set the ByteBufAllocator
which is used for the channel
to allocate buffers.
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.DefaultChannelConfig
-
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
-
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.DuplexChannelConfig
-
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- setAllowHalfClosure(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- setAllowHalfClosure(boolean) - Method in interface io.netty.channel.socket.DuplexChannelConfig
-
Sets whether the channel should not close itself when its remote peer shuts down output to
make the connection half-closed.
- setAllowHalfClosure(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setAllowHalfClosure(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setAllowHalfClosure(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- setAutoClose(boolean) - Method in interface io.netty.channel.ChannelConfig
-
Sets whether the
Channel
should be closed automatically and immediately on write failure.
- setAutoClose(boolean) - Method in class io.netty.channel.DefaultChannelConfig
-
- setAutoClose(boolean) - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
- setAutoClose(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- setAutoClose(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- setAutoClose(boolean) - Method in interface io.netty.channel.socket.DuplexChannelConfig
-
- setAutoClose(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- setAutoRead(boolean) - Method in interface io.netty.channel.ChannelConfig
-
- setAutoRead(boolean) - Method in class io.netty.channel.DefaultChannelConfig
-
- setAutoRead(boolean) - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
- setAutoRead(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- setAutoRead(boolean) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
-
- setAutoRead(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- setAutoRead(boolean) - Method in interface io.netty.channel.socket.DuplexChannelConfig
-
- setAutoRead(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
- setAutoRead(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- setBacklog(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
-
- setBacklog(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setBacklog(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- 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
-
- setBroadcast(boolean) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- 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
-
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
-
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- setFailure(Throwable) - Method in interface io.netty.channel.ChannelProgressivePromise
-
- setFailure(Throwable) - Method in interface io.netty.channel.ChannelPromise
-
- setFailure(Throwable) - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- setFailure(Throwable) - Method in class io.netty.channel.DefaultChannelPromise
-
- setFailure(Throwable) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- setFailure(Throwable) - Method in class io.netty.channel.VoidChannelPromise
-
- 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
-
- setInterface(InetAddress) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setIoRatio(int) - Method in class io.netty.channel.nio.NioEventLoop
-
Sets the percentage of the desired amount of time spent for I/O in the event loop.
- setIoRatio(int) - Method in class io.netty.channel.nio.NioEventLoopGroup
-
Sets the percentage of the desired amount of time spent for I/O in the child event loops.
- setKeepAlive(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- setKeepAlive(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setKeepAlive(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- 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
-
- setLoopbackModeDisabled(boolean) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.ChannelConfig
-
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.DefaultChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.DuplexChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
Deprecated.
- setMaxMessagesPerWrite(int) - Method in class io.netty.channel.DefaultChannelConfig
-
Set the maximum number of message to write per eventloop run.
- setMaxMessagesPerWrite(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.ChannelConfig
-
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.DefaultChannelConfig
-
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
-
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.DuplexChannelConfig
-
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- setNetworkInterface(NetworkInterface) - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
- setNetworkInterface(NetworkInterface) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- setNetworkInterface(NetworkInterface) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- 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.DefaultServerSocketChannelConfig
-
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- 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
-
- setOpWrite() - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
- 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 class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setPerformancePreferences(int, int, int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
- setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- setProgress(long, long) - Method in interface io.netty.channel.ChannelProgressivePromise
-
- setProgress(long, long) - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- setReadPending(boolean) - Method in class io.netty.channel.nio.AbstractNioChannel
-
- setReadPending(boolean) - Method in class io.netty.channel.oio.AbstractOioChannel
-
- setReadPending(boolean) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
Deprecated.
- setReadPending(boolean) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- setReadPending(boolean) - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- 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.DefaultServerSocketChannelConfig
-
- setReceiveBufferSize(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- setReceiveBufferSize(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setReceiveBufferSize(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
- setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.ChannelConfig
-
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.DefaultChannelConfig
-
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
-
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.DuplexChannelConfig
-
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- 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 class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setReuseAddress(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setReuseAddress(boolean) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setReuseAddress(boolean) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setReuseAddress(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setReuseAddress(boolean) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
- setReuseAddress(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- 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.DefaultSocketChannelConfig
-
- setSendBufferSize(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setSendBufferSize(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setSendBufferSize(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setSendBufferSize(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- setSoLinger(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- setSoLinger(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setSoLinger(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setSoLinger(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- setSoTimeout(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setSoTimeout(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setSoTimeout(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
Sets the maximal time a operation on the underlying socket may block.
- setSoTimeout(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
Sets the maximal time a operation on the underlying socket may block.
- setSoTimeout(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
Sets the maximal time a operation on the underlying socket may block.
- setSuccess(Void) - Method in interface io.netty.channel.ChannelProgressivePromise
-
- setSuccess() - Method in interface io.netty.channel.ChannelProgressivePromise
-
- setSuccess(Void) - Method in interface io.netty.channel.ChannelPromise
-
- setSuccess() - Method in interface io.netty.channel.ChannelPromise
-
- setSuccess() - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- setSuccess(Void) - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- setSuccess() - Method in class io.netty.channel.DefaultChannelPromise
-
- setSuccess(Void) - Method in class io.netty.channel.DefaultChannelPromise
-
- setSuccess(Void) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- setSuccess() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- setSuccess() - Method in class io.netty.channel.VoidChannelPromise
-
- setSuccess(Void) - Method in class io.netty.channel.VoidChannelPromise
-
- setTcpNoDelay(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- setTcpNoDelay(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setTcpNoDelay(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- 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
-
- setTimeToLive(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- 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 class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setTrafficClass(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setTrafficClass(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setTrafficClass(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- setUncancellable() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- setUncancellable() - Method in class io.netty.channel.VoidChannelPromise
-
- setUserDefinedWritability(int, boolean) - Method in class io.netty.channel.ChannelOutboundBuffer
-
Sets a user-defined writability flag at the specified index.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.ChannelConfig
-
Sets the high water mark of the write buffer.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.DefaultChannelConfig
-
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
-
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.ChannelConfig
-
Sets the low water mark of the write buffer.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.DefaultChannelConfig
-
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
-
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.ChannelConfig
-
Set the
WriteBufferWaterMark
which is used for setting the high and low
water mark of the write buffer.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.DefaultChannelConfig
-
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
-
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.DuplexChannelConfig
-
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- setWriteSpinCount(int) - Method in interface io.netty.channel.ChannelConfig
-
- setWriteSpinCount(int) - Method in class io.netty.channel.DefaultChannelConfig
-
- setWriteSpinCount(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
- setWriteSpinCount(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- setWriteSpinCount(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
-
- setWriteSpinCount(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- setWriteSpinCount(int) - Method in interface io.netty.channel.socket.DuplexChannelConfig
-
- setWriteSpinCount(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
- setWriteSpinCount(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- shutdown() - Method in interface io.netty.channel.socket.DuplexChannel
-
Will shutdown the input and output sides of this channel.
- shutdown(ChannelPromise) - Method in interface io.netty.channel.socket.DuplexChannel
-
Will shutdown the input and output sides of this channel.
- shutdown() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- shutdown(ChannelPromise) - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- shutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- shutdown(ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- shutdown() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- shutdownInput() - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
Shutdown the input side of the channel.
- shutdownInput() - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
Shutdown the input side of this channel.
- shutdownInput() - Method in interface io.netty.channel.socket.DuplexChannel
-
- shutdownInput(ChannelPromise) - Method in interface io.netty.channel.socket.DuplexChannel
-
- shutdownInput() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- shutdownInput(ChannelPromise) - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- shutdownInput() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- shutdownInput(ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- shutdownOutput(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
Shutdown the output portion of the corresponding
Channel
.
- shutdownOutput() - Method in interface io.netty.channel.socket.DuplexChannel
-
- shutdownOutput(ChannelPromise) - Method in interface io.netty.channel.socket.DuplexChannel
-
- shutdownOutput() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- shutdownOutput(ChannelPromise) - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- shutdownOutput() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- shutdownOutput(ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- SimpleChannelInboundHandler<I> - Class in io.netty.channel
-
- SimpleChannelInboundHandler() - Constructor for class io.netty.channel.SimpleChannelInboundHandler
-
- SimpleChannelInboundHandler(boolean) - Constructor for class io.netty.channel.SimpleChannelInboundHandler
-
Create a new instance which will try to detect the types to match out of the type parameter of the class.
- SimpleChannelInboundHandler(Class<? extends I>) - Constructor for class io.netty.channel.SimpleChannelInboundHandler
-
- SimpleChannelInboundHandler(Class<? extends I>, boolean) - Constructor for class io.netty.channel.SimpleChannelInboundHandler
-
Create a new instance
- SimpleChannelPool - Class in io.netty.channel.pool
-
Simple
ChannelPool
implementation which will create new
Channel
s if someone tries to acquire
a
Channel
but none is in the pool atm.
- SimpleChannelPool(Bootstrap, ChannelPoolHandler) - Constructor for class io.netty.channel.pool.SimpleChannelPool
-
- SimpleChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker) - Constructor for class io.netty.channel.pool.SimpleChannelPool
-
Creates a new instance.
- SimpleChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, boolean) - Constructor for class io.netty.channel.pool.SimpleChannelPool
-
Creates a new instance.
- SimpleChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, boolean, boolean) - Constructor for class io.netty.channel.pool.SimpleChannelPool
-
Creates a new instance.
- SimpleUserEventChannelHandler<I> - Class in io.netty.channel
-
- SimpleUserEventChannelHandler() - Constructor for class io.netty.channel.SimpleUserEventChannelHandler
-
- SimpleUserEventChannelHandler(boolean) - Constructor for class io.netty.channel.SimpleUserEventChannelHandler
-
Create a new instance which will try to detect the types to match out of the type parameter of the class.
- SimpleUserEventChannelHandler(Class<? extends I>) - Constructor for class io.netty.channel.SimpleUserEventChannelHandler
-
- SimpleUserEventChannelHandler(Class<? extends I>, boolean) - Constructor for class io.netty.channel.SimpleUserEventChannelHandler
-
Create a new instance
- SINGLE_EVENTEXECUTOR_PER_GROUP - Static variable in class io.netty.channel.ChannelOption
-
- SingleThreadEventLoop - Class in io.netty.channel
-
Abstract base class for
EventLoop
s that execute all its submitted tasks in a single thread.
- SingleThreadEventLoop(EventLoopGroup, ThreadFactory, boolean) - Constructor for class io.netty.channel.SingleThreadEventLoop
-
- SingleThreadEventLoop(EventLoopGroup, Executor, boolean) - Constructor for class io.netty.channel.SingleThreadEventLoop
-
- SingleThreadEventLoop(EventLoopGroup, ThreadFactory, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.channel.SingleThreadEventLoop
-
- SingleThreadEventLoop(EventLoopGroup, Executor, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.channel.SingleThreadEventLoop
-
- SingleThreadEventLoop(EventLoopGroup, Executor, boolean, Queue<Runnable>, Queue<Runnable>, RejectedExecutionHandler) - Constructor for class io.netty.channel.SingleThreadEventLoop
-
- SingleThreadEventLoop.ChannelsReadOnlyIterator<T extends Channel> - Class in io.netty.channel
-
- size() - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
- size() - Method in class io.netty.channel.ChannelOutboundBuffer
-
- size() - Method in class io.netty.channel.group.DefaultChannelGroup
-
- size(Object) - Method in interface io.netty.channel.MessageSizeEstimator.Handle
-
Calculate the size of the given message.
- size() - Method in class io.netty.channel.PendingWriteQueue
-
Returns the number of pending write operations.
- size() - Method in class io.netty.channel.pool.AbstractChannelPoolMap
-
- 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 io.netty.channel.ChannelOption
-
- 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 io.netty.channel.ChannelOption
-
- SO_TIMEOUT - Static variable in class io.netty.channel.ChannelOption
-
- SO_TIMEOUT - Static variable in class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.
- SocketChannel - Interface in io.netty.channel.socket
-
- SocketChannelConfig - Interface in io.netty.channel.socket
-
- sync() - Method in interface io.netty.channel.ChannelFuture
-
- sync() - Method in interface io.netty.channel.ChannelProgressiveFuture
-
- sync() - Method in interface io.netty.channel.ChannelProgressivePromise
-
- sync() - Method in interface io.netty.channel.ChannelPromise
-
- sync() - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- sync() - Method in class io.netty.channel.DefaultChannelPromise
-
- sync() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- sync() - Method in interface io.netty.channel.group.ChannelGroupFuture
-
- sync() - Method in class io.netty.channel.VoidChannelPromise
-
- syncUninterruptibly() - Method in interface io.netty.channel.ChannelFuture
-
- syncUninterruptibly() - Method in interface io.netty.channel.ChannelProgressiveFuture
-
- syncUninterruptibly() - Method in interface io.netty.channel.ChannelProgressivePromise
-
- syncUninterruptibly() - Method in interface io.netty.channel.ChannelPromise
-
- syncUninterruptibly() - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- syncUninterruptibly() - Method in class io.netty.channel.DefaultChannelPromise
-
- syncUninterruptibly() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- syncUninterruptibly() - Method in interface io.netty.channel.group.ChannelGroupFuture
-
- syncUninterruptibly() - Method in class io.netty.channel.VoidChannelPromise
-