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 TypeClassDescriptionclassA skeletal implementation ofDnsMessage.classADnsQueryimplementation for UDP/IP.classADnsResponseimplementation for UDP/IP.classThe defaultDnsQueryimplementation.classThe defaultDnsResponseimplementation. -
Uses of AbstractReferenceCounted in io.netty.handler.codec.haproxy
Subclasses of AbstractReferenceCounted in io.netty.handler.codec.haproxyModifier and TypeClassDescriptionfinal classMessage 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 TypeClassDescriptionclassAbstract Disk HttpData implementationclassAbstract HttpData implementationclassAbstract Memory HttpData implementation(package private) classAbstractMixedHttpData<D extends HttpData>classDisk implementation of AttributesclassDisk FileUpload implementation that stores file into real files(package private) final classThis Attribute is only for Encoder use to insert special command between object if needed (like Multipart Mixed mode)classMemory implementation of AttributesclassDefault FileUpload implementation that stores file into memory.
Warning: be aware of the memory limitation.classMixed implementation using both in Memory and in File with a limit of sizeclassMixed 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 TypeClassDescriptionclassThe defaultMemcacheObjectimplementation.classThe default implementation for theLastMemcacheContent.classThe defaultMemcacheContentimplementation. -
Uses of AbstractReferenceCounted in io.netty.handler.codec.memcache.binary
Subclasses of AbstractReferenceCounted in io.netty.handler.codec.memcache.binaryModifier and TypeClassDescriptionclassDefault implementation of aBinaryMemcacheMessage.classThe default implementation of theBinaryMemcacheRequest.classThe default implementation of theBinaryMemcacheResponse.classThe default implementation of aFullBinaryMemcacheRequest.classThe 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 classfinal classThis is a special purpose implementation of aPrivateKeywhich allows the user to pass PEM/PKCS#8 encoded key material straight intoOpenSslContextwithout having to parse and re-encode bytes in Java land.(package private) classA PEM encoded value.Fields in io.netty.handler.ssl declared as AbstractReferenceCountedModifier and TypeFieldDescriptionprivate final AbstractReferenceCountedReferenceCountedOpenSslContext.refCntprivate final AbstractReferenceCountedReferenceCountedOpenSslEngine.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_UPDATERprivate static final ReferenceCountUpdater<AbstractReferenceCounted> AbstractReferenceCounted.updater