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.unix Unix specific transport.io.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.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.ssl SSL · TLS implementation based onSSLEngineio.netty.handler.ssl.ocsp Certificate validation using OCSPio.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 CleanableDirectBuffer Encapsulates a directByteBufferand its mechanism for immediate deallocation, if any.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 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.epoll 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.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.unix Class Description CleanableDirectBuffer Encapsulates a directByteBufferand its mechanism for immediate deallocation, if any.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.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.ssl 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.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.util Class Description ObjectPool.Handle Handle for an pooledObjectthat will be used to notify theObjectPoolonce it can reuse the pooledObjectagain.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.concurrent Class Description InternalThreadLocalMap The internal data structure that stores the thread-local variables for Netty and allFastThreadLocals.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 CleanableDirectBuffer Encapsulates a directByteBufferand its mechanism for immediate deallocation, if any.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 allFastThreadLocals.LongCounter Counter for long.LongLongHashMap ObjectPool Light-weight object pool.ObjectPool.Handle Handle for an pooledObjectthat will be used to notify theObjectPoolonce it can reuse the pooledObjectagain.ObjectPool.ObjectCreator Deprecated.For removal.PendingWrite Some pending write which should be picked up later.PriorityQueue PriorityQueueNode Provides methods forDefaultPriorityQueueto maintain internal state.RecyclableArrayList A simple list which is recyclable.ReferenceCountUpdater Common logic forReferenceCountedimplementationsReferenceCountUpdater.UpdaterType ThreadLocalRandom Deprecated.TypeParameterMatcher