Uses of Interface
org.jboss.netty.logging.InternalLogger
Packages that use InternalLogger
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).
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.
-
Uses of InternalLogger in org.jboss.netty.channel
Fields in org.jboss.netty.channel declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
CompleteChannelFuture.logger
private static final InternalLogger
DefaultChannelFuture.logger
(package private) static final InternalLogger
DefaultChannelPipeline.logger
private static final InternalLogger
DefaultFileRegion.logger
private static final InternalLogger
SimpleChannelHandler.logger
private static final InternalLogger
SimpleChannelUpstreamHandler.logger
-
Uses of InternalLogger in org.jboss.netty.channel.group
Fields in org.jboss.netty.channel.group declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
DefaultChannelGroupFuture.logger
-
Uses of InternalLogger in org.jboss.netty.channel.local
Fields in org.jboss.netty.channel.local declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
LocalClientChannelSink.logger
-
Uses of InternalLogger in org.jboss.netty.channel.socket.http
Fields in org.jboss.netty.channel.socket.http declared as InternalLoggerModifier and TypeFieldDescription(package private) static final InternalLogger
HttpTunnelingServlet.logger
-
Uses of InternalLogger in org.jboss.netty.channel.socket.nio
Fields in org.jboss.netty.channel.socket.nio declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
AbstractNioBossPool.logger
protected static final InternalLogger
AbstractNioSelector.logger
Internal Netty logger.private static final InternalLogger
AbstractNioWorkerPool.logger
private static final InternalLogger
DefaultNioDatagramChannelConfig.logger
private static final InternalLogger
DefaultNioSocketChannelConfig.logger
private static final InternalLogger
NioClientSocketChannel.logger
(package private) static final InternalLogger
NioClientSocketPipelineSink.logger
private static final InternalLogger
NioServerSocketChannel.logger
private static final InternalLogger
SelectorUtil.logger
-
Uses of InternalLogger in org.jboss.netty.channel.socket.oio
Fields in org.jboss.netty.channel.socket.oio declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
OioServerSocketChannel.logger
(package private) static final InternalLogger
OioServerSocketPipelineSink.logger
-
Uses of InternalLogger in org.jboss.netty.example.http.websocketx.autobahn
Fields in org.jboss.netty.example.http.websocketx.autobahn declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
AutobahnServerHandler.logger
-
Uses of InternalLogger in org.jboss.netty.handler.codec.http
Fields in org.jboss.netty.handler.codec.http declared as InternalLoggerModifier and TypeFieldDescriptionprivate final InternalLogger
CookieDecoder.logger
Deprecated.private static final InternalLogger
HttpContentCompressor.logger
-
Uses of InternalLogger in org.jboss.netty.handler.codec.http.cookie
Fields in org.jboss.netty.handler.codec.http.cookie declared as InternalLogger -
Uses of InternalLogger in org.jboss.netty.handler.codec.http.multipart
Fields in org.jboss.netty.handler.codec.http.multipart declared as InternalLogger -
Uses of InternalLogger in org.jboss.netty.handler.codec.http.websocketx
Fields in org.jboss.netty.handler.codec.http.websocketx declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
WebSocket08FrameDecoder.logger
private static final InternalLogger
WebSocket08FrameEncoder.logger
private static final InternalLogger
WebSocketClientHandshaker07.logger
private static final InternalLogger
WebSocketClientHandshaker08.logger
private static final InternalLogger
WebSocketClientHandshaker13.logger
private static final InternalLogger
WebSocketServerHandshaker00.logger
private static final InternalLogger
WebSocketServerHandshaker07.logger
private static final InternalLogger
WebSocketServerHandshaker08.logger
private static final InternalLogger
WebSocketServerHandshaker13.logger
private static final InternalLogger
WebSocketServerProtocolHandshakeHandler.logger
-
Uses of InternalLogger in org.jboss.netty.handler.execution
Fields in org.jboss.netty.handler.execution declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
MemoryAwareThreadPoolExecutor.logger
-
Uses of InternalLogger in org.jboss.netty.handler.ipfilter
Fields in org.jboss.netty.handler.ipfilter declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
CIDR6.logger
private static final InternalLogger
IpFilterRuleList.logger
private static final InternalLogger
IpSubnet.logger
private static final InternalLogger
PatternRule.logger
-
Uses of InternalLogger in org.jboss.netty.handler.logging
Fields in org.jboss.netty.handler.logging declared as InternalLoggerMethods in org.jboss.netty.handler.logging that return InternalLoggerModifier and TypeMethodDescriptionLoggingHandler.getLogger()
Returns theInternalLogger
that this handler uses to log aChannelEvent
. -
Uses of InternalLogger in org.jboss.netty.handler.ssl
Fields in org.jboss.netty.handler.ssl declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
JdkSslContext.logger
private static final InternalLogger
OpenSsl.logger
private static final InternalLogger
OpenSslEngine.logger
private static final InternalLogger
OpenSslServerContext.logger
private static final InternalLogger
PemReader.logger
private static final InternalLogger
SslHandler.logger
-
Uses of InternalLogger in org.jboss.netty.handler.ssl.util
Fields in org.jboss.netty.handler.ssl.util declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
InsecureTrustManagerFactory.logger
private static final InternalLogger
SelfSignedCertificate.logger
-
Uses of InternalLogger in org.jboss.netty.handler.stream
Fields in org.jboss.netty.handler.stream declared as InternalLogger -
Uses of InternalLogger in org.jboss.netty.handler.traffic
Fields in org.jboss.netty.handler.traffic declared as InternalLoggerModifier and TypeFieldDescription(package private) static InternalLogger
AbstractTrafficShapingHandler.logger
Internal loggerprivate static final InternalLogger
GlobalChannelTrafficShapingHandler.logger
private static final InternalLogger
TrafficCounter.logger
-
Uses of InternalLogger in org.jboss.netty.logging
Classes in org.jboss.netty.logging that implement InternalLoggerModifier and TypeClassDescriptionclass
A skeletal implementation ofInternalLogger
.(package private) class
Apache Commons Logging logger.(package private) class
JBoss Logging logger.(package private) class
java.util.logging logger.(package private) class
Apache Log4J logger.(package private) class
OSGiLogService
logger.(package private) class
SLF4J logger.Fields in org.jboss.netty.logging declared as InternalLoggerMethods in org.jboss.netty.logging that return InternalLoggerModifier and TypeMethodDescriptionstatic InternalLogger
InternalLoggerFactory.getInstance
(Class<?> clazz) Creates a new logger instance with the name of the specified class.static InternalLogger
InternalLoggerFactory.getInstance
(String name) Creates a new logger instance with the specified name.CommonsLoggerFactory.newInstance
(String name) abstract InternalLogger
InternalLoggerFactory.newInstance
(String name) Creates a new logger instance with the specified name.JBossLoggerFactory.newInstance
(String name) JdkLoggerFactory.newInstance
(String name) Log4JLoggerFactory.newInstance
(String name) OsgiLoggerFactory.newInstance
(String name) Slf4JLoggerFactory.newInstance
(String name) Constructors in org.jboss.netty.logging with parameters of type InternalLoggerModifierConstructorDescription(package private)
OsgiLogger
(OsgiLoggerFactory parent, String name, InternalLogger fallback) -
Uses of InternalLogger in org.jboss.netty.util
Fields in org.jboss.netty.util declared as InternalLoggerModifier and TypeFieldDescription(package private) static final InternalLogger
HashedWheelTimer.logger
private static final InternalLogger
NetUtil.logger
The logger being used by this classprivate static final InternalLogger
ThreadRenamingRunnable.logger
-
Uses of InternalLogger in org.jboss.netty.util.internal
Fields in org.jboss.netty.util.internal declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
NativeLibraryLoader.logger
private static final InternalLogger
SharedResourceMisuseDetector.logger
private static final InternalLogger
SystemPropertyUtil.logger