| 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.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.dns |
DNS codec.
|
| io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
| 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.ssl |
SSL ·
TLS implementation based on
SSLEngine |
| 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.concurrent |
Utility classes for concurrent / async tasks.
|
| io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
| Class and Description |
|---|
| LongCounter
Counter for long.
|
| Class and Description |
|---|
| TypeParameterMatcher |
| UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
| Class and Description |
|---|
| UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
| Class and Description |
|---|
| TypeParameterMatcher |
| Class and Description |
|---|
| UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
| Class and Description |
|---|
| AppendableCharSequence |
| Class and Description |
|---|
| DefaultPriorityQueue
A priority queue which uses natural ordering of elements.
|
| PriorityQueue |
| PriorityQueueNode
Provides methods for
DefaultPriorityQueue to maintain internal state. |
| UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
| Class and Description |
|---|
| UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
| Class and Description |
|---|
| UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
| Class and Description |
|---|
| UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
| Class and Description |
|---|
| UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
| Class and Description |
|---|
| UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
| Class and Description |
|---|
| TypeParameterMatcher |
| UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
| Class and Description |
|---|
| UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
| Class and Description |
|---|
| InternalThreadLocalMap
The internal data structure that stores the thread-local variables for Netty and all
FastThreadLocals. |
| UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
| Class and Description |
|---|
| AppendableCharSequence |
| Cleaner
Allows to free direct
ByteBuffers. |
| DefaultPriorityQueue
A priority queue which uses natural ordering of elements.
|
| EmptyPriorityQueue |
| IntegerHolder |
| InternalThreadLocalMap
The internal data structure that stores the thread-local variables for Netty and all
FastThreadLocals. |
| LongCounter
Counter for long.
|
| PendingWrite
Some pending write which should be picked up later.
|
| PlatformDependent.ThreadLocalRandomProvider |
| PriorityQueue |
| PriorityQueueNode
Provides methods for
DefaultPriorityQueue to maintain internal state. |
| RecyclableArrayList
A simple list which is recyclable.
|
| ThreadLocalRandom
A random number generator isolated to the current thread.
|
| TypeParameterMatcher |
| UnpaddedInternalThreadLocalMap
The internal data structure that stores the thread-local variables for Netty and all
FastThreadLocals. |