程序包 | 说明 |
---|---|
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.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.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
io.netty.handler.ssl.ocsp |
OCSP stapling,
formally known as the TLS Certificate Status Request extension, is an
alternative approach to the Online Certificate Status Protocol (OCSP)
for checking the revocation status of X.509 digital certificates.
|
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.
|
类和说明 |
---|
UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
类和说明 |
---|
UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
类和说明 |
---|
UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
类和说明 |
---|
UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
类和说明 |
---|
UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
类和说明 |
---|
UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
类和说明 |
---|
UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
类和说明 |
---|
InternalThreadLocalMap
The internal data structure that stores the thread-local variables for Netty and all
FastThreadLocal s. |
UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
类和说明 |
---|
AppendableCharSequence |
IntegerHolder |
InternalThreadLocalMap
The internal data structure that stores the thread-local variables for Netty and all
FastThreadLocal s. |
LongCounter
Counter for long.
|
PendingWrite
Some pending write which should be picked up later.
|
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 |