程序包 | 说明 |
---|---|
io.netty.channel.udt.nio |
UDT Transport for NIO Channels.
|
io.netty.example.spdy.client |
This package contains an example SPDY HTTP client.
|
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.testsuite.transport |
Common test suite classes.
|
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.
|
限定符和类型 | 字段和说明 |
---|---|
protected static InternalLogger |
NioUdtAcceptorChannel.logger
已过时。
|
限定符和类型 | 字段和说明 |
---|---|
protected InternalLogger |
SpdyFrameLogger.logger |
限定符和类型 | 字段和说明 |
---|---|
protected static InternalLogger |
WebSocketServerHandshaker.logger |
限定符和类型 | 字段和说明 |
---|---|
protected InternalLogger |
LoggingHandler.logger |
限定符和类型 | 字段和说明 |
---|---|
protected InternalLogger |
AbstractTestsuiteTest.logger |
protected InternalLogger |
AbstractComboTestsuiteTest.logger |
限定符和类型 | 方法和说明 |
---|---|
static void |
PromiseNotificationUtil.tryCancel(Promise<?> p,
InternalLogger logger)
|
static void |
PromiseNotificationUtil.tryFailure(Promise<?> p,
java.lang.Throwable cause,
InternalLogger logger)
|
static <V> void |
PromiseNotificationUtil.trySuccess(Promise<? super V> p,
V result,
InternalLogger logger)
|
限定符和类型 | 类和说明 |
---|---|
class |
AbstractInternalLogger
A skeletal implementation of
InternalLogger . |
限定符和类型 | 方法和说明 |
---|---|
static InternalLogger |
InternalLoggerFactory.getInstance(java.lang.Class<?> clazz)
Creates a new logger instance with the name of the specified class.
|
static InternalLogger |
InternalLoggerFactory.getInstance(java.lang.String name)
Creates a new logger instance with the specified name.
|
InternalLogger |
Slf4JLoggerFactory.newInstance(java.lang.String name) |
InternalLogger |
Log4JLoggerFactory.newInstance(java.lang.String name) |
InternalLogger |
Log4J2LoggerFactory.newInstance(java.lang.String name) |
InternalLogger |
JdkLoggerFactory.newInstance(java.lang.String name) |
protected abstract InternalLogger |
InternalLoggerFactory.newInstance(java.lang.String name)
Creates a new logger instance with the specified name.
|
InternalLogger |
CommonsLoggerFactory.newInstance(java.lang.String name)
已过时。
|