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.
-
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 implementationclassDisk implementation of AttributesclassDisk FileUpload implementation that stores file into real filesclassMemory 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 TypeClassDescriptionfinal 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.