Uses of Class
io.netty.util.DefaultAttributeMap
Packages that use DefaultAttributeMap
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).
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).
Handlers for sending and receiving HTTP/2 frames.
Utility classes used across multiple packages.
-
Uses of DefaultAttributeMap in io.netty.bootstrap
Subclasses of DefaultAttributeMap in io.netty.bootstrap -
Uses of DefaultAttributeMap in io.netty.channel
Subclasses of DefaultAttributeMap in io.netty.channel -
Uses of DefaultAttributeMap in io.netty.channel.embedded
Subclasses of DefaultAttributeMap in io.netty.channel.embeddedModifier and TypeClassDescriptionclassBase class forChannelimplementations that are used in an embedded fashion. -
Uses of DefaultAttributeMap in io.netty.channel.epoll
Subclasses of DefaultAttributeMap in io.netty.channel.epollModifier and TypeClassDescription(package private) classclassclassfinal 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 DefaultAttributeMap in io.netty.channel.kqueue
Subclasses of DefaultAttributeMap in io.netty.channel.kqueueModifier and TypeClassDescription(package private) class(package private) classclassclassfinal classfinal classfinal classfinal classfinal classfinal class -
Uses of DefaultAttributeMap in io.netty.channel.local
Subclasses of DefaultAttributeMap in io.netty.channel.localModifier and TypeClassDescriptionclassAChannelfor the local transport.classAServerChannelfor the local transport which allows in VM communication. -
Uses of DefaultAttributeMap in io.netty.channel.nio
Subclasses of DefaultAttributeMap 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 DefaultAttributeMap in io.netty.channel.oio
Subclasses of DefaultAttributeMap 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 DefaultAttributeMap in io.netty.channel.sctp.nio
Subclasses of DefaultAttributeMap 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 DefaultAttributeMap in io.netty.channel.sctp.oio
Subclasses of DefaultAttributeMap in io.netty.channel.sctp.oioModifier and TypeClassDescriptionclassDeprecated.useNioSctpChannel.classDeprecated.useNioSctpServerChannel. -
Uses of DefaultAttributeMap in io.netty.channel.socket.nio
Subclasses of DefaultAttributeMap 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 DefaultAttributeMap in io.netty.channel.socket.oio
Subclasses of DefaultAttributeMap 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 DefaultAttributeMap in io.netty.handler.codec.http2
Subclasses of DefaultAttributeMap in io.netty.handler.codec.http2Modifier and TypeClassDescription(package private) classprivate final classDeprecated.private final class -
Uses of DefaultAttributeMap in io.netty.util
Fields in io.netty.util declared as DefaultAttributeMapModifier and TypeFieldDescriptionprivate DefaultAttributeMapDefaultAttributeMap.DefaultAttribute.attributeMapFields in io.netty.util with type parameters of type DefaultAttributeMapModifier and TypeFieldDescriptionprivate static final AtomicReferenceFieldUpdater<DefaultAttributeMap, DefaultAttributeMap.DefaultAttribute[]> DefaultAttributeMap.ATTRIBUTES_UPDATERprivate static final AtomicReferenceFieldUpdater<DefaultAttributeMap.DefaultAttribute, DefaultAttributeMap> DefaultAttributeMap.DefaultAttribute.MAP_UPDATERConstructors in io.netty.util with parameters of type DefaultAttributeMapModifierConstructorDescription(package private)DefaultAttribute(DefaultAttributeMap attributeMap, AttributeKey<T> key)