Uses of Package
io.netty.util.internal
Packages that use io.netty.util.internal
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
Unix specific transport.
Encoder, decoder and their related message types for HTTP.
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
Encoder, decoder for Redis.
SMTP codec.
Encoder, decoder and their related message types for Socks.
Encoder, decoder and their related message types for SOCKSv4 protocol.
Encoder, decoder and their related message types for SOCKSv5 protocol.
Certificate validation using OCSP
Utility classes used across multiple packages.
Utility classes for concurrent / async tasks.
Internal-use-only utilities which is not allowed to be used
outside Netty.
-
Classes in io.netty.util.internal used by io.netty.bufferClassDescriptionEncapsulates a direct
ByteBufferand its mechanism for immediate deallocation, if any.Indicates a public API that can change at any time (even in minor/bugfix releases). -
Classes in io.netty.util.internal used by io.netty.channelClassDescriptionIndicates a public API that can change at any time (even in minor/bugfix releases).
-
Classes in io.netty.util.internal used by io.netty.channel.epollClassDescriptionIndicates a public API that can change at any time (even in minor/bugfix releases).
-
Classes in io.netty.util.internal used by io.netty.channel.kqueueClassDescriptionIndicates a public API that can change at any time (even in minor/bugfix releases).
-
Classes in io.netty.util.internal used by io.netty.channel.unixClassDescriptionEncapsulates a direct
ByteBufferand its mechanism for immediate deallocation, if any.Indicates a public API that can change at any time (even in minor/bugfix releases). -
Classes in io.netty.util.internal used by io.netty.handler.codec.httpClassDescriptionIndicates a public API that can change at any time (even in minor/bugfix releases).
-
Classes in io.netty.util.internal used by io.netty.handler.codec.memcacheClassDescriptionIndicates a public API that can change at any time (even in minor/bugfix releases).
-
Classes in io.netty.util.internal used by io.netty.handler.codec.memcache.binaryClassDescriptionIndicates a public API that can change at any time (even in minor/bugfix releases).
-
Classes in io.netty.util.internal used by io.netty.handler.codec.redisClassDescriptionIndicates a public API that can change at any time (even in minor/bugfix releases).
-
Classes in io.netty.util.internal used by io.netty.handler.codec.smtpClassDescriptionIndicates a public API that can change at any time (even in minor/bugfix releases).
-
Classes in io.netty.util.internal used by io.netty.handler.codec.socksClassDescriptionIndicates a public API that can change at any time (even in minor/bugfix releases).
-
Classes in io.netty.util.internal used by io.netty.handler.codec.socksx.v4ClassDescriptionIndicates a public API that can change at any time (even in minor/bugfix releases).
-
Classes in io.netty.util.internal used by io.netty.handler.codec.socksx.v5ClassDescriptionIndicates a public API that can change at any time (even in minor/bugfix releases).
-
Classes in io.netty.util.internal used by io.netty.handler.sslClassDescriptionIndicates a public API that can change at any time (even in minor/bugfix releases).
-
Classes in io.netty.util.internal used by io.netty.handler.ssl.ocspClassDescriptionIndicates a public API that can change at any time (even in minor/bugfix releases).
-
Classes in io.netty.util.internal used by io.netty.utilClassDescriptionHandle for an pooled
Objectthat will be used to notify theObjectPoolonce it can reuse the pooledObjectagain.Indicates a public API that can change at any time (even in minor/bugfix releases). -
Classes in io.netty.util.internal used by io.netty.util.concurrentClassDescriptionThe internal data structure that stores the thread-local variables for Netty and all
FastThreadLocals.Indicates a public API that can change at any time (even in minor/bugfix releases). -
Classes in io.netty.util.internal used by io.netty.util.internalClassDescriptionEncapsulates a direct
ByteBufferand its mechanism for immediate deallocation, if any.A priority queue which uses natural ordering of elements.Deprecated.For removal in netty 4.2The internal data structure that stores the thread-local variables for Netty and allFastThreadLocals.Counter for long.Light-weight object pool.Handle for an pooledObjectthat will be used to notify theObjectPoolonce it can reuse the pooledObjectagain.Deprecated.For removal.Some pending write which should be picked up later.Provides methods forDefaultPriorityQueueto maintain internal state.A simple list which is recyclable.Monomorphic reference counter implementation that always use the most efficient available atomic updater.Deprecated.Instead of extending this class, prefer instead to include aRefCntfield and delegate to that.Deprecated.Deprecated.