Uses of Class
io.netty.util.AbstractReferenceCounted
Packages that use AbstractReferenceCounted
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
DNS codec.
Decodes an HAProxy proxy protocol header
HTTP multipart support.
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
Encoder, decoder for Redis.
Utility classes used across multiple packages.
-
Uses of AbstractReferenceCounted in io.netty.channel
Subclasses of AbstractReferenceCounted in io.netty.channelModifier and TypeClassDescriptionclass
-
Uses of AbstractReferenceCounted in io.netty.handler.codec.dns
Subclasses of AbstractReferenceCounted in io.netty.handler.codec.dnsModifier and TypeClassDescriptionclass
A skeletal implementation ofDnsMessage
.class
ADnsQuery
implementation for UDP/IP.class
ADnsResponse
implementation for UDP/IP.class
The defaultDnsQuery
implementation.class
The defaultDnsResponse
implementation. -
Uses of AbstractReferenceCounted in io.netty.handler.codec.haproxy
Subclasses of AbstractReferenceCounted in io.netty.handler.codec.haproxyModifier and TypeClassDescriptionfinal class
Message container for decoded HAProxy proxy protocol parameters -
Uses of AbstractReferenceCounted in io.netty.handler.codec.http.multipart
Subclasses of AbstractReferenceCounted in io.netty.handler.codec.http.multipartModifier and TypeClassDescriptionclass
Abstract Disk HttpData implementationclass
Abstract HttpData implementationclass
Abstract Memory HttpData implementation(package private) class
AbstractMixedHttpData<D extends HttpData>
class
Disk implementation of Attributesclass
Disk FileUpload implementation that stores file into real files(package private) final class
This Attribute is only for Encoder use to insert special command between object if needed (like Multipart Mixed mode)class
Memory implementation of Attributesclass
Default FileUpload implementation that stores file into memory.
Warning: be aware of the memory limitation.class
Mixed implementation using both in Memory and in File with a limit of sizeclass
Mixed implementation using both in Memory and in File with a limit of size -
Uses of AbstractReferenceCounted in io.netty.handler.codec.memcache
Subclasses of AbstractReferenceCounted in io.netty.handler.codec.memcacheModifier and TypeClassDescriptionclass
The defaultMemcacheObject
implementation.class
The default implementation for theLastMemcacheContent
.class
The defaultMemcacheContent
implementation. -
Uses of AbstractReferenceCounted in io.netty.handler.codec.memcache.binary
Subclasses of AbstractReferenceCounted in io.netty.handler.codec.memcache.binaryModifier and TypeClassDescriptionclass
Default implementation of aBinaryMemcacheMessage
.class
The default implementation of theBinaryMemcacheRequest
.class
The default implementation of theBinaryMemcacheResponse
.class
The default implementation of aFullBinaryMemcacheRequest
.class
The default implementation of aFullBinaryMemcacheResponse
. -
Uses of AbstractReferenceCounted in io.netty.handler.codec.redis
Subclasses of AbstractReferenceCounted in io.netty.handler.codec.redis -
Uses of AbstractReferenceCounted in io.netty.handler.ssl
Subclasses of AbstractReferenceCounted in io.netty.handler.sslModifier and TypeClassDescription(package private) final class
(package private) final class
(package private) final class
final class
This is a special purpose implementation of aPrivateKey
which allows the user to pass PEM/PKCS#8 encoded key material straight intoOpenSslContext
without having to parse and re-encode bytes in Java land.(package private) class
A PEM encoded value.Fields in io.netty.handler.ssl declared as AbstractReferenceCountedModifier and TypeFieldDescriptionprivate final AbstractReferenceCounted
ReferenceCountedOpenSslContext.refCnt
private final AbstractReferenceCounted
ReferenceCountedOpenSslEngine.refCnt
-
Uses of AbstractReferenceCounted in io.netty.util
Fields in io.netty.util with type parameters of type AbstractReferenceCountedModifier and TypeFieldDescriptionprivate static final AtomicIntegerFieldUpdater
<AbstractReferenceCounted> AbstractReferenceCounted.AIF_UPDATER
private static final ReferenceCountUpdater
<AbstractReferenceCounted> AbstractReferenceCounted.updater