Uses of Interface
io.netty.util.internal.logging.InternalLogger
Packages that use InternalLogger
Package
Description
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
A virtual
Channel
that helps wrapping a series of handlers to
unit test the handlers or use them in non-I/O context.Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
A virtual transport that enables the communication between the two
parties in the same virtual machine.
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
Abstract TCP and UDP socket interfaces which extend the core channel API.
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
Encoder, decoder and their related message types for HTTP.
This package contains Cookie related classes.
This package contains Cross Origin Resource Sharing (CORS) related classes.
HTTP multipart support.
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
Handlers for sending and receiving HTTP/2 frames.
Encoder, decoder and their related message types for SOCKS protocol.
Package to control the flow of messages.
Logs the I/O events for debugging purpose.
Capture data and write into Pcap format which helps in troubleshooting.
Adds support for client connections via proxy protocols such as
SOCKS and
HTTP CONNECT tunneling
OCSP stapling,
formally known as the TLS Certificate Status Request extension, is an
alternative approach to the Online Certificate Status Protocol (OCSP)
for checking the revocation status of X.509 digital certificates.
Utility classes that helps easier development of TLS/SSL applications.
Writes very large data stream asynchronously neither spending a lot of
memory nor getting
OutOfMemoryError
.Implementation of a Traffic Shaping Handler and Dynamic Statistics.
Resolves an arbitrary string that represents the name of an endpoint into an address.
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.
MacOS specific nameserver resolution.
Utility classes used across multiple packages.
Utility classes for concurrent / async tasks.
Internal-use-only utilities which is not allowed to be used
outside Netty.
Internal-use-only logging API which is not allowed to be used outside Netty.
-
Uses of InternalLogger in io.netty.bootstrap
Fields in io.netty.bootstrap declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
Bootstrap.logger
private static final InternalLogger
ChannelInitializerExtensions.logger
private static final InternalLogger
ServerBootstrap.logger
Methods in io.netty.bootstrap with parameters of type InternalLoggerModifier and TypeMethodDescriptionprivate static void
AbstractBootstrap.setChannelOption
(Channel channel, ChannelOption<?> option, Object value, InternalLogger logger) (package private) static void
AbstractBootstrap.setChannelOptions
(Channel channel, Map.Entry<ChannelOption<?>, Object>[] options, InternalLogger logger) -
Uses of InternalLogger in io.netty.buffer
Fields in io.netty.buffer declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
AbstractByteBuf.logger
private static final InternalLogger
AdvancedLeakAwareByteBuf.logger
private static final InternalLogger
ByteBufUtil.logger
private static final InternalLogger
PooledByteBufAllocator.logger
private static final InternalLogger
PoolThreadCache.logger
-
Uses of InternalLogger in io.netty.channel
Fields in io.netty.channel declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
AbstractChannel.logger
private static final InternalLogger
AbstractChannelHandlerContext.logger
private static final InternalLogger
AbstractCoalescingBufferQueue.logger
private static final InternalLogger
ChannelHandlerMask.logger
private static final InternalLogger
ChannelInitializer.logger
private static final InternalLogger
ChannelOutboundBuffer.logger
private static final InternalLogger
CombinedChannelDuplexHandler.logger
private static final InternalLogger
DefaultChannelId.logger
(package private) static final InternalLogger
DefaultChannelPipeline.logger
private static final InternalLogger
DefaultFileRegion.logger
private static final InternalLogger
DelegatingChannelPromiseNotifier.logger
private static final InternalLogger
MultithreadEventLoopGroup.logger
private static final InternalLogger
PendingWriteQueue.logger
-
Uses of InternalLogger in io.netty.channel.embedded
Fields in io.netty.channel.embedded declared as InternalLogger -
Uses of InternalLogger in io.netty.channel.epoll
Fields in io.netty.channel.epoll declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
AbstractEpollStreamChannel.logger
private static final InternalLogger
EpollEventLoop.logger
private static final InternalLogger
EpollServerDomainSocketChannel.logger
private static final InternalLogger
Native.logger
-
Uses of InternalLogger in io.netty.channel.kqueue
Fields in io.netty.channel.kqueue declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
AbstractKQueueStreamChannel.logger
private static final InternalLogger
KQueueEventLoop.logger
private static final InternalLogger
KQueueServerDomainSocketChannel.logger
private static final InternalLogger
Native.logger
-
Uses of InternalLogger in io.netty.channel.local
Fields in io.netty.channel.local declared as InternalLogger -
Uses of InternalLogger in io.netty.channel.nio
Fields in io.netty.channel.nio declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
AbstractNioChannel.logger
private static final InternalLogger
NioEventLoop.logger
-
Uses of InternalLogger in io.netty.channel.socket
Fields in io.netty.channel.socket declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
DefaultDatagramChannelConfig.logger
-
Uses of InternalLogger in io.netty.channel.socket.nio
Fields in io.netty.channel.socket.nio declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
NioServerSocketChannel.logger
private static final InternalLogger
NioSocketChannel.logger
private static final InternalLogger
SelectorProviderUtil.logger
-
Uses of InternalLogger in io.netty.channel.socket.oio
Fields in io.netty.channel.socket.oio declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
OioDatagramChannel.logger
Deprecated.private static final InternalLogger
OioServerSocketChannel.logger
Deprecated.private static final InternalLogger
OioSocketChannel.logger
Deprecated. -
Uses of InternalLogger in io.netty.handler.codec.compression
Fields in io.netty.handler.codec.compression declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
JdkZlibEncoder.logger
private static final InternalLogger
ZlibCodecFactory.logger
-
Uses of InternalLogger in io.netty.handler.codec.http
Fields in io.netty.handler.codec.http declared as InternalLoggerModifier and TypeFieldDescriptionprivate final InternalLogger
CookieDecoder.logger
Deprecated.private static final InternalLogger
HttpObjectAggregator.logger
-
Uses of InternalLogger in io.netty.handler.codec.http.cookie
Fields in io.netty.handler.codec.http.cookie declared as InternalLogger -
Uses of InternalLogger in io.netty.handler.codec.http.cors
Fields in io.netty.handler.codec.http.cors declared as InternalLogger -
Uses of InternalLogger in io.netty.handler.codec.http.multipart
Fields in io.netty.handler.codec.http.multipart declared as InternalLogger -
Uses of InternalLogger in io.netty.handler.codec.http.websocketx
Fields in io.netty.handler.codec.http.websocketx declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
WebSocket08FrameDecoder.logger
private static final InternalLogger
WebSocket08FrameEncoder.logger
private static final InternalLogger
WebSocketClientHandshaker07.logger
private static final InternalLogger
WebSocketClientHandshaker08.logger
private static final InternalLogger
WebSocketClientHandshaker13.logger
protected static final InternalLogger
WebSocketServerHandshaker.logger
-
Uses of InternalLogger in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
Http2FrameCodec.LOG
private static final InternalLogger
AbstractHttp2StreamChannel.logger
private static final InternalLogger
DefaultHttp2Connection.logger
private static final InternalLogger
DefaultHttp2ConnectionDecoder.logger
private static final InternalLogger
DefaultHttp2RemoteFlowController.logger
private static final InternalLogger
Http2ConnectionHandler.logger
private static final InternalLogger
Http2ControlFrameLimitEncoder.logger
private final InternalLogger
Http2FrameLogger.logger
private static final InternalLogger
Http2MaxRstFrameListener.logger
private static final InternalLogger
Http2ServerUpgradeCodec.logger
private static final InternalLogger
Http2StreamChannelBootstrap.logger
Constructors in io.netty.handler.codec.http2 with parameters of type InternalLoggerModifierConstructorDescriptionprivate
Http2FrameLogger
(InternalLogLevel level, InternalLogger logger) -
Uses of InternalLogger in io.netty.handler.codec.socksx
Fields in io.netty.handler.codec.socksx declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
SocksPortUnificationServerHandler.logger
-
Uses of InternalLogger in io.netty.handler.flow
Fields in io.netty.handler.flow declared as InternalLogger -
Uses of InternalLogger in io.netty.handler.logging
Fields in io.netty.handler.logging declared as InternalLogger -
Uses of InternalLogger in io.netty.handler.pcap
Fields in io.netty.handler.pcap declared as InternalLoggerModifier and TypeFieldDescriptionprivate final InternalLogger
PcapWriteHandler.logger
Logger for logging eventsprivate static final InternalLogger
PcapWriter.logger
Logger -
Uses of InternalLogger in io.netty.handler.proxy
Fields in io.netty.handler.proxy declared as InternalLogger -
Uses of InternalLogger in io.netty.handler.ssl
Fields in io.netty.handler.ssl declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
ApplicationProtocolNegotiationHandler.logger
private static final InternalLogger
BouncyCastleAlpnSslUtils.logger
private static final InternalLogger
BouncyCastlePemReader.logger
private static final InternalLogger
CipherSuiteConverter.logger
private static final InternalLogger
JdkAlpnSslUtils.logger
private static final InternalLogger
JdkSslContext.logger
private static final InternalLogger
OpenSsl.logger
private static final InternalLogger
PemReader.logger
private static final InternalLogger
ReferenceCountedOpenSslContext.logger
private static final InternalLogger
ReferenceCountedOpenSslEngine.logger
private static final InternalLogger
ReferenceCountedOpenSslServerContext.logger
private static final InternalLogger
SslClientHelloHandler.logger
private static final InternalLogger
SslHandler.logger
private static final InternalLogger
SslMasterKeyHandler.logger
private static final InternalLogger
SslUtils.logger
private static final InternalLogger
OpenSslX509TrustManagerWrapper.LOGGER
private static final InternalLogger
SslMasterKeyHandler.WiresharkSslMasterKeyHandler.wireshark_logger
Methods in io.netty.handler.ssl with parameters of type InternalLoggerModifier and TypeMethodDescription(package private) static String
OpenSsl.checkTls13Ciphers
(InternalLogger logger, String ciphers) -
Uses of InternalLogger in io.netty.handler.ssl.ocsp
Fields in io.netty.handler.ssl.ocsp declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
OcspClient.logger
private static final InternalLogger
OcspHttpHandler.LOGGER
-
Uses of InternalLogger in io.netty.handler.ssl.util
Fields in io.netty.handler.ssl.util declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
InsecureTrustManagerFactory.logger
private static final InternalLogger
OpenJdkSelfSignedCertGenerator.logger
private static final InternalLogger
SelfSignedCertificate.logger
-
Uses of InternalLogger in io.netty.handler.stream
Fields in io.netty.handler.stream declared as InternalLogger -
Uses of InternalLogger in io.netty.handler.traffic
Fields in io.netty.handler.traffic declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
AbstractTrafficShapingHandler.logger
private static final InternalLogger
GlobalChannelTrafficShapingHandler.logger
private static final InternalLogger
TrafficCounter.logger
-
Uses of InternalLogger in io.netty.resolver
Fields in io.netty.resolver declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
AddressResolverGroup.logger
private static final InternalLogger
DefaultHostsFileEntriesResolver.logger
private static final InternalLogger
HostsFileEntriesProvider.ParserImpl.logger
-
Uses of InternalLogger in io.netty.resolver.dns
Fields in io.netty.resolver.dns declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
LoggingDnsQueryLifeCycleObserverFactory.DEFAULT_LOGGER
private static final InternalLogger
DefaultDnsServerAddressStreamProvider.logger
private static final InternalLogger
DirContextUtils.logger
private static final InternalLogger
DnsNameResolver.logger
private static final InternalLogger
DnsNameResolverBuilder.logger
private static final InternalLogger
DnsQueryContext.logger
private static final InternalLogger
DnsResolveContext.logger
private final InternalLogger
LoggingDnsQueryLifecycleObserver.logger
private final InternalLogger
LoggingDnsQueryLifeCycleObserverFactory.logger
private static final InternalLogger
UnixResolverDnsServerAddressStreamProvider.logger
private static final InternalLogger
DnsServerAddressStreamProviders.LOGGER
Constructors in io.netty.resolver.dns with parameters of type InternalLoggerModifierConstructorDescription(package private)
LoggingDnsQueryLifecycleObserver
(DnsQuestion question, InternalLogger logger, InternalLogLevel level) -
Uses of InternalLogger in io.netty.resolver.dns.macos
Fields in io.netty.resolver.dns.macos declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
MacOSDnsServerAddressStreamProvider.logger
-
Uses of InternalLogger in io.netty.util
Fields in io.netty.util declared as InternalLoggerModifier and TypeFieldDescription(package private) static final InternalLogger
HashedWheelTimer.logger
private static final InternalLogger
NetUtil.logger
The logger being used by this classprivate static final InternalLogger
NetUtilInitializations.logger
The logger being used by this classprivate static final InternalLogger
Recycler.logger
private static final InternalLogger
ReferenceCountUtil.logger
private static final InternalLogger
ResourceLeakDetector.logger
private static final InternalLogger
ResourceLeakDetectorFactory.logger
private static final InternalLogger
ThreadDeathWatcher.logger
Deprecated. -
Uses of InternalLogger in io.netty.util.concurrent
Fields in io.netty.util.concurrent declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
AbstractEventExecutor.logger
private static final InternalLogger
DefaultPromise.logger
private static final InternalLogger
FastThreadLocalThread.logger
private static final InternalLogger
GlobalEventExecutor.logger
private static final InternalLogger
ImmediateEventExecutor.logger
private static final InternalLogger
PromiseNotifier.logger
private static final InternalLogger
SingleThreadEventExecutor.logger
private static final InternalLogger
UnaryPromiseNotifier.logger
Deprecated.private static final InternalLogger
UnorderedThreadPoolEventExecutor.logger
private static final InternalLogger
DefaultPromise.rejectedExecutionLogger
-
Uses of InternalLogger in io.netty.util.internal
Fields in io.netty.util.internal declared as InternalLoggerModifier and TypeFieldDescriptionprivate static final InternalLogger
CleanerJava6.logger
private static final InternalLogger
CleanerJava9.logger
private static final InternalLogger
InternalThreadLocalMap.logger
private static final InternalLogger
MacAddressUtil.logger
private static final InternalLogger
NativeLibraryLoader.logger
private static final InternalLogger
PlatformDependent.logger
private static final InternalLogger
PlatformDependent0.logger
private static final InternalLogger
SystemPropertyUtil.logger
private static final InternalLogger
ThreadLocalRandom.logger
Methods in io.netty.util.internal with parameters of type InternalLoggerModifier and TypeMethodDescriptionstatic 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) -
Uses of InternalLogger in io.netty.util.internal.logging
Classes in io.netty.util.internal.logging that implement InternalLoggerModifier and TypeClassDescriptionclass
A skeletal implementation ofInternalLogger
.(package private) class
Deprecated.(package private) class
java.util.logging logger.(package private) final class
SLF4J logger which is location aware and so will log the correct origin of the logging event by filter out the wrapper itself.(package private) class
(package private) class
Apache Log4J logger.(package private) final class
SLF4J logger.Methods in io.netty.util.internal.logging that return InternalLoggerModifier and TypeMethodDescriptionstatic 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.CommonsLoggerFactory.newInstance
(String name) Deprecated.protected abstract InternalLogger
InternalLoggerFactory.newInstance
(String name) Creates a new logger instance with the specified name.JdkLoggerFactory.newInstance
(String name) Log4J2LoggerFactory.newInstance
(String name) Log4JLoggerFactory.newInstance
(String name) Slf4JLoggerFactory.newInstance
(String name) (package private) static InternalLogger
Slf4JLoggerFactory.wrapLogger
(org.slf4j.Logger logger)
Log4J2Logger
orLog4JLogger
orSlf4JLogger
.