Package | Description |
---|---|
io.netty.bootstrap |
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
|
io.netty.buffer |
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
io.netty.channel.embedded |
A virtual
Channel that helps wrapping a series of handlers to
unit test the handlers or use them in non-I/O context. |
io.netty.channel.local |
A virtual transport that enables the communication between the two
parties in the same virtual machine.
|
io.netty.channel.nio |
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
|
io.netty.channel.sctp.nio |
NIO-based SCTP Channel
API implementation - recommended for a large number of connections (>= 1000).
|
io.netty.channel.sctp.oio |
Old blocking I/O based SCTP channel API implementation - recommended for
a small number of connections (< 1000).
|
io.netty.channel.socket |
Abstract TCP and UDP socket interfaces which extend the core channel API.
|
io.netty.channel.socket.nio |
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
|
io.netty.channel.socket.oio |
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
|
io.netty.handler.codec.compression | |
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
io.netty.handler.codec.http.cookie |
This package contains Cookie related classes.
|
io.netty.handler.codec.http.cors |
This package contains Cross Origin Resource Sharing (CORS) related classes.
|
io.netty.handler.codec.http.multipart |
HTTP multipart support.
|
io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
io.netty.handler.codec.socksx |
Encoder, decoder and their related message types for SOCKS protocol.
|
io.netty.handler.flow |
Package to control the flow of messages.
|
io.netty.handler.logging |
Logs the I/O events for debugging purpose.
|
io.netty.handler.proxy |
Adds support for client connections via proxy protocols such as
SOCKS and
HTTP CONNECT tunneling
|
io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
io.netty.handler.ssl.util |
Utility classes that helps easier development of TLS/SSL applications.
|
io.netty.handler.stream |
Writes very large data stream asynchronously neither spending a lot of
memory nor getting
OutOfMemoryError . |
io.netty.handler.traffic |
Implementation of a Traffic Shaping Handler and Dynamic Statistics.
|
io.netty.resolver |
Resolves an arbitrary string that represents the name of an endpoint into an address.
|
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.
|
io.netty.util |
Utility classes used across multiple packages.
|
io.netty.util.concurrent |
Utility classes for concurrent / async tasks.
|
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 |
---|---|
private static InternalLogger |
ServerBootstrap.logger |
private static InternalLogger |
Bootstrap.logger |
Modifier and Type | Method and Description |
---|---|
private static void |
AbstractBootstrap.setChannelOption(Channel channel,
ChannelOption<?> option,
java.lang.Object value,
InternalLogger logger) |
(package private) static void |
AbstractBootstrap.setChannelOptions(Channel channel,
java.util.Map.Entry<ChannelOption<?>,java.lang.Object>[] options,
InternalLogger logger) |
(package private) static void |
AbstractBootstrap.setChannelOptions(Channel channel,
java.util.Map<ChannelOption<?>,java.lang.Object> options,
InternalLogger logger) |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
PoolThreadCache.logger |
private static InternalLogger |
AdvancedLeakAwareByteBuf.logger |
private static InternalLogger |
ByteBufUtil.logger |
private static InternalLogger |
PooledByteBufAllocator.logger |
private static InternalLogger |
AbstractByteBuf.logger |
Modifier and Type | Field and Description |
---|---|
(package private) static InternalLogger |
DefaultChannelPipeline.logger |
private static InternalLogger |
AbstractChannelHandlerContext.logger |
private static InternalLogger |
AbstractChannel.logger |
private static InternalLogger |
MultithreadEventLoopGroup.logger |
private static InternalLogger |
DefaultFileRegion.logger |
private static InternalLogger |
ChannelInitializer.logger |
private static InternalLogger |
DefaultChannelId.logger |
private static InternalLogger |
ChannelOutboundBuffer.logger |
private static InternalLogger |
CombinedChannelDuplexHandler.logger |
private static InternalLogger |
PendingWriteQueue.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
EmbeddedChannel.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
LocalChannel.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
AbstractNioChannel.logger |
private static InternalLogger |
NioEventLoop.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
NioSctpChannel.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
OioSctpChannel.logger |
private static InternalLogger |
OioSctpServerChannel.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
DefaultDatagramChannelConfig.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
NioSocketChannel.logger |
private static InternalLogger |
NioServerSocketChannel.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
OioSocketChannel.logger |
private static InternalLogger |
OioServerSocketChannel.logger |
private static InternalLogger |
OioDatagramChannel.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
ZlibCodecFactory.logger |
Modifier and Type | Field and Description |
---|---|
private InternalLogger |
CookieDecoder.logger
Deprecated.
|
private static InternalLogger |
HttpObjectAggregator.logger |
Modifier and Type | Field and Description |
---|---|
private InternalLogger |
CookieDecoder.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
CorsHandler.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
AbstractDiskHttpData.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
WebSocket08FrameEncoder.logger |
private static InternalLogger |
WebSocketClientHandshaker13.logger |
protected static InternalLogger |
WebSocketServerHandshaker.logger |
private static InternalLogger |
WebSocketClientHandshaker08.logger |
private static InternalLogger |
WebSocket08FrameDecoder.logger |
private static InternalLogger |
WebSocketClientHandshaker07.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
Http2MultiplexCodec.logger |
private InternalLogger |
Http2FrameLogger.logger |
private static InternalLogger |
Http2ConnectionHandler.logger |
private static InternalLogger |
DefaultHttp2ConnectionDecoder.logger |
private static InternalLogger |
DefaultHttp2Connection.logger |
private static InternalLogger |
Http2ServerUpgradeCodec.logger |
private static InternalLogger |
DefaultHttp2RemoteFlowController.logger |
Constructor and Description |
---|
Http2FrameLogger(InternalLogLevel level,
InternalLogger logger) |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
SocksPortUnificationServerHandler.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
FlowControlHandler.logger |
Modifier and Type | Field and Description |
---|---|
protected InternalLogger |
LoggingHandler.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
ProxyHandler.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
SslHandler.logger |
private static InternalLogger |
AbstractSniHandler.logger |
private static InternalLogger |
JdkSslContext.logger |
private static InternalLogger |
CipherSuiteConverter.logger |
private static InternalLogger |
PemReader.logger |
private static InternalLogger |
ApplicationProtocolNegotiationHandler.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
SelfSignedCertificate.logger |
private static InternalLogger |
InsecureTrustManagerFactory.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
ChunkedWriteHandler.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
AbstractTrafficShapingHandler.logger |
private static InternalLogger |
GlobalChannelTrafficShapingHandler.logger |
private static InternalLogger |
TrafficCounter.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
AddressResolverGroup.logger |
private static InternalLogger |
HostsFileParser.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
TraceDnsQueryLifeCycleObserverFactory.DEFAULT_LOGGER |
private static InternalLogger |
DnsNameResolver.logger |
private InternalLogger |
TraceDnsQueryLifecycleObserver.logger |
private static InternalLogger |
DefaultDnsServerAddressStreamProvider.logger |
private static InternalLogger |
UnixResolverDnsServerAddressStreamProvider.logger |
private static InternalLogger |
DnsQueryContext.logger |
private InternalLogger |
TraceDnsQueryLifeCycleObserverFactory.logger |
Constructor and Description |
---|
TraceDnsQueryLifecycleObserver(DnsQuestion question,
InternalLogger logger,
InternalLogLevel level) |
TraceDnsQueryLifeCycleObserverFactory(InternalLogger logger,
InternalLogLevel level) |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
Recycler.logger |
private static InternalLogger |
NetUtil.logger
The logger being used by this class
|
private static InternalLogger |
ThreadDeathWatcher.logger |
private static InternalLogger |
ReferenceCountUtil.logger |
(package private) static InternalLogger |
HashedWheelTimer.logger |
private static InternalLogger |
ResourceLeakDetector.logger |
private static InternalLogger |
ResourceLeakDetectorFactory.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
ImmediateEventExecutor.logger |
private static InternalLogger |
UnaryPromiseNotifier.logger |
private static InternalLogger |
SingleThreadEventExecutor.logger |
private static InternalLogger |
DefaultPromise.logger |
private static InternalLogger |
UnorderedThreadPoolEventExecutor.logger |
private static InternalLogger |
PromiseNotifier.logger |
private static InternalLogger |
GlobalEventExecutor.logger |
private static InternalLogger |
AbstractEventExecutor.logger |
private static InternalLogger |
DefaultPromise.rejectedExecutionLogger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
PlatformDependent0.logger |
private static InternalLogger |
SystemPropertyUtil.logger |
private static InternalLogger |
CleanerJava9.logger |
private static InternalLogger |
MacAddressUtil.logger |
private static InternalLogger |
CleanerJava6.logger |
private static InternalLogger |
PlatformDependent.logger |
private static InternalLogger |
NativeLibraryLoader.logger |
private static InternalLogger |
ThreadLocalRandom.logger |
Modifier and Type | Method and Description |
---|---|
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)
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInternalLogger
A skeletal implementation of
InternalLogger . |
(package private) class |
CommonsLogger
Deprecated.
Please use
Log4J2Logger or Log4JLogger or
Slf4JLogger . |
(package private) class |
JdkLogger
java.util.logging
logger.
|
(package private) class |
Log4JLogger
Apache Log4J
logger.
|
(package private) class |
Slf4JLogger
SLF4J logger.
|
Modifier and Type | Method and Description |
---|---|
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 |
JdkLoggerFactory.newInstance(java.lang.String name) |
InternalLogger |
CommonsLoggerFactory.newInstance(java.lang.String name)
Deprecated.
|
InternalLogger |
Slf4JLoggerFactory.newInstance(java.lang.String name) |
InternalLogger |
Log4JLoggerFactory.newInstance(java.lang.String name) |
protected abstract InternalLogger |
InternalLoggerFactory.newInstance(java.lang.String name)
Creates a new logger instance with the specified name.
|