Uses of Class
io.netty.channel.AbstractChannel
Packages that use AbstractChannel
Package
Description
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).
A serial and parallel port communication transport based on RXTX.
NIO-based SCTP Channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based SCTP channel API implementation - recommended for
a small number of connections (< 1000).
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).
UDT Transport for NIO Channels.
io_uring is a high I/O performance scalable interface for fully
asynchronous Linux syscalls.
-
Uses of AbstractChannel in io.netty.channel
Subclasses of AbstractChannel in io.netty.channel -
Uses of AbstractChannel in io.netty.channel.embedded
Subclasses of AbstractChannel in io.netty.channel.embeddedModifier and TypeClassDescriptionclassBase class forChannelimplementations that are used in an embedded fashion. -
Uses of AbstractChannel in io.netty.channel.epoll
Subclasses of AbstractChannel in io.netty.channel.epollModifier and TypeClassDescriptionclassclassfinal classDatagramChannelimplementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.final classfinal classfinal classfinal classServerSocketChannelimplementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.final classSocketChannelimplementation that uses linux EPOLL Edge-Triggered Mode for maximal performance. -
Uses of AbstractChannel in io.netty.channel.kqueue
Subclasses of AbstractChannel in io.netty.channel.kqueueModifier and TypeClassDescriptionclassclassfinal classfinal classfinal classfinal classfinal classfinal class -
Uses of AbstractChannel in io.netty.channel.local
Subclasses of AbstractChannel in io.netty.channel.localModifier and TypeClassDescriptionclassAChannelfor the local transport.classAServerChannelfor the local transport which allows in VM communication. -
Uses of AbstractChannel in io.netty.channel.nio
Subclasses of AbstractChannel in io.netty.channel.nioModifier and TypeClassDescriptionclassAbstractNioChannelbase class forChannels that operate on bytes.classAbstract base class forChannelimplementations which use a Selector based approach.classAbstractNioChannelbase class forChannels that operate on messages. -
Uses of AbstractChannel in io.netty.channel.oio
Subclasses of AbstractChannel in io.netty.channel.oioModifier and TypeClassDescriptionclassDeprecated.use NIO / EPOLL / KQUEUE transport.classDeprecated.use NIO / EPOLL / KQUEUE transport.classDeprecated.use NIO / EPOLL / KQUEUE transport.classDeprecated.use NIO / EPOLL / KQUEUE transport. -
Uses of AbstractChannel in io.netty.channel.rxtx
Subclasses of AbstractChannel in io.netty.channel.rxtxModifier and TypeClassDescriptionclassDeprecated.this transport will be removed in the next major version. -
Uses of AbstractChannel in io.netty.channel.sctp.nio
Subclasses of AbstractChannel in io.netty.channel.sctp.nioModifier and TypeClassDescriptionclassSctpChannelimplementation which use non-blocking mode and allows to read / writeSctpMessages to the underlyingSctpChannel.classSctpServerChannelimplementation which use non-blocking mode to accept new connections and create theNioSctpChannelfor them. -
Uses of AbstractChannel in io.netty.channel.sctp.oio
Subclasses of AbstractChannel in io.netty.channel.sctp.oioModifier and TypeClassDescriptionclassDeprecated.useNioSctpChannel.classDeprecated.useNioSctpServerChannel. -
Uses of AbstractChannel in io.netty.channel.socket.nio
Subclasses of AbstractChannel in io.netty.channel.socket.nioModifier and TypeClassDescriptionfinal classAn NIO datagramChannelthat sends and receives anAddressedEnvelopeinvalid input: '<'ByteBuf, SocketAddress>.final classDuplexChannelwhich uses NIO selector based implementation to support UNIX Domain Sockets.final classAServerChannelimplementation which uses NIO selector based implementation to support UNIX Domain Sockets.classAServerSocketChannelimplementation which uses NIO selector based implementation to accept new connections.classSocketChannelwhich uses NIO selector based implementation. -
Uses of AbstractChannel in io.netty.channel.socket.oio
Subclasses of AbstractChannel in io.netty.channel.socket.oioModifier and TypeClassDescriptionclassDeprecated.use NIO / EPOLL / KQUEUE transport.classDeprecated.use NIO / EPOLL / KQUEUE transport.classDeprecated.use NIO / EPOLL / KQUEUE transport. -
Uses of AbstractChannel in io.netty.channel.udt.nio
Subclasses of AbstractChannel in io.netty.channel.udt.nioModifier and TypeClassDescriptionclassDeprecated.The UDT transport is no longer maintained and will be removed.classDeprecated.The UDT transport is no longer maintained and will be removed.classDeprecated.The UDT transport is no longer maintained and will be removed.classDeprecated.The UDT transport is no longer maintained and will be removed.classDeprecated.The UDT transport is no longer maintained and will be removed.classDeprecated.The UDT transport is no longer maintained and will be removed.classDeprecated.The UDT transport is no longer maintained and will be removed. -
Uses of AbstractChannel in io.netty.channel.uring
Subclasses of AbstractChannel in io.netty.channel.uringModifier and TypeClassDescriptionfinal classfinal classDomainSocketChannelimplementation that uses linux io_uringfinal classfinal classfinal class