Uses of Package
io.netty.util.internal
-
Packages that use io.netty.util.internal Package Description io.netty.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty.channel.kqueue BSD specific transport.io.netty.channel.socket Abstract TCP and UDP socket interfaces which extend the core channel API.io.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).io.netty.channel.socket.oio Old blocking I/O based socket channel API implementation - recommended for a small number of connections (< 1000).io.netty.channel.unix Unix specific transport.io.netty.handler.codec 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.io.netty.handler.codec.compression io.netty.handler.codec.dns DNS codec.io.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.io.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames.io.netty.handler.codec.http.websocketx.extensions Encoder, decoder, handshakers to handle WebSocket Extensions.io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames.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.codec.smtp SMTP codec.io.netty.handler.codec.socks Encoder, decoder and their related message types for Socks.io.netty.handler.codec.socksx.v4 Encoder, decoder and their related message types for SOCKSv4 protocol.io.netty.handler.codec.socksx.v5 Encoder, decoder and their related message types for SOCKSv5 protocol.io.netty.handler.codec.spdy Encoder, decoder, session handler and their related message types for the SPDY protocol.io.netty.handler.codec.stomp STOMP codecio.netty.handler.flow Package to control the flow of messages.io.netty.handler.ssl SSL · TLS implementation based onSSLEngine
io.netty.handler.ssl.ocsp Certificate validation using OCSPio.netty.handler.ssl.util Utility classes that helps easier development of TLS/SSL applications.io.netty.resolver Resolves an arbitrary string that represents the name of an endpoint into an address.io.netty.resolver.dns 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.io.netty.util Utility classes used across multiple packages.io.netty.util.concurrent Utility classes for concurrent / async tasks.io.netty.util.internal Internal-use-only utilities which is not allowed to be used outside Netty. -
Classes in io.netty.util.internal used by io.netty.buffer Class Description LongCounter Counter for long.ObjectPool Light-weight object pool.ObjectPool.Handle Handle for an pooledObject
that will be used to notify theObjectPool
once it can reuse the pooledObject
again.ReferenceCountUpdater Common logic forReferenceCounted
implementations -
Classes in io.netty.util.internal used by io.netty.channel Class Description ObjectPool Light-weight object pool.ObjectPool.Handle Handle for an pooledObject
that will be used to notify theObjectPool
once it can reuse the pooledObject
again.SuppressJava6Requirement Annotation to suppress the Java 6 source code requirement checks for a method.TypeParameterMatcher UnstableApi 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.epoll Class Description RecyclableArrayList A simple list which is recyclable.UnstableApi 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.kqueue Class Description UnstableApi 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.socket Class Description UnstableApi 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.socket.nio Class Description SuppressJava6Requirement Annotation to suppress the Java 6 source code requirement checks for a method.UnstableApi 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.socket.oio Class Description UnstableApi 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.unix Class Description UnstableApi 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 Class Description TypeParameterMatcher -
Classes in io.netty.util.internal used by io.netty.handler.codec.compression Class Description SuppressJava6Requirement 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.dns Class Description UnstableApi 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.http Class Description UnstableApi 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.http.websocketx Class Description SuppressJava6Requirement 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.http.websocketx.extensions Class Description UnstableApi 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.http2 Class Description DefaultPriorityQueue A priority queue which uses natural ordering of elements.PriorityQueue PriorityQueueNode Provides methods forDefaultPriorityQueue
to maintain internal state.SuppressJava6Requirement Annotation to suppress the Java 6 source code requirement checks for a method.UnstableApi 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.memcache Class Description UnstableApi 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.memcache.binary Class Description UnstableApi 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.redis Class Description UnstableApi 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.smtp Class Description UnstableApi 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.socks Class Description UnstableApi 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.socksx.v4 Class Description UnstableApi 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.socksx.v5 Class Description UnstableApi 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.spdy Class Description SuppressJava6Requirement 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.stomp Class Description AppendableCharSequence UnstableApi 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.flow Class Description ObjectPool Light-weight object pool.ObjectPool.Handle Handle for an pooledObject
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.ssl Class Description RecyclableArrayList A simple list which is recyclable.SuppressJava6Requirement Annotation to suppress the Java 6 source code requirement checks for a method.UnstableApi 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.ocsp Class Description UnstableApi 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.util Class Description SuppressJava6Requirement Annotation to suppress the Java 6 source code requirement checks for a method. -
Classes in io.netty.util.internal used by io.netty.resolver Class Description TypeParameterMatcher -
Classes in io.netty.util.internal used by io.netty.resolver.dns Class Description SuppressJava6Requirement Annotation to suppress the Java 6 source code requirement checks for a method. -
Classes in io.netty.util.internal used by io.netty.util Class Description ObjectPool.Handle Handle for an pooledObject
that will be used to notify theObjectPool
once it can reuse the pooledObject
again.ReferenceCountUpdater Common logic forReferenceCounted
implementationsUnstableApi 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.concurrent Class Description DefaultPriorityQueue A priority queue which uses natural ordering of elements.InternalThreadLocalMap The internal data structure that stores the thread-local variables for Netty and allFastThreadLocal
s.PriorityQueue PriorityQueueNode Provides methods forDefaultPriorityQueue
to maintain internal state.UnstableApi 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.internal Class Description AppendableCharSequence Cleaner Allows to free directByteBuffer
s.DefaultPriorityQueue A priority queue which uses natural ordering of elements.EmptyPriorityQueue IntegerHolder Deprecated.For removal in netty 4.2InternalThreadLocalMap The internal data structure that stores the thread-local variables for Netty and allFastThreadLocal
s.LongCounter Counter for long.ObjectCleaner.AutomaticCleanerReference ObjectPool Light-weight object pool.ObjectPool.Handle Handle for an pooledObject
that will be used to notify theObjectPool
once it can reuse the pooledObject
again.ObjectPool.ObjectCreator Creates a new Object which references the givenObjectPool.Handle
and callsObjectPool.Handle.recycle(Object)
once it can be re-used.PendingWrite Some pending write which should be picked up later.PlatformDependent.ThreadLocalRandomProvider PriorityQueue PriorityQueueNode Provides methods forDefaultPriorityQueue
to maintain internal state.RecyclableArrayList A simple list which is recyclable.SuppressJava6Requirement Annotation to suppress the Java 6 source code requirement checks for a method.ThreadLocalRandom A random number generator isolated to the current thread.TypeParameterMatcher UnpaddedInternalThreadLocalMap Deprecated.This class will be removed in the future.