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.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.ssl.util |
Utility classes that helps easier development of TLS/SSL applications.
|
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.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
PooledByteBufAllocator.PoolThreadLocalCache |
Modifier and Type | Field and Description |
---|---|
private static FastThreadLocal<java.nio.CharBuffer> |
ByteBufUtil.CHAR_BUFFERS |
Modifier and Type | Field and Description |
---|---|
private static FastThreadLocal<java.util.Map<java.lang.Class<?>,java.lang.String>> |
DefaultChannelPipeline.nameCaches |
private static FastThreadLocal<java.nio.ByteBuffer[]> |
ChannelOutboundBuffer.NIO_BUFFERS |
Modifier and Type | Field and Description |
---|---|
private static FastThreadLocal<DateFormatter> |
DateFormatter.INSTANCES |
Modifier and Type | Field and Description |
---|---|
private static FastThreadLocal<SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi> |
SimpleTrustManagerFactory.CURRENT_SPI
SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi must have a reference to SimpleTrustManagerFactory
to delegate its callbacks back to SimpleTrustManagerFactory . |
private static FastThreadLocal<java.security.MessageDigest> |
FingerprintTrustManagerFactory.tlmd |
Modifier and Type | Field and Description |
---|---|
private FastThreadLocal<DnsServerAddressStream> |
DnsNameResolver.nameServerAddrStream |
Modifier and Type | Field and Description |
---|---|
private static FastThreadLocal<java.util.Map<Recycler.Stack<?>,Recycler.WeakOrderQueue>> |
Recycler.DELAYED_RECYCLED |
private FastThreadLocal<Recycler.Stack<T>> |
Recycler.threadLocal |
Modifier and Type | Field and Description |
---|---|
private static FastThreadLocal<java.util.Queue<java.lang.Runnable>> |
ImmediateEventExecutor.DELAYED_RUNNABLES
A Runnable will be queued if we are executing a Runnable.
|
private static FastThreadLocal<java.lang.Boolean> |
ImmediateEventExecutor.RUNNING
Set to
true if we are executing a runnable. |
Modifier and Type | Method and Description |
---|---|
private static void |
FastThreadLocal.addToVariablesToRemove(InternalThreadLocalMap threadLocalMap,
FastThreadLocal<?> variable) |
private static void |
FastThreadLocal.removeFromVariablesToRemove(InternalThreadLocalMap threadLocalMap,
FastThreadLocal<?> variable) |