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.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.ssl.util |
Utility classes that helps easier development of TLS/SSL applications.
|
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<NativeDatagramPacketArray> |
NativeDatagramPacketArray.ARRAY |
Modifier and Type | Field and Description |
---|---|
private static FastThreadLocal<HttpHeaderDateFormat> |
HttpHeaderDateFormat.dateFormatThreadLocal |
Modifier and Type | Field and Description |
---|---|
private static FastThreadLocal<java.security.MessageDigest> |
WebSocketUtil.MD5 |
private static FastThreadLocal<java.security.MessageDigest> |
WebSocketUtil.SHA1 |
Modifier and Type | Method and Description |
---|---|
private static byte[] |
WebSocketUtil.digest(FastThreadLocal<java.security.MessageDigest> digestFastThreadLocal,
byte[] data) |
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 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) |