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
Channel
s 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 threadsImplementation of a Ip based Filter handlers.
Logs a
ChannelEvent
for debugging purpose
using an InternalLogger
.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.
-
Classes in org.jboss.netty.logging used by org.jboss.netty.channel
-
Classes in org.jboss.netty.logging used by org.jboss.netty.channel.group
-
Classes in org.jboss.netty.logging used by org.jboss.netty.channel.local
-
Classes in org.jboss.netty.logging used by org.jboss.netty.channel.socket.http
-
Classes in org.jboss.netty.logging used by org.jboss.netty.channel.socket.nio
-
Classes in org.jboss.netty.logging used by org.jboss.netty.channel.socket.oio
-
Classes in org.jboss.netty.logging used by org.jboss.netty.container.osgi
-
Classes in org.jboss.netty.logging used by org.jboss.netty.example.http.websocketx.autobahn
-
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.codec.http
-
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.codec.http.cookie
-
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.codec.http.multipart
-
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.codec.http.websocketx
-
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.execution
-
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.ipfilter
-
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.loggingClassDescriptionInternal-use-only logger used by Netty.The log level that
InternalLogger
can log at. -
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.ssl
-
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.ssl.util
-
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.stream
-
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.traffic
-
Classes in org.jboss.netty.logging used by org.jboss.netty.loggingClassDescriptionA skeletal implementation of
InternalLogger
.Internal-use-only logger used by Netty.Creates anInternalLogger
or changes the default factory implementation.The log level thatInternalLogger
can log at.Logger factory which creates an OSGiLogService
logger. -
Classes in org.jboss.netty.logging used by org.jboss.netty.util
-
Classes in org.jboss.netty.logging used by org.jboss.netty.util.internal