Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
io.netty.handler.logging |
Logs the I/O events for debugging purpose.
|
io.netty.resolver.dns |
An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously,
which supports the queries of an arbitrary DNS record type as well.
|
Constructor and Description |
---|
Http2FrameLogger(LogLevel level) |
Http2FrameLogger(LogLevel level,
Class<?> clazz) |
Http2FrameLogger(LogLevel level,
String name) |
Modifier and Type | Method and Description |
---|---|
LogLevel |
LoggingHandler.level()
Returns the
LogLevel that this handler uses to log |
static LogLevel |
LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LoggingHandler(Class<?> clazz,
LogLevel level)
Creates a new instance with the specified logger name.
|
LoggingHandler(Class<?> clazz,
LogLevel level,
ByteBufFormat byteBufFormat)
Creates a new instance with the specified logger name.
|
LoggingHandler(LogLevel level)
Creates a new instance whose logger name is the fully qualified class
name of the instance.
|
LoggingHandler(LogLevel level,
ByteBufFormat byteBufFormat)
Creates a new instance whose logger name is the fully qualified class
name of the instance.
|
LoggingHandler(String name,
LogLevel level)
Creates a new instance with the specified logger name.
|
LoggingHandler(String name,
LogLevel level,
ByteBufFormat byteBufFormat)
Creates a new instance with the specified logger name.
|
Constructor and Description |
---|
LoggingDnsQueryLifeCycleObserverFactory(Class<?> classContext,
LogLevel level)
Create
DnsQueryLifecycleObserver instances that log events to a logger with the given class context,
at the given log level. |
LoggingDnsQueryLifeCycleObserverFactory(LogLevel level)
Create
DnsQueryLifecycleObserver instances that log events at the given log level. |
LoggingDnsQueryLifeCycleObserverFactory(String name,
LogLevel level)
Create
DnsQueryLifecycleObserver instances that log events to a logger with the given name context,
at the given log level. |
Copyright © 2008–2024 The Netty Project. All rights reserved.