Package | Description |
---|---|
io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
io.netty.handler.logging |
Logs a
io.netty.channel.ChannelEvent for debugging purpose. |
io.netty.util.internal.logging |
Internal-use-only logging API which is not allowed to be used outside Netty.
|
Modifier and Type | Field and Description |
---|---|
protected static InternalLogger |
WebSocketServerHandshaker.logger |
Modifier and Type | Field and Description |
---|---|
protected InternalLogger |
LoggingHandler.logger |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInternalLogger
A skeletal implementation of
InternalLogger . |
Modifier and Type | Method and Description |
---|---|
static 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.
|
InternalLogger |
JdkLoggerFactory.newInstance(String name) |
protected abstract InternalLogger |
InternalLoggerFactory.newInstance(String name)
Creates a new logger instance with the specified name.
|
InternalLogger |
CommonsLoggerFactory.newInstance(String name) |
InternalLogger |
Log4JLoggerFactory.newInstance(String name) |
InternalLogger |
Slf4JLoggerFactory.newInstance(String name) |
Copyright © 2008–2015 The Netty Project. All rights reserved.