| Package | Description |
|---|---|
| org.jboss.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
| org.jboss.netty.channel.group |
A channel registry which helps a user maintain the list of open
Channels and perform bulk operations on them. |
| org.jboss.netty.channel.local |
A virtual transport that enables the communication between the two
parties in the same virtual machine.
|
| org.jboss.netty.channel.socket.http |
An HTTP-based client-side
SocketChannel
and its corresponding server-side Servlet implementation that make your
existing server application work in a firewalled network. |
| org.jboss.netty.channel.socket.nio |
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
|
| org.jboss.netty.channel.socket.oio |
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
|
| org.jboss.netty.container.osgi |
OSGi framework integration.
|
| org.jboss.netty.example.http.websocketx.autobahn |
This package is intended for use with testing against the Python
AutoBahn test suite.
|
| org.jboss.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
| org.jboss.netty.handler.codec.http.multipart |
HTTP multipart support.
|
| org.jboss.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
| org.jboss.netty.handler.execution |
Executor-based implementation of various
thread models that separate business logic from I/O threads |
| org.jboss.netty.handler.ipfilter |
Implementation of a Ip based Filter handlers.
|
| org.jboss.netty.handler.logging |
Logs a
ChannelEvent for debugging purpose
using an InternalLogger. |
| org.jboss.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
| org.jboss.netty.handler.ssl.util |
Utility classes that helps easier development of TLS/SSL applications.
|
| org.jboss.netty.handler.stream |
Writes very large data stream asynchronously neither spending a lot of
memory nor getting
OutOfMemoryError. |
| org.jboss.netty.handler.traffic |
Implementation of a Traffic Shaping Handler and Dynamic Statistics.
|
| org.jboss.netty.logging |
Simplistic internal-use-only logging layer which allows a user to
decide what logging framework Netty should use.
|
| org.jboss.netty.util |
Utility classes used across multiple packages.
|
| org.jboss.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
| Class and Description |
|---|
| InternalLogger
Internal-use-only logger used by Netty.
|
| Class and Description |
|---|
| InternalLogger
Internal-use-only logger used by Netty.
|
| Class and Description |
|---|
| InternalLogger
Internal-use-only logger used by Netty.
|
| Class and Description |
|---|
| InternalLogger
Internal-use-only logger used by Netty.
|
| Class and Description |
|---|
| InternalLogger
Internal-use-only logger used by Netty.
|
| Class and Description |
|---|
| InternalLogger
Internal-use-only logger used by Netty.
|
| Class and Description |
|---|
| OsgiLoggerFactory
Logger factory which creates an OSGi
LogService logger. |
| Class and Description |
|---|
| InternalLogger
Internal-use-only logger used by Netty.
|
| Class and Description |
|---|
| InternalLogger
Internal-use-only logger used by Netty.
|
| Class and Description |
|---|
| InternalLogger
Internal-use-only logger used by Netty.
|
| Class and Description |
|---|
| InternalLogger
Internal-use-only logger used by Netty.
|
| Class and Description |
|---|
| InternalLogger
Internal-use-only logger used by Netty.
|
| Class and Description |
|---|
| InternalLogger
Internal-use-only logger used by Netty.
|
| Class and Description |
|---|
| InternalLogger
Internal-use-only logger used by Netty.
|
| InternalLogLevel
The log level that
InternalLogger can log at. |
| Class and Description |
|---|
| InternalLogger
Internal-use-only logger used by Netty.
|
| Class and Description |
|---|
| InternalLogger
Internal-use-only logger used by Netty.
|
| Class and Description |
|---|
| InternalLogger
Internal-use-only logger used by Netty.
|
| Class and Description |
|---|
| InternalLogger
Internal-use-only logger used by Netty.
|
| Class and Description |
|---|
| AbstractInternalLogger
A skeletal implementation of
InternalLogger. |
| InternalLogger
Internal-use-only logger used by Netty.
|
| InternalLoggerFactory
Creates an
InternalLogger or changes the default factory
implementation. |
| InternalLogLevel
The log level that
InternalLogger can log at. |
| OsgiLoggerFactory
Logger factory which creates an OSGi
LogService logger. |
| Class and Description |
|---|
| InternalLogger
Internal-use-only logger used by Netty.
|
| Class and Description |
|---|
| InternalLogger
Internal-use-only logger used by Netty.
|