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 onSSLEngine
-
-
Uses of AbstractReferenceCounted in io.netty.channel
Subclasses of AbstractReferenceCounted in io.netty.channel Modifier and Type Class Description class
DefaultFileRegion
-
Uses of AbstractReferenceCounted in io.netty.handler.codec.dns
Subclasses of AbstractReferenceCounted in io.netty.handler.codec.dns Modifier and Type Class Description class
AbstractDnsMessage
A skeletal implementation ofDnsMessage
.class
DatagramDnsQuery
ADnsQuery
implementation for UDP/IP.class
DatagramDnsResponse
ADnsResponse
implementation for UDP/IP.class
DefaultDnsQuery
The defaultDnsQuery
implementation.class
DefaultDnsResponse
The defaultDnsResponse
implementation. -
Uses of AbstractReferenceCounted in io.netty.handler.codec.haproxy
Subclasses of AbstractReferenceCounted in io.netty.handler.codec.haproxy Modifier and Type Class Description class
HAProxyMessage
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.multipart Modifier and Type Class Description class
AbstractDiskHttpData
Abstract Disk HttpData implementationclass
AbstractHttpData
Abstract HttpData implementationclass
AbstractMemoryHttpData
Abstract Memory HttpData implementationclass
DiskAttribute
Disk implementation of Attributesclass
DiskFileUpload
Disk FileUpload implementation that stores file into real filesclass
MemoryAttribute
Memory implementation of Attributesclass
MemoryFileUpload
Default FileUpload implementation that stores file into memory.
Warning: be aware of the memory limitation.class
MixedAttribute
Mixed implementation using both in Memory and in File with a limit of sizeclass
MixedFileUpload
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.memcache Modifier and Type Class Description class
AbstractMemcacheObject
The defaultMemcacheObject
implementation.class
DefaultLastMemcacheContent
The default implementation for theLastMemcacheContent
.class
DefaultMemcacheContent
The defaultMemcacheContent
implementation. -
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 class
AbstractBinaryMemcacheMessage
Default implementation of aBinaryMemcacheMessage
.class
DefaultBinaryMemcacheRequest
The default implementation of theBinaryMemcacheRequest
.class
DefaultBinaryMemcacheResponse
The default implementation of theBinaryMemcacheResponse
.class
DefaultFullBinaryMemcacheRequest
The default implementation of aFullBinaryMemcacheRequest
.class
DefaultFullBinaryMemcacheResponse
The 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 class
ArrayRedisMessage
Arrays of RESP. -
Uses of AbstractReferenceCounted in io.netty.handler.ssl
Subclasses of AbstractReferenceCounted in io.netty.handler.ssl Modifier and Type Class Description class
PemPrivateKey
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.
-