Uses of Package
org.jboss.netty.logging
-
Packages that use org.jboss.netty.logging 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 openChannel
s 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-sideSocketChannel
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.cookie This package contains Cookie related classes.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 threadsorg.jboss.netty.handler.ipfilter Implementation of a Ip based Filter handlers.
org.jboss.netty.handler.logging Logs aChannelEvent
for debugging purpose using anInternalLogger
.org.jboss.netty.handler.ssl SSL · TLS implementation based onSSLEngine
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 gettingOutOfMemoryError
.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. -
Classes in org.jboss.netty.logging used by org.jboss.netty.channel Class Description InternalLogger Internal-use-only logger used by Netty. -
Classes in org.jboss.netty.logging used by org.jboss.netty.channel.group Class Description InternalLogger Internal-use-only logger used by Netty. -
Classes in org.jboss.netty.logging used by org.jboss.netty.channel.local Class Description InternalLogger Internal-use-only logger used by Netty. -
Classes in org.jboss.netty.logging used by org.jboss.netty.channel.socket.http Class Description InternalLogger Internal-use-only logger used by Netty. -
Classes in org.jboss.netty.logging used by org.jboss.netty.channel.socket.nio Class Description InternalLogger Internal-use-only logger used by Netty. -
Classes in org.jboss.netty.logging used by org.jboss.netty.channel.socket.oio Class Description InternalLogger Internal-use-only logger used by Netty. -
Classes in org.jboss.netty.logging used by org.jboss.netty.container.osgi Class Description OsgiLoggerFactory Logger factory which creates an OSGiLogService
logger. -
Classes in org.jboss.netty.logging used by org.jboss.netty.example.http.websocketx.autobahn Class Description InternalLogger Internal-use-only logger used by Netty. -
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.codec.http Class Description InternalLogger Internal-use-only logger used by Netty. -
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.codec.http.cookie Class Description InternalLogger Internal-use-only logger used by Netty. -
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.codec.http.multipart Class Description InternalLogger Internal-use-only logger used by Netty. -
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.codec.http.websocketx Class Description InternalLogger Internal-use-only logger used by Netty. -
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.execution Class Description InternalLogger Internal-use-only logger used by Netty. -
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.ipfilter Class Description InternalLogger Internal-use-only logger used by Netty. -
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.logging Class Description InternalLogger Internal-use-only logger used by Netty.InternalLogLevel The log level thatInternalLogger
can log at. -
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.ssl Class Description InternalLogger Internal-use-only logger used by Netty. -
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.ssl.util Class Description InternalLogger Internal-use-only logger used by Netty. -
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.stream Class Description InternalLogger Internal-use-only logger used by Netty. -
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.traffic Class Description InternalLogger Internal-use-only logger used by Netty. -
Classes in org.jboss.netty.logging used by org.jboss.netty.logging Class Description AbstractInternalLogger A skeletal implementation ofInternalLogger
.InternalLogger Internal-use-only logger used by Netty.InternalLoggerFactory Creates anInternalLogger
or changes the default factory implementation.InternalLogLevel The log level thatInternalLogger
can log at.OsgiLoggerFactory Logger factory which creates an OSGiLogService
logger. -
Classes in org.jboss.netty.logging used by org.jboss.netty.util Class Description InternalLogger Internal-use-only logger used by Netty. -
Classes in org.jboss.netty.logging used by org.jboss.netty.util.internal Class Description InternalLogger Internal-use-only logger used by Netty.