Uses of Package
org.jboss.netty.logging

Packages that use org.jboss.netty.logging
Package
Description
The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.
A channel registry which helps a user maintain the list of open Channels and perform bulk operations on them.
A virtual transport that enables the communication between the two parties in the same virtual machine.
An HTTP-based client-side SocketChannel and its corresponding server-side Servlet implementation that make your existing server application work in a firewalled network.
NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based socket channel API implementation - recommended for a small number of connections (< 1000).
OSGi framework integration.
This package is intended for use with testing against the Python AutoBahn test suite.
Encoder, decoder and their related message types for HTTP.
This package contains Cookie related classes.
HTTP multipart support.
Encoder, decoder, handshakers and their related message types for Web Socket data frames.
Executor-based implementation of various thread models that separate business logic from I/O threads
Implementation of a Ip based Filter handlers.


Logs a ChannelEvent for debugging purpose using an InternalLogger.
SSL · TLS implementation based on SSLEngine
Utility classes that helps easier development of TLS/SSL applications.
Writes very large data stream asynchronously neither spending a lot of memory nor getting OutOfMemoryError.
Implementation of a Traffic Shaping Handler and Dynamic Statistics.


Simplistic internal-use-only logging layer which allows a user to decide what logging framework Netty should use.
Utility classes used across multiple packages.
Internal-use-only utilities which is not allowed to be used outside Netty.