Package | Description |
---|---|
io.netty.channel.udt.nio |
UDT Transport for NIO Channels.
|
io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
io.netty.handler.logging |
Logs the I/O events for debugging purpose.
|
io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
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 |
NioUdtAcceptorChannel.logger
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static InternalLogger |
WebSocketServerHandshaker.logger |
Modifier and Type | Field and Description |
---|---|
protected InternalLogger |
LoggingHandler.logger |
Modifier and Type | Method and Description |
---|---|
static void |
PromiseNotificationUtil.tryCancel(Promise<?> p,
InternalLogger logger)
|
static void |
PromiseNotificationUtil.tryFailure(Promise<?> p,
Throwable cause,
InternalLogger logger)
|
static <V> void |
PromiseNotificationUtil.trySuccess(Promise<? super V> p,
V result,
InternalLogger 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) |
InternalLogger |
Log4J2LoggerFactory.newInstance(String name) |
InternalLogger |
Slf4JLoggerFactory.newInstance(String name) |
protected abstract InternalLogger |
InternalLoggerFactory.newInstance(String name)
Creates a new logger instance with the specified name.
|
InternalLogger |
CommonsLoggerFactory.newInstance(String name)
Deprecated.
|
InternalLogger |
Log4JLoggerFactory.newInstance(String name) |
Copyright © 2008–2024 The Netty Project. All rights reserved.