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.
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
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 that helps easier development of TLS/SSL applications.
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.bufferClassDescriptionIndicates a public API that can change at any time (even in minor/bugfix releases).
-
Classes in io.netty.util.internal used by io.netty.channelClassDescriptionAnnotation to suppress the Java 6 source code requirement checks for a method.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.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.socket.nioClassDescriptionAnnotation to suppress the Java 6 source code requirement checks for a method.
-
Classes in io.netty.util.internal used by io.netty.channel.unixClassDescriptionIndicates 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.sslClassDescriptionAnnotation to suppress the Java 6 source code requirement checks for a method.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.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.handler.ssl.utilClassDescriptionAnnotation to suppress the Java 6 source code requirement checks for a method.
-
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.internalClassDescriptionA 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 all
FastThreadLocals.Counter for long.Light-weight object pool.Handle for an pooledObjectthat will be used to notify theObjectPoolonce it can reuse the pooledObjectagain.Creates a new Object which references the givenObjectPool.Handleand callsObjectPool.Handle.recycle(Object)once it can be re-used.Some pending write which should be picked up later.Provides methods forDefaultPriorityQueueto maintain internal state.A simple list which is recyclable.Annotation to suppress the Java 6 source code requirement checks for a method.A random number generator isolated to the current thread.