程序包 | 说明 |
---|---|
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.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.channel.unix |
Unix specific transport.
|
io.netty.handler.codec.dns |
DNS codec.
|
io.netty.handler.codec.http |
Benchmarks for
io.netty.handler.codec.http . |
io.netty.handler.codec.http.websocketx.extensions |
Encoder, decoder, handshakers to handle
WebSocket Extensions.
|
io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2 . |
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.codec.stomp |
STOMP codec
|
io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
io.netty.handler.ssl.ocsp |
Certificate validation using OCSP
|
io.netty.handler.ssl.util |
Utility classes that helps easier development of TLS/SSL applications.
|
io.netty.testsuite.transport.socket |
Test suite classes for socket
|
io.netty.testsuite.util |
Utility classes that help testing a network application.
|
io.netty.util |
Benchmarks for
io.netty.util . |
io.netty.util.concurrent |
Benchmarks for
io.netty.util.concurrent . |
io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
类和说明 |
---|
SuppressJava6Requirement
Annotation to suppress the Java 6 source code requirement checks for a method.
|
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).
|
类和说明 |
---|
SuppressJava6Requirement
Annotation to suppress the Java 6 source code requirement checks for a method.
|
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).
|
类和说明 |
---|
SuppressJava6Requirement
Annotation to suppress the Java 6 source code requirement checks for a method.
|
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).
|
类和说明 |
---|
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).
|
类和说明 |
---|
SuppressJava6Requirement
Annotation to suppress the Java 6 source code requirement checks for a method.
|
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).
|
类和说明 |
---|
SuppressJava6Requirement
Annotation to suppress the Java 6 source code requirement checks for a method.
|
类和说明 |
---|
SuppressJava6Requirement
Annotation to suppress the Java 6 source code requirement checks for a method.
|
类和说明 |
---|
SuppressJava6Requirement
Annotation to suppress the Java 6 source code requirement checks for a method.
|
类和说明 |
---|
ObjectPool.Handle
Handle for an pooled
Object that will be used to notify the ObjectPool once it can
reuse the pooled Object again. |
SuppressJava6Requirement
Annotation to suppress the Java 6 source code requirement checks for a method.
|
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 |
DefaultPriorityQueue
A priority queue which uses natural ordering of elements.
|
EmptyPriorityQueue |
IntegerHolder
已过时。
For removal in netty 4.2
|
InternalThreadLocalMap
The internal data structure that stores the thread-local variables for Netty and all
FastThreadLocal s. |
LongCounter
Counter for long.
|
ObjectPool
Light-weight object pool.
|
ObjectPool.Handle
Handle for an pooled
Object that will be used to notify the ObjectPool once it can
reuse the pooled Object again. |
ObjectPool.ObjectCreator
Creates a new Object which references the given
ObjectPool.Handle and calls ObjectPool.Handle.recycle(Object) once
it can be re-used. |
PendingWrite
Some pending write which should be picked up later.
|
PriorityQueue |
PriorityQueueNode
Provides methods for
DefaultPriorityQueue to maintain internal state. |
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 |