Uses of Interface
io.netty.util.AttributeMap
Packages that use AttributeMap
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.
Abstract SCTP socket interfaces which extend the core channel API.
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).
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).
UDT Transport.
UDT Transport for NIO Channels.
Unix specific transport.
io_uring is a high I/O performance scalable interface for fully
asynchronous Linux syscalls.
Handlers for sending and receiving HTTP/2 frames.
QUIC implementation
Utility classes used across multiple packages.
-
Uses of AttributeMap in io.netty.channel
Subinterfaces of AttributeMap in io.netty.channelModifier and TypeInterfaceDescriptioninterfaceA nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.interfaceEnables aChannelHandlerto interact with itsChannelPipelineand other handlers.interfaceClasses in io.netty.channel that implement AttributeMap -
Uses of AttributeMap in io.netty.channel.embedded
Classes in io.netty.channel.embedded that implement AttributeMapModifier and TypeClassDescriptionclassBase class forChannelimplementations that are used in an embedded fashion. -
Uses of AttributeMap in io.netty.channel.epoll
Classes in io.netty.channel.epoll that implement AttributeMapModifier 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 AttributeMap in io.netty.channel.kqueue
Classes in io.netty.channel.kqueue that implement AttributeMapModifier and TypeClassDescriptionclassclassfinal classfinal classfinal classfinal classfinal classfinal class -
Uses of AttributeMap in io.netty.channel.local
Classes in io.netty.channel.local that implement AttributeMapModifier and TypeClassDescriptionclassAChannelfor the local transport.classAServerChannelfor the local transport which allows in VM communication. -
Uses of AttributeMap in io.netty.channel.nio
Classes in io.netty.channel.nio that implement AttributeMapModifier 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 AttributeMap in io.netty.channel.oio
Classes in io.netty.channel.oio that implement AttributeMapModifier 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 AttributeMap in io.netty.channel.rxtx
Classes in io.netty.channel.rxtx that implement AttributeMapModifier and TypeClassDescriptionclassDeprecated.this transport will be removed in the next major version. -
Uses of AttributeMap in io.netty.channel.sctp
Subinterfaces of AttributeMap in io.netty.channel.sctpModifier and TypeInterfaceDescriptioninterfaceA SCTP/IPChannelinterface for single SCTP association.interfaceA SCTP/IPServerChannelwhich accepts incoming SCTP/IP associations. -
Uses of AttributeMap in io.netty.channel.sctp.nio
Classes in io.netty.channel.sctp.nio that implement AttributeMapModifier 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 AttributeMap in io.netty.channel.sctp.oio
Classes in io.netty.channel.sctp.oio that implement AttributeMapModifier and TypeClassDescriptionclassDeprecated.useNioSctpChannel.classDeprecated.useNioSctpServerChannel. -
Uses of AttributeMap in io.netty.channel.socket
Subinterfaces of AttributeMap in io.netty.channel.socketModifier and TypeInterfaceDescriptioninterfaceA UDP/IPChannel.interfaceA duplexChannelthat has two sides that can be shutdown independently.interfaceA TCP/IPServerChannelwhich accepts incoming TCP/IP connections.interfaceA TCP/IP socketChannel. -
Uses of AttributeMap in io.netty.channel.socket.nio
Classes in io.netty.channel.socket.nio that implement AttributeMapModifier 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 AttributeMap in io.netty.channel.socket.oio
Classes in io.netty.channel.socket.oio that implement AttributeMapModifier and TypeClassDescriptionclassDeprecated.use NIO / EPOLL / KQUEUE transport.classDeprecated.use NIO / EPOLL / KQUEUE transport.classDeprecated.use NIO / EPOLL / KQUEUE transport. -
Uses of AttributeMap in io.netty.channel.udt
Subinterfaces of AttributeMap in io.netty.channel.udtModifier and TypeInterfaceDescriptioninterfaceDeprecated.The UDT transport is no longer maintained and will be removed.interfaceDeprecated.The UDT transport is no longer maintained and will be removed. -
Uses of AttributeMap in io.netty.channel.udt.nio
Classes in io.netty.channel.udt.nio that implement AttributeMapModifier 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 AttributeMap in io.netty.channel.unix
Subinterfaces of AttributeMap in io.netty.channel.unixModifier and TypeInterfaceDescriptioninterfaceAUnixChannelthat supports communication via UNIX domain datagram sockets.interfaceAUnixChannelthat supports communication via Unix Domain Socket.interfaceinterfaceChannelthat expose operations that are only present onUNIXlike systems. -
Uses of AttributeMap in io.netty.channel.uring
Classes in io.netty.channel.uring that implement AttributeMapModifier and TypeClassDescriptionfinal classfinal classDomainSocketChannelimplementation that uses linux io_uringfinal classfinal classfinal class -
Uses of AttributeMap in io.netty.handler.codec.http2
Subinterfaces of AttributeMap in io.netty.handler.codec.http2 -
Uses of AttributeMap in io.netty.handler.codec.quic
Subinterfaces of AttributeMap in io.netty.handler.codec.quic -
Uses of AttributeMap in io.netty.handler.ssl
Methods in io.netty.handler.ssl that return AttributeMapModifier and TypeMethodDescriptionfinal AttributeMapSslContext.attributes()Returns theAttributeMapthat belongs to thisSslContext. -
Uses of AttributeMap in io.netty.util
Classes in io.netty.util that implement AttributeMapModifier and TypeClassDescriptionclassDefaultAttributeMapimplementation which not exibit any blocking behaviour on attribute lookup while using a copy-on-write approach on the modify path.
Attributes lookup and remove exibitO(logn)time worst-case complexity, henceattribute::set(null)is to be preferred toremove.