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
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).
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 InternalLoggerCompleteChannelFuture.loggerprivate static final InternalLoggerDefaultChannelFuture.logger(package private) static final InternalLoggerDefaultChannelPipeline.loggerprivate static final InternalLoggerDefaultFileRegion.loggerprivate static final InternalLoggerSimpleChannelHandler.loggerprivate static final InternalLoggerSimpleChannelUpstreamHandler.logger -
Uses of InternalLogger in org.jboss.netty.channel.group
Fields in org.jboss.netty.channel.group declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLoggerDefaultChannelGroupFuture.logger -
Uses of InternalLogger in org.jboss.netty.channel.local
Fields in org.jboss.netty.channel.local declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLoggerLocalClientChannelSink.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 InternalLoggerHttpTunnelingServlet.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 InternalLoggerAbstractNioBossPool.loggerprotected static final InternalLoggerAbstractNioSelector.loggerInternal Netty logger.private static final InternalLoggerAbstractNioWorkerPool.loggerprivate static final InternalLoggerDefaultNioDatagramChannelConfig.loggerprivate static final InternalLoggerDefaultNioSocketChannelConfig.loggerprivate static final InternalLoggerNioClientSocketChannel.logger(package private) static final InternalLoggerNioClientSocketPipelineSink.loggerprivate static final InternalLoggerNioServerSocketChannel.loggerprivate static final InternalLoggerSelectorUtil.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 InternalLoggerOioServerSocketChannel.logger(package private) static final InternalLoggerOioServerSocketPipelineSink.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 InternalLoggerAutobahnServerHandler.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 InternalLoggerCookieDecoder.loggerDeprecated.private static final InternalLoggerHttpContentCompressor.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 InternalLoggerWebSocket08FrameDecoder.loggerprivate static final InternalLoggerWebSocket08FrameEncoder.loggerprivate static final InternalLoggerWebSocketClientHandshaker07.loggerprivate static final InternalLoggerWebSocketClientHandshaker08.loggerprivate static final InternalLoggerWebSocketClientHandshaker13.loggerprivate static final InternalLoggerWebSocketServerHandshaker00.loggerprivate static final InternalLoggerWebSocketServerHandshaker07.loggerprivate static final InternalLoggerWebSocketServerHandshaker08.loggerprivate static final InternalLoggerWebSocketServerHandshaker13.loggerprivate static final InternalLoggerWebSocketServerProtocolHandshakeHandler.logger -
Uses of InternalLogger in org.jboss.netty.handler.execution
Fields in org.jboss.netty.handler.execution declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLoggerMemoryAwareThreadPoolExecutor.logger -
Uses of InternalLogger in org.jboss.netty.handler.ipfilter
Fields in org.jboss.netty.handler.ipfilter declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLoggerCIDR6.loggerprivate static final InternalLoggerIpFilterRuleList.loggerprivate static final InternalLoggerIpSubnet.loggerprivate static final InternalLoggerPatternRule.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 theInternalLoggerthat 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 InternalLoggerJdkSslContext.loggerprivate static final InternalLoggerOpenSsl.loggerprivate static final InternalLoggerOpenSslEngine.loggerprivate static final InternalLoggerOpenSslServerContext.loggerprivate static final InternalLoggerPemReader.loggerprivate static final InternalLoggerSslHandler.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 InternalLoggerInsecureTrustManagerFactory.loggerprivate static final InternalLoggerSelfSignedCertificate.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 InternalLoggerAbstractTrafficShapingHandler.loggerInternal loggerprivate static final InternalLoggerGlobalChannelTrafficShapingHandler.loggerprivate static final InternalLoggerTrafficCounter.logger -
Uses of InternalLogger in org.jboss.netty.logging
Classes in org.jboss.netty.logging that implement InternalLoggerModifier and TypeClassDescriptionclassA skeletal implementation ofInternalLogger.(package private) classApache Commons Logging logger.(package private) classJBoss Logging logger.(package private) classjava.util.logging logger.(package private) classApache Log4J logger.(package private) classOSGiLogServicelogger.(package private) classSLF4J logger.Fields in org.jboss.netty.logging declared as InternalLoggerMethods in org.jboss.netty.logging that return InternalLoggerModifier and TypeMethodDescriptionstatic InternalLoggerInternalLoggerFactory.getInstance(Class<?> clazz) Creates a new logger instance with the name of the specified class.static InternalLoggerInternalLoggerFactory.getInstance(String name) Creates a new logger instance with the specified name.CommonsLoggerFactory.newInstance(String name) abstract InternalLoggerInternalLoggerFactory.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 InternalLoggerHashedWheelTimer.loggerprivate static final InternalLoggerNetUtil.loggerThe logger being used by this classprivate static final InternalLoggerThreadRenamingRunnable.logger -
Uses of InternalLogger in org.jboss.netty.util.internal
Fields in org.jboss.netty.util.internal declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLoggerNativeLibraryLoader.loggerprivate static final InternalLoggerSharedResourceMisuseDetector.loggerprivate static final InternalLoggerSystemPropertyUtil.logger