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.
Extensible decoder and its common implementations which deal with the
packet fragmentation and reassembly issue found in a stream-based transport
such as TCP/IP.
Encoder, decoder and their related message types for HTTP.
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
Handlers for sending and receiving HTTP/2 frames.
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.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
STOMP codec
Package to control the flow of messages.
Certificate validation using OCSP
Utility classes that helps easier development of TLS/SSL applications.
Resolves an arbitrary string that represents the name of an endpoint into an address.
An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously,
which supports the queries of an arbitrary DNS record type as well.
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.bufferClassDescriptionCounter for long.Light-weight object pool.Handle for an pooled
Object
that will be used to notify theObjectPool
once it can reuse the pooledObject
again.Common logic forReferenceCounted
implementationsAnnotation 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.channelClassDescriptionLight-weight object pool.Handle for an pooled
Object
that will be used to notify theObjectPool
once it can reuse the pooledObject
again.Annotation 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.epollClassDescriptionA simple list which is recyclable.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.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
-
Classes in io.netty.util.internal used by io.netty.handler.codec.compressionClassDescriptionAnnotation to suppress the Java 6 source code requirement checks for a method.
-
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.http.websocketxClassDescriptionAnnotation to suppress the Java 6 source code requirement checks for a method.
-
Classes in io.netty.util.internal used by io.netty.handler.codec.http2ClassDescriptionA priority queue which uses natural ordering of elements.Provides methods for
DefaultPriorityQueue
to maintain internal state.Annotation to suppress the Java 6 source code requirement checks for a method. -
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.codec.spdyClassDescriptionAnnotation to suppress the Java 6 source code requirement checks for a method.
-
Classes in io.netty.util.internal used by io.netty.handler.codec.stomp
-
Classes in io.netty.util.internal used by io.netty.handler.flowClassDescriptionLight-weight object pool.Handle for an pooled
Object
that will be used to notify theObjectPool
once it can reuse the pooledObject
again. -
Classes in io.netty.util.internal used by io.netty.handler.sslClassDescriptionA simple list which is recyclable.Annotation 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.resolver
-
Classes in io.netty.util.internal used by io.netty.resolver.dnsClassDescriptionAnnotation 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
Object
that will be used to notify theObjectPool
once it can reuse the pooledObject
again.Common logic forReferenceCounted
implementationsIndicates 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.concurrentClassDescriptionA priority queue which uses natural ordering of elements.The internal data structure that stores the thread-local variables for Netty and all
FastThreadLocal
s.Provides methods forDefaultPriorityQueue
to maintain internal state.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.internalClassDescriptionAllows to free direct
ByteBuffer
s.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 allFastThreadLocal
s.Counter for long.Light-weight object pool.Handle for an pooledObject
that will be used to notify theObjectPool
once it can reuse the pooledObject
again.Creates a new Object which references the givenObjectPool.Handle
and callsObjectPool.Handle.recycle(Object)
once it can be re-used.Some pending write which should be picked up later.Provides methods forDefaultPriorityQueue
to 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.Deprecated.This class will be removed in the future.