Uses of Interface
org.jboss.netty.logging.InternalLogger
-
Packages that use InternalLogger 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 openChannels 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-sideSocketChanneland 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 threadsorg.jboss.netty.handler.ipfilter Implementation of a Ip based Filter handlers.
org.jboss.netty.handler.logging Logs aChannelEventfor debugging purpose using anInternalLogger.org.jboss.netty.handler.ssl SSL · TLS implementation based onSSLEngineorg.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. -
-
Uses of InternalLogger in org.jboss.netty.channel
Fields in org.jboss.netty.channel declared as InternalLogger Modifier and Type Field Description private static InternalLoggerCompleteChannelFuture. loggerprivate static InternalLoggerDefaultChannelFuture. logger(package private) static InternalLoggerDefaultChannelPipeline. loggerprivate static InternalLoggerDefaultFileRegion. loggerprivate static InternalLoggerSimpleChannelHandler. loggerprivate static InternalLoggerSimpleChannelUpstreamHandler. logger -
Uses of InternalLogger in org.jboss.netty.channel.group
Fields in org.jboss.netty.channel.group declared as InternalLogger Modifier and Type Field Description private static InternalLoggerDefaultChannelGroupFuture. logger -
Uses of InternalLogger in org.jboss.netty.channel.local
Fields in org.jboss.netty.channel.local declared as InternalLogger Modifier and Type Field Description private static InternalLoggerLocalClientChannelSink. logger -
Uses of InternalLogger in org.jboss.netty.channel.socket.http
Fields in org.jboss.netty.channel.socket.http declared as InternalLogger Modifier and Type Field Description (package private) static InternalLoggerHttpTunnelingServlet. logger -
Uses of InternalLogger in org.jboss.netty.channel.socket.nio
Fields in org.jboss.netty.channel.socket.nio declared as InternalLogger Modifier and Type Field Description private static InternalLoggerAbstractNioBossPool. loggerprotected static InternalLoggerAbstractNioSelector. loggerInternal Netty logger.private static InternalLoggerAbstractNioWorkerPool. loggerprivate static InternalLoggerDefaultNioDatagramChannelConfig. loggerprivate static InternalLoggerDefaultNioSocketChannelConfig. loggerprivate static InternalLoggerNioClientSocketChannel. logger(package private) static InternalLoggerNioClientSocketPipelineSink. loggerprivate static InternalLoggerNioServerSocketChannel. loggerprivate static InternalLoggerSelectorUtil. logger -
Uses of InternalLogger in org.jboss.netty.channel.socket.oio
Fields in org.jboss.netty.channel.socket.oio declared as InternalLogger Modifier and Type Field Description private static InternalLoggerOioServerSocketChannel. logger(package private) static InternalLoggerOioServerSocketPipelineSink. logger -
Uses of InternalLogger in org.jboss.netty.example.http.websocketx.autobahn
Fields in org.jboss.netty.example.http.websocketx.autobahn declared as InternalLogger Modifier and Type Field Description private static InternalLoggerAutobahnServerHandler. logger -
Uses of InternalLogger in org.jboss.netty.handler.codec.http
Fields in org.jboss.netty.handler.codec.http declared as InternalLogger Modifier and Type Field Description private InternalLoggerCookieDecoder. loggerDeprecated.private static 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 Modifier and Type Field Description private InternalLoggerCookieDecoder. logger -
Uses of InternalLogger in org.jboss.netty.handler.codec.http.multipart
Fields in org.jboss.netty.handler.codec.http.multipart declared as InternalLogger Modifier and Type Field Description private static InternalLoggerAbstractDiskHttpData. logger -
Uses of InternalLogger in org.jboss.netty.handler.codec.http.websocketx
Fields in org.jboss.netty.handler.codec.http.websocketx declared as InternalLogger Modifier and Type Field Description private static InternalLoggerWebSocket08FrameDecoder. loggerprivate static InternalLoggerWebSocket08FrameEncoder. loggerprivate static InternalLoggerWebSocketClientHandshaker07. loggerprivate static InternalLoggerWebSocketClientHandshaker08. loggerprivate static InternalLoggerWebSocketClientHandshaker13. loggerprivate static InternalLoggerWebSocketServerHandshaker00. loggerprivate static InternalLoggerWebSocketServerHandshaker07. loggerprivate static InternalLoggerWebSocketServerHandshaker08. loggerprivate static InternalLoggerWebSocketServerHandshaker13. loggerprivate static InternalLoggerWebSocketServerProtocolHandshakeHandler. logger -
Uses of InternalLogger in org.jboss.netty.handler.execution
Fields in org.jboss.netty.handler.execution declared as InternalLogger Modifier and Type Field Description private static InternalLoggerMemoryAwareThreadPoolExecutor. logger -
Uses of InternalLogger in org.jboss.netty.handler.ipfilter
Fields in org.jboss.netty.handler.ipfilter declared as InternalLogger Modifier and Type Field Description private static InternalLoggerCIDR6. loggerprivate static InternalLoggerIpFilterRuleList. loggerprivate static InternalLoggerIpSubnet. loggerprivate static InternalLoggerPatternRule. logger -
Uses of InternalLogger in org.jboss.netty.handler.logging
Fields in org.jboss.netty.handler.logging declared as InternalLogger Modifier and Type Field Description private InternalLoggerLoggingHandler. loggerMethods in org.jboss.netty.handler.logging that return InternalLogger Modifier and Type Method Description InternalLoggerLoggingHandler. 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 InternalLogger Modifier and Type Field Description private static InternalLoggerJdkSslContext. loggerprivate static InternalLoggerOpenSsl. loggerprivate static InternalLoggerOpenSslEngine. loggerprivate static InternalLoggerOpenSslServerContext. loggerprivate static InternalLoggerPemReader. loggerprivate static InternalLoggerSslHandler. logger -
Uses of InternalLogger in org.jboss.netty.handler.ssl.util
Fields in org.jboss.netty.handler.ssl.util declared as InternalLogger Modifier and Type Field Description private static InternalLoggerInsecureTrustManagerFactory. loggerprivate static InternalLoggerSelfSignedCertificate. logger -
Uses of InternalLogger in org.jboss.netty.handler.stream
Fields in org.jboss.netty.handler.stream declared as InternalLogger Modifier and Type Field Description private static InternalLoggerChunkedWriteHandler. logger -
Uses of InternalLogger in org.jboss.netty.handler.traffic
Fields in org.jboss.netty.handler.traffic declared as InternalLogger Modifier and Type Field Description (package private) static InternalLoggerAbstractTrafficShapingHandler. loggerInternal loggerprivate static InternalLoggerGlobalChannelTrafficShapingHandler. loggerprivate static InternalLoggerTrafficCounter. logger -
Uses of InternalLogger in org.jboss.netty.logging
Classes in org.jboss.netty.logging that implement InternalLogger Modifier and Type Class Description classAbstractInternalLoggerA skeletal implementation ofInternalLogger.(package private) classCommonsLoggerApache Commons Logging logger.(package private) classJBossLoggerJBoss Logging logger.(package private) classJdkLoggerjava.util.logging logger.(package private) classLog4JLoggerApache Log4J logger.(package private) classOsgiLoggerOSGiLogServicelogger.(package private) classSlf4JLoggerSLF4J logger.Fields in org.jboss.netty.logging declared as InternalLogger Modifier and Type Field Description private InternalLoggerOsgiLogger. fallbackMethods in org.jboss.netty.logging that return InternalLogger Modifier and Type Method Description static InternalLoggerInternalLoggerFactory. getInstance(java.lang.Class<?> clazz)Creates a new logger instance with the name of the specified class.static InternalLoggerInternalLoggerFactory. getInstance(java.lang.String name)Creates a new logger instance with the specified name.InternalLoggerCommonsLoggerFactory. newInstance(java.lang.String name)abstract InternalLoggerInternalLoggerFactory. newInstance(java.lang.String name)Creates a new logger instance with the specified name.InternalLoggerJBossLoggerFactory. newInstance(java.lang.String name)InternalLoggerJdkLoggerFactory. newInstance(java.lang.String name)InternalLoggerLog4JLoggerFactory. newInstance(java.lang.String name)InternalLoggerOsgiLoggerFactory. newInstance(java.lang.String name)InternalLoggerSlf4JLoggerFactory. newInstance(java.lang.String name)Constructors in org.jboss.netty.logging with parameters of type InternalLogger Constructor Description OsgiLogger(OsgiLoggerFactory parent, java.lang.String name, InternalLogger fallback) -
Uses of InternalLogger in org.jboss.netty.util
Fields in org.jboss.netty.util declared as InternalLogger Modifier and Type Field Description (package private) static InternalLoggerHashedWheelTimer. loggerprivate static InternalLoggerNetUtil. loggerThe logger being used by this classprivate static InternalLoggerThreadRenamingRunnable. logger -
Uses of InternalLogger in org.jboss.netty.util.internal
Fields in org.jboss.netty.util.internal declared as InternalLogger Modifier and Type Field Description private static InternalLoggerNativeLibraryLoader. loggerprivate static InternalLoggerSharedResourceMisuseDetector. loggerprivate static InternalLoggerSystemPropertyUtil. logger
-