Package | Description |
---|---|
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 |
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.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.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.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.haproxy |
Decodes an HAProxy proxy protocol header
|
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
io.netty.handler.codec.http.multipart |
HTTP multipart support.
|
io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
io.netty.util |
Utility classes used across multiple packages.
|
Class and Description |
---|
AttributeKey
Key which can be used to access
Attribute out of the AttributeMap . |
Class and Description |
---|
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
Class and Description |
---|
AbstractReferenceCounted
Abstract base class for classes wants to implement
ReferenceCounted . |
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
DefaultAttributeMap
Default
AttributeMap implementation which use simple synchronization per bucket to keep the memory overhead
as low as possible. |
IntSupplier
Represents a supplier of
int -valued results. |
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
UniqueName
Deprecated.
Known to have problems with class loaders.
Defines a name that must be unique in the map that is provided during construction.
|
Class and Description |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
DefaultAttributeMap
Default
AttributeMap implementation which use simple synchronization per bucket to keep the memory overhead
as low as possible. |
Class and Description |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
DefaultAttributeMap
Default
AttributeMap implementation which use simple synchronization per bucket to keep the memory overhead
as low as possible. |
UniqueName
Deprecated.
Known to have problems with class loaders.
Defines a name that must be unique in the map that is provided during construction.
|
Class and Description |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
DefaultAttributeMap
Default
AttributeMap implementation which use simple synchronization per bucket to keep the memory overhead
as low as possible. |
Class and Description |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
DefaultAttributeMap
Default
AttributeMap implementation which use simple synchronization per bucket to keep the memory overhead
as low as possible. |
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
Class and Description |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
DefaultAttributeMap
Default
AttributeMap implementation which use simple synchronization per bucket to keep the memory overhead
as low as possible. |
Class and Description |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
DefaultAttributeMap
Default
AttributeMap implementation which use simple synchronization per bucket to keep the memory overhead
as low as possible. |
UniqueName
Deprecated.
Known to have problems with class loaders.
Defines a name that must be unique in the map that is provided during construction.
|
Class and Description |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
UniqueName
Deprecated.
Known to have problems with class loaders.
Defines a name that must be unique in the map that is provided during construction.
|
Class and Description |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
DefaultAttributeMap
Default
AttributeMap implementation which use simple synchronization per bucket to keep the memory overhead
as low as possible. |
Class and Description |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
DefaultAttributeMap
Default
AttributeMap implementation which use simple synchronization per bucket to keep the memory overhead
as low as possible. |
Class and Description |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
Class and Description |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
DefaultAttributeMap
Default
AttributeMap implementation which use simple synchronization per bucket to keep the memory overhead
as low as possible. |
Class and Description |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
DefaultAttributeMap
Default
AttributeMap implementation which use simple synchronization per bucket to keep the memory overhead
as low as possible. |
Class and Description |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
UniqueName
Deprecated.
Known to have problems with class loaders.
Defines a name that must be unique in the map that is provided during construction.
|
Class and Description |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
DefaultAttributeMap
Default
AttributeMap implementation which use simple synchronization per bucket to keep the memory overhead
as low as possible. |
Class and Description |
---|
AttributeMap
Holds
Attribute s which can be accessed via AttributeKey . |
Class and Description |
---|
Signal
A special
Error which is used to signal some state or request by throwing it. |
Class and Description |
---|
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
Class and Description |
---|
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
Class and Description |
---|
AbstractReferenceCounted
Abstract base class for classes wants to implement
ReferenceCounted . |
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
Class and Description |
---|
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
Class and Description |
---|
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
Class and Description |
---|
AbstractReferenceCounted
Abstract base class for classes wants to implement
ReferenceCounted . |
DomainNameMapping
Maps a domain name to its associated value object.
|
ReferenceCounted
A reference-counted object that requires explicit deallocation.
|
Class and Description |
---|
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 . |
DomainMappingBuilder
Deprecated.
Use
DomainNameMappingBuilder instead. |
DomainNameMapping
Maps a domain name to its associated value object.
|
DomainNameMappingBuilder
Builder for immutable
DomainNameMapping instances. |
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
Deprecated.
please use
ResourceLeakTracker as it may lead to false-positives. |
ResourceLeakDetector |
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) . |
UniqueName
Deprecated.
Known to have problems with class loaders.
Defines a name that must be unique in the map that is provided during construction.
|
Version
Retrieves the version information of available Netty artifacts.
|
Copyright © 2008–2018 The Netty Project. All rights reserved.