程序包 | 说明 |
---|---|
io.netty.bootstrap |
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
|
io.netty.buffer |
Benchmarks for
io.netty.buffer . |
io.netty.buffer.search |
Utility classes for performing efficient substring search within
ByteBuf . |
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.embedded |
A virtual
Channel that helps wrapping a series of handlers to
unit test the handlers or use them in non-I/O context. |
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.local |
A virtual transport that enables the communication between the two
parties in the same virtual machine.
|
io.netty.channel.nio |
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
|
io.netty.channel.oio |
Old blocking I/O based channel API implementation - recommended for
a small number of connections (< 1000).
|
io.netty.channel.rxtx |
A serial and parallel port communication transport based on RXTX.
|
io.netty.channel.sctp |
Abstract SCTP socket interfaces which extend the core channel API.
|
io.netty.channel.sctp.nio |
NIO-based SCTP Channel
API implementation - recommended for a large number of connections (>= 1000).
|
io.netty.channel.sctp.oio |
Old blocking I/O based SCTP channel API implementation - recommended for
a small number of connections (< 1000).
|
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.udt |
UDT Transport.
|
io.netty.channel.udt.nio |
UDT Transport for NIO Channels.
|
io.netty.channel.unix |
Unix specific transport.
|
io.netty.example.stomp.websocket | |
io.netty.handler.codec |
Benchmarks for
io.netty.handler.codec . |
io.netty.handler.codec.dns |
DNS codec.
|
io.netty.handler.codec.haproxy |
Decodes an HAProxy proxy protocol header
|
io.netty.handler.codec.http |
Benchmarks for
io.netty.handler.codec.http . |
io.netty.handler.codec.http.multipart |
Benchmarks for
io.netty.handler.codec.http.multipart . |
io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
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.mqtt |
Benchmarks for
io.netty.handler.codec.mqtt . |
io.netty.handler.codec.redis |
Encoder, decoder for Redis.
|
io.netty.handler.codec.rtsp |
An RTSP
extension based on the HTTP codec.
|
io.netty.handler.codec.smtp |
SMTP codec.
|
io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY 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.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 |
Benchmarks for
io.netty.util . |
io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
类和说明 |
---|
AttributeKey
Key which can be used to access
Attribute out of the AttributeMap . |
类和说明 |
---|
AsciiString
A string which has been encoded into a character encoding whose character always takes a single byte, similarly to
ASCII.
|
ByteProcessor
Provides a mechanism to iterate over a collection of bytes.
|
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
ResourceLeakDetector.LeakListener |
类和说明 |
---|
ByteProcessor
Provides a mechanism to iterate over a collection of bytes.
|
类和说明 |
---|
AbstractConstant
Base implementation of
Constant . |
AbstractReferenceCounted
Abstract base class for classes wants to implement
ReferenceCounted . |
Attribute
An attribute which allows to store a value reference.
|
AttributeKey
Key which can be used to access
Attribute out of the AttributeMap . |
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
Constant
A singleton which is safe to compare via the
== operator. |
DefaultAttributeMap
Default
AttributeMap implementation which not exibit any blocking behaviour on attribute lookup while using a
copy-on-write approach on the modify path. |
IntSupplier
Represents a supplier of
int -valued results. |
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
UncheckedBooleanSupplier
Represents a supplier of
boolean -valued results which doesn't throw any checked exceptions. |
类和说明 |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
DefaultAttributeMap
Default
AttributeMap implementation which not exibit any blocking behaviour on attribute lookup while using a
copy-on-write approach on the modify path. |
类和说明 |
---|
AbstractConstant
Base implementation of
Constant . |
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
Constant
A singleton which is safe to compare via the
== operator. |
DefaultAttributeMap
Default
AttributeMap implementation which not exibit any blocking behaviour on attribute lookup while using a
copy-on-write approach on the modify path. |
类和说明 |
---|
AbstractConstant
Base implementation of
Constant . |
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
Constant
A singleton which is safe to compare via the
== operator. |
DefaultAttributeMap
Default
AttributeMap implementation which not exibit any blocking behaviour on attribute lookup while using a
copy-on-write approach on the modify path. |
类和说明 |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
DefaultAttributeMap
Default
AttributeMap implementation which not exibit any blocking behaviour on attribute lookup while using a
copy-on-write approach on the modify path. |
类和说明 |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
DefaultAttributeMap
Default
AttributeMap implementation which not exibit any blocking behaviour on attribute lookup while using a
copy-on-write approach on the modify path. |
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
类和说明 |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
DefaultAttributeMap
Default
AttributeMap implementation which not exibit any blocking behaviour on attribute lookup while using a
copy-on-write approach on the modify path. |
类和说明 |
---|
AbstractConstant
Base implementation of
Constant . |
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
Constant
A singleton which is safe to compare via the
== operator. |
DefaultAttributeMap
Default
AttributeMap implementation which not exibit any blocking behaviour on attribute lookup while using a
copy-on-write approach on the modify path. |
类和说明 |
---|
AbstractConstant
Base implementation of
Constant . |
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
Constant
A singleton which is safe to compare via the
== operator. |
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
类和说明 |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
DefaultAttributeMap
Default
AttributeMap implementation which not exibit any blocking behaviour on attribute lookup while using a
copy-on-write approach on the modify path. |
类和说明 |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
DefaultAttributeMap
Default
AttributeMap implementation which not exibit any blocking behaviour on attribute lookup while using a
copy-on-write approach on the modify path. |
类和说明 |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
类和说明 |
---|
AbstractConstant
Base implementation of
Constant . |
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
Constant
A singleton which is safe to compare via the
== operator. |
DefaultAttributeMap
Default
AttributeMap implementation which not exibit any blocking behaviour on attribute lookup while using a
copy-on-write approach on the modify path. |
类和说明 |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
DefaultAttributeMap
Default
AttributeMap implementation which not exibit any blocking behaviour on attribute lookup while using a
copy-on-write approach on the modify path. |
类和说明 |
---|
AbstractConstant
Base implementation of
Constant . |
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
Constant
A singleton which is safe to compare via the
== operator. |
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
类和说明 |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
DefaultAttributeMap
Default
AttributeMap implementation which not exibit any blocking behaviour on attribute lookup while using a
copy-on-write approach on the modify path. |
类和说明 |
---|
AbstractConstant
Base implementation of
Constant . |
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
Constant
A singleton which is safe to compare via the
== operator. |
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
类和说明 |
---|
AttributeKey
Key which can be used to access
Attribute out of the AttributeMap . |
类和说明 |
---|
HashingStrategy
Abstraction for hash code generation and equality comparison.
|
Signal
A special
Error which is used to signal some state or request by throwing it. |
类和说明 |
---|
AbstractReferenceCounted
Abstract base class for classes wants to implement
ReferenceCounted . |
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
类和说明 |
---|
AbstractReferenceCounted
Abstract base class for classes wants to implement
ReferenceCounted . |
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
类和说明 |
---|
AsciiString
A string which has been encoded into a character encoding whose character always takes a single byte, similarly to
ASCII.
|
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
类和说明 |
---|
AbstractReferenceCounted
Abstract base class for classes wants to implement
ReferenceCounted . |
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
类和说明 |
---|
AsciiString
A string which has been encoded into a character encoding whose character always takes a single byte, similarly to
ASCII.
|
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
类和说明 |
---|
AsciiString
A string which has been encoded into a character encoding whose character always takes a single byte, similarly to
ASCII.
|
AttributeKey
Key which can be used to access
Attribute out of the AttributeMap . |
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
类和说明 |
---|
AbstractReferenceCounted
Abstract base class for classes wants to implement
ReferenceCounted . |
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
类和说明 |
---|
AbstractReferenceCounted
Abstract base class for classes wants to implement
ReferenceCounted . |
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
类和说明 |
---|
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
类和说明 |
---|
AbstractReferenceCounted
Abstract base class for classes wants to implement
ReferenceCounted . |
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
类和说明 |
---|
AsciiString
A string which has been encoded into a character encoding whose character always takes a single byte, similarly to
ASCII.
|
类和说明 |
---|
AsciiString
A string which has been encoded into a character encoding whose character always takes a single byte, similarly to
ASCII.
|
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
类和说明 |
---|
AsciiString
A string which has been encoded into a character encoding whose character always takes a single byte, similarly to
ASCII.
|
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
类和说明 |
---|
AsciiString
A string which has been encoded into a character encoding whose character always takes a single byte, similarly to
ASCII.
|
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
类和说明 |
---|
AbstractConstant
Base implementation of
Constant . |
AbstractReferenceCounted
Abstract base class for classes wants to implement
ReferenceCounted . |
AsyncMapping |
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
Constant
A singleton which is safe to compare via the
== operator. |
DomainNameMapping
已过时。
|
Mapping
Maintains the mapping from the objects of one type to the objects of the other type.
|
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
类和说明 |
---|
AttributeKey
Key which can be used to access
Attribute out of the AttributeMap . |
类和说明 |
---|
AttributeKey
Key which can be used to access
Attribute out of the AttributeMap . |
类和说明 |
---|
AbstractConstant
Base implementation of
Constant . |
AsciiString
A string which has been encoded into a character encoding whose character always takes a single byte, similarly to
ASCII.
|
Attribute
An attribute which allows to store a value reference.
|
AttributeKey
Key which can be used to access
Attribute out of the AttributeMap . |
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
BooleanSupplier
Represents a supplier of
boolean -valued results. |
ByteProcessor
Provides a mechanism to iterate over a collection of bytes.
|
Constant
A singleton which is safe to compare via the
== operator. |
DefaultAttributeMapBenchmark.KeySequence |
DomainMappingBuilder
已过时。
Use
DomainWildcardMappingBuilder instead. |
DomainNameMapping
已过时。
|
DomainNameMappingBuilder
已过时。
|
DomainWildcardMappingBuilder
Builder that allows to build
Mapping s that support
DNS wildcard matching. |
HashingStrategy
Abstraction for hash code generation and equality comparison.
|
Mapping
Maintains the mapping from the objects of one type to the objects of the other type.
|
Recycler.Handle |
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
ResourceLeak
已过时。
please use
ResourceLeakTracker as it may lead to false-positives. |
ResourceLeakDetector |
ResourceLeakDetector.LeakListener |
ResourceLeakDetector.Level
Represents the level of resource leak detection.
|
ResourceLeakDetectorFactory
This static factory should be used to load
ResourceLeakDetector s as needed |
ResourceLeakTracker |
Signal
A special
Error which is used to signal some state or request by throwing it. |
Timeout |
Timer
Schedules
TimerTask s for one-time future execution in a background
thread. |
TimerTask
A task which is executed after the delay specified with
Timer.newTimeout(TimerTask, long, TimeUnit) . |
UncheckedBooleanSupplier
Represents a supplier of
boolean -valued results which doesn't throw any checked exceptions. |
Version
Retrieves the version information of available Netty artifacts.
|
类和说明 |
---|
AsciiString
A string which has been encoded into a character encoding whose character always takes a single byte, similarly to
ASCII.
|
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|