Uses of Class
io.netty.util.AbstractReferenceCounted
-
Packages that use AbstractReferenceCounted Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.handler.codec.dns DNS codec.io.netty.handler.codec.haproxy Decodes an HAProxy proxy protocol headerio.netty.handler.codec.http.multipart HTTP multipart support.io.netty.handler.codec.memcache Common superset of ascii and binary classes.io.netty.handler.codec.memcache.binary Implementations and Interfaces for the Memcache Binary protocol.io.netty.handler.codec.redis Encoder, decoder for Redis.io.netty.handler.ssl SSL · TLS implementation based onSSLEngineio.netty.util Utility classes used across multiple packages. -
-
Uses of AbstractReferenceCounted in io.netty.channel
Subclasses of AbstractReferenceCounted in io.netty.channel Modifier and Type Class Description classDefaultFileRegion -
Uses of AbstractReferenceCounted in io.netty.handler.codec.dns
Subclasses of AbstractReferenceCounted in io.netty.handler.codec.dns Modifier and Type Class Description classAbstractDnsMessageA skeletal implementation ofDnsMessage.classDatagramDnsQueryADnsQueryimplementation for UDP/IP.classDatagramDnsResponseADnsResponseimplementation for UDP/IP.classDefaultDnsQueryThe defaultDnsQueryimplementation.classDefaultDnsResponseThe defaultDnsResponseimplementation. -
Uses of AbstractReferenceCounted in io.netty.handler.codec.haproxy
Subclasses of AbstractReferenceCounted in io.netty.handler.codec.haproxy Modifier and Type Class Description classHAProxyMessageMessage 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.multipart Modifier and Type Class Description classAbstractDiskHttpDataAbstract Disk HttpData implementationclassAbstractHttpDataAbstract HttpData implementationclassAbstractMemoryHttpDataAbstract Memory HttpData implementationclassDiskAttributeDisk implementation of AttributesclassDiskFileUploadDisk FileUpload implementation that stores file into real files(package private) classInternalAttributeThis Attribute is only for Encoder use to insert special command between object if needed (like Multipart Mixed mode)classMemoryAttributeMemory implementation of AttributesclassMemoryFileUploadDefault FileUpload implementation that stores file into memory.
Warning: be aware of the memory limitation. -
Uses of AbstractReferenceCounted in io.netty.handler.codec.memcache
Subclasses of AbstractReferenceCounted in io.netty.handler.codec.memcache Modifier and Type Class Description classAbstractMemcacheObjectThe defaultMemcacheObjectimplementation.classDefaultLastMemcacheContentThe default implementation for theLastMemcacheContent.classDefaultMemcacheContentThe defaultMemcacheContentimplementation. -
Uses of AbstractReferenceCounted in io.netty.handler.codec.memcache.binary
Subclasses of AbstractReferenceCounted in io.netty.handler.codec.memcache.binary Modifier and Type Class Description classAbstractBinaryMemcacheMessageDefault implementation of aBinaryMemcacheMessage.classDefaultBinaryMemcacheRequestThe default implementation of theBinaryMemcacheRequest.classDefaultBinaryMemcacheResponseThe default implementation of theBinaryMemcacheResponse.classDefaultFullBinaryMemcacheRequestThe default implementation of aFullBinaryMemcacheRequest.classDefaultFullBinaryMemcacheResponseThe default implementation of aFullBinaryMemcacheResponse. -
Uses of AbstractReferenceCounted in io.netty.handler.codec.redis
Subclasses of AbstractReferenceCounted in io.netty.handler.codec.redis Modifier and Type Class Description classArrayRedisMessageArrays of RESP. -
Uses of AbstractReferenceCounted in io.netty.handler.ssl
Subclasses of AbstractReferenceCounted in io.netty.handler.ssl Modifier and Type Class Description classPemPrivateKeyThis 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) classPemValueA PEM encoded value. -
Uses of AbstractReferenceCounted in io.netty.util
Fields in io.netty.util with type parameters of type AbstractReferenceCounted Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<AbstractReferenceCounted>AbstractReferenceCounted. AIF_UPDATERprivate static ReferenceCountUpdater<AbstractReferenceCounted>AbstractReferenceCounted. updater
-