Uses of Interface
io.netty.channel.ChannelOutboundInvoker
Packages that use ChannelOutboundInvoker
Package
Description
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
A virtual
Channel
that helps wrapping a series of handlers to
unit test the handlers or use them in non-I/O context.Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
A virtual transport that enables the communication between the two
parties in the same virtual machine.
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based channel API implementation - recommended for
a small number of connections (< 1000).
Abstract TCP and UDP socket interfaces which extend the core channel API.
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
Unix specific transport.
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
Handlers for sending and receiving HTTP/2 frames.
-
Uses of ChannelOutboundInvoker in io.netty.bootstrap
Classes in io.netty.bootstrap that implement ChannelOutboundInvoker -
Uses of ChannelOutboundInvoker in io.netty.channel
Subinterfaces of ChannelOutboundInvoker in io.netty.channelModifier and TypeInterfaceDescriptioninterface
A nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.interface
Enables aChannelHandler
to interact with itsChannelPipeline
and other handlers.interface
A list ofChannelHandler
s which handles or intercepts inbound events and outbound operations of aChannel
.interface
Classes in io.netty.channel that implement ChannelOutboundInvokerModifier and TypeClassDescriptionclass
A skeletalChannel
implementation.(package private) class
class
A skeletal server-sideChannel
implementation.private static class
(package private) final class
class
The defaultChannelPipeline
implementation.(package private) final class
(package private) final class
Fields in io.netty.channel declared as ChannelOutboundInvokerMethods in io.netty.channel that return ChannelOutboundInvokerModifier and TypeMethodDescriptionChannelOutboundInvoker.flush()
Request to flush all pending messages via this ChannelOutboundInvoker.ChannelOutboundInvoker.read()
Request to Read data from theChannel
into the first inbound buffer, triggers anChannelInboundHandler.channelRead(ChannelHandlerContext, Object)
event if data was read, and triggers achannelReadComplete
event so the handler can decide to continue reading.Methods in io.netty.channel with parameters of type ChannelOutboundInvokerModifier and TypeMethodDescriptionfinal void
AbstractCoalescingBufferQueue.releaseAndFailAll
(ChannelOutboundInvoker invoker, Throwable cause) Release all buffers in the queue and complete all listeners and promises. -
Uses of ChannelOutboundInvoker in io.netty.channel.embedded
Classes in io.netty.channel.embedded that implement ChannelOutboundInvokerModifier and TypeClassDescriptionclass
Base class forChannel
implementations that are used in an embedded fashion.private final class
-
Uses of ChannelOutboundInvoker in io.netty.channel.epoll
Classes in io.netty.channel.epoll that implement ChannelOutboundInvokerModifier and TypeClassDescription(package private) class
class
class
final class
DatagramChannel
implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.final class
final class
final class
final class
ServerSocketChannel
implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.final class
SocketChannel
implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance. -
Uses of ChannelOutboundInvoker in io.netty.channel.kqueue
Classes in io.netty.channel.kqueue that implement ChannelOutboundInvokerModifier and TypeClassDescription(package private) class
(package private) class
class
class
final class
final class
final class
final class
final class
final class
-
Uses of ChannelOutboundInvoker in io.netty.channel.local
Classes in io.netty.channel.local that implement ChannelOutboundInvokerModifier and TypeClassDescriptionclass
AChannel
for the local transport.class
AServerChannel
for the local transport which allows in VM communication. -
Uses of ChannelOutboundInvoker in io.netty.channel.nio
Classes in io.netty.channel.nio that implement ChannelOutboundInvokerModifier and TypeClassDescriptionclass
AbstractNioChannel
base class forChannel
s that operate on bytes.class
Abstract base class forChannel
implementations which use a Selector based approach.class
AbstractNioChannel
base class forChannel
s that operate on messages. -
Uses of ChannelOutboundInvoker in io.netty.channel.oio
Classes in io.netty.channel.oio that implement ChannelOutboundInvokerModifier and TypeClassDescriptionclass
Deprecated.use NIO / EPOLL / KQUEUE transport.class
Deprecated.use NIO / EPOLL / KQUEUE transport.class
Deprecated.use NIO / EPOLL / KQUEUE transport.class
Deprecated.use NIO / EPOLL / KQUEUE transport. -
Uses of ChannelOutboundInvoker in io.netty.channel.socket
Subinterfaces of ChannelOutboundInvoker in io.netty.channel.socketModifier and TypeInterfaceDescriptioninterface
A UDP/IPChannel
.interface
A duplexChannel
that has two sides that can be shutdown independently.interface
A TCP/IPServerChannel
which accepts incoming TCP/IP connections.interface
A TCP/IP socketChannel
. -
Uses of ChannelOutboundInvoker in io.netty.channel.socket.nio
Classes in io.netty.channel.socket.nio that implement ChannelOutboundInvokerModifier and TypeClassDescriptionfinal class
An NIO datagramChannel
that sends and receives anAddressedEnvelopeinvalid input: '<'ByteBuf, SocketAddress>
.class
AServerSocketChannel
implementation which uses NIO selector based implementation to accept new connections.class
SocketChannel
which uses NIO selector based implementation. -
Uses of ChannelOutboundInvoker in io.netty.channel.socket.oio
Classes in io.netty.channel.socket.oio that implement ChannelOutboundInvokerModifier and TypeClassDescriptionclass
Deprecated.use NIO / EPOLL / KQUEUE transport.class
Deprecated.use NIO / EPOLL / KQUEUE transport.class
Deprecated.use NIO / EPOLL / KQUEUE transport. -
Uses of ChannelOutboundInvoker in io.netty.channel.unix
Subinterfaces of ChannelOutboundInvoker in io.netty.channel.unixModifier and TypeInterfaceDescriptioninterface
AUnixChannel
that supports communication via UNIX domain datagram sockets.interface
AUnixChannel
that supports communication via Unix Domain Socket.interface
interface
Channel
that expose operations that are only present onUNIX
like systems. -
Uses of ChannelOutboundInvoker in io.netty.handler.codec.http.websocketx
Methods in io.netty.handler.codec.http.websocketx with parameters of type ChannelOutboundInvokerModifier and TypeMethodDescriptionprivate ChannelFuture
WebSocketClientHandshaker.close0
(ChannelOutboundInvoker invoker, Channel channel, CloseWebSocketFrame frame, ChannelPromise promise) private ChannelFuture
WebSocketServerHandshaker.close0
(ChannelOutboundInvoker invoker, CloseWebSocketFrame frame, ChannelPromise promise) -
Uses of ChannelOutboundInvoker in io.netty.handler.codec.http2
Subinterfaces of ChannelOutboundInvoker in io.netty.handler.codec.http2Classes in io.netty.handler.codec.http2 that implement ChannelOutboundInvokerModifier and TypeClassDescription(package private) class
private final class
Deprecated.private final class