| 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.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 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.
|
| Modifier and Type | Field and Description |
|---|---|
private static InternalLogger |
CompleteChannelFuture.logger |
private static InternalLogger |
DefaultChannelFuture.logger |
(package private) static InternalLogger |
DefaultChannelPipeline.logger |
private static InternalLogger |
DefaultFileRegion.logger |
private static InternalLogger |
SimpleChannelHandler.logger |
private static InternalLogger |
SimpleChannelUpstreamHandler.logger |
| Modifier and Type | Field and Description |
|---|---|
private static InternalLogger |
DefaultChannelGroupFuture.logger |
| Modifier and Type | Field and Description |
|---|---|
private static InternalLogger |
LocalClientChannelSink.logger |
| Modifier and Type | Field and Description |
|---|---|
(package private) static InternalLogger |
HttpTunnelingServlet.logger |
| Modifier and Type | Field and Description |
|---|---|
private static InternalLogger |
AbstractNioBossPool.logger |
protected static InternalLogger |
AbstractNioSelector.logger
Internal Netty logger.
|
private static InternalLogger |
AbstractNioWorkerPool.logger |
private static InternalLogger |
DefaultNioDatagramChannelConfig.logger |
private static InternalLogger |
DefaultNioSocketChannelConfig.logger |
private static InternalLogger |
NioClientSocketChannel.logger |
(package private) static InternalLogger |
NioClientSocketPipelineSink.logger |
private static InternalLogger |
NioServerSocketChannel.logger |
private static InternalLogger |
SelectorUtil.logger |
| Modifier and Type | Field and Description |
|---|---|
private static InternalLogger |
OioServerSocketChannel.logger |
(package private) static InternalLogger |
OioServerSocketPipelineSink.logger |
| Modifier and Type | Field and Description |
|---|---|
private static InternalLogger |
AutobahnServerHandler.logger |
| Modifier and Type | Field and Description |
|---|---|
private InternalLogger |
CookieDecoder.logger
Deprecated.
|
private static InternalLogger |
HttpContentCompressor.logger |
| Modifier and Type | Field and Description |
|---|---|
private InternalLogger |
CookieDecoder.logger |
| Modifier and Type | Field and Description |
|---|---|
private static InternalLogger |
AbstractDiskHttpData.logger |
| Modifier and Type | Field and Description |
|---|---|
private static InternalLogger |
WebSocket08FrameDecoder.logger |
private static InternalLogger |
WebSocket08FrameEncoder.logger |
private static InternalLogger |
WebSocketClientHandshaker07.logger |
private static InternalLogger |
WebSocketClientHandshaker08.logger |
private static InternalLogger |
WebSocketClientHandshaker13.logger |
private static InternalLogger |
WebSocketServerHandshaker00.logger |
private static InternalLogger |
WebSocketServerHandshaker07.logger |
private static InternalLogger |
WebSocketServerHandshaker08.logger |
private static InternalLogger |
WebSocketServerHandshaker13.logger |
private static InternalLogger |
WebSocketServerProtocolHandshakeHandler.logger |
| Modifier and Type | Field and Description |
|---|---|
private static InternalLogger |
MemoryAwareThreadPoolExecutor.logger |
| Modifier and Type | Field and Description |
|---|---|
private static InternalLogger |
CIDR6.logger |
private static InternalLogger |
IpFilterRuleList.logger |
private static InternalLogger |
IpSubnet.logger |
private static InternalLogger |
PatternRule.logger |
| Modifier and Type | Field and Description |
|---|---|
private InternalLogger |
LoggingHandler.logger |
| Modifier and Type | Method and Description |
|---|---|
InternalLogger |
LoggingHandler.getLogger()
Returns the
InternalLogger that this handler uses to log
a ChannelEvent. |
| Modifier and Type | Field and Description |
|---|---|
private static InternalLogger |
JdkSslContext.logger |
private static InternalLogger |
OpenSsl.logger |
private static InternalLogger |
OpenSslEngine.logger |
private static InternalLogger |
OpenSslServerContext.logger |
private static InternalLogger |
PemReader.logger |
private static InternalLogger |
SslHandler.logger |
| Modifier and Type | Field and Description |
|---|---|
private static InternalLogger |
InsecureTrustManagerFactory.logger |
private static InternalLogger |
SelfSignedCertificate.logger |
| Modifier and Type | Field and Description |
|---|---|
private static InternalLogger |
ChunkedWriteHandler.logger |
| Modifier and Type | Field and Description |
|---|---|
(package private) static InternalLogger |
AbstractTrafficShapingHandler.logger
Internal logger
|
private static InternalLogger |
GlobalChannelTrafficShapingHandler.logger |
private static InternalLogger |
TrafficCounter.logger |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInternalLogger
A skeletal implementation of
InternalLogger. |
(package private) class |
CommonsLogger
Apache Commons Logging
logger.
|
(package private) class |
JBossLogger
JBoss Logging
logger.
|
(package private) class |
JdkLogger
java.util.logging
logger.
|
(package private) class |
Log4JLogger
Apache Log4J
logger.
|
(package private) class |
OsgiLogger
OSGi
LogService logger. |
(package private) class |
Slf4JLogger
SLF4J logger.
|
| Modifier and Type | Field and Description |
|---|---|
private InternalLogger |
OsgiLogger.fallback |
| Modifier and Type | Method and Description |
|---|---|
static InternalLogger |
InternalLoggerFactory.getInstance(java.lang.Class<?> clazz)
Creates a new logger instance with the name of the specified class.
|
static InternalLogger |
InternalLoggerFactory.getInstance(java.lang.String name)
Creates a new logger instance with the specified name.
|
InternalLogger |
CommonsLoggerFactory.newInstance(java.lang.String name) |
abstract InternalLogger |
InternalLoggerFactory.newInstance(java.lang.String name)
Creates a new logger instance with the specified name.
|
InternalLogger |
JBossLoggerFactory.newInstance(java.lang.String name) |
InternalLogger |
JdkLoggerFactory.newInstance(java.lang.String name) |
InternalLogger |
Log4JLoggerFactory.newInstance(java.lang.String name) |
InternalLogger |
OsgiLoggerFactory.newInstance(java.lang.String name) |
InternalLogger |
Slf4JLoggerFactory.newInstance(java.lang.String name) |
| Constructor and Description |
|---|
OsgiLogger(OsgiLoggerFactory parent,
java.lang.String name,
InternalLogger fallback) |
| Modifier and Type | Field and Description |
|---|---|
(package private) static InternalLogger |
HashedWheelTimer.logger |
private static InternalLogger |
NetUtil.logger
The logger being used by this class
|
private static InternalLogger |
ThreadRenamingRunnable.logger |
| Modifier and Type | Field and Description |
|---|---|
private static InternalLogger |
NativeLibraryLoader.logger |
private static InternalLogger |
SharedResourceMisuseDetector.logger |
private static InternalLogger |
SystemPropertyUtil.logger |