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.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
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.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
io.netty.handler.logging |
Logs a
io.netty.channel.ChannelEvent for debugging purpose. |
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.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 | Field and Description |
---|---|
private static InternalLogger |
AbstractByteBuf.logger |
private static InternalLogger |
ByteBufUtil.logger |
private static InternalLogger |
AdvancedLeakAwareByteBuf.logger |
private static InternalLogger |
PooledByteBufAllocator.logger |
private static InternalLogger |
PoolThreadCache.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
ChannelOutboundBuffer.logger |
private static InternalLogger |
AbstractChannel.logger |
private static InternalLogger |
CombinedChannelDuplexHandler.logger |
(package private) static InternalLogger |
DefaultChannelPipeline.logger |
private static InternalLogger |
ChannelInitializer.logger |
private static InternalLogger |
PendingWriteQueue.logger |
private static InternalLogger |
MultithreadEventLoopGroup.logger |
private static InternalLogger |
DefaultFileRegion.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
EmbeddedChannel.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
AbstractEpollStreamChannel.logger |
private static InternalLogger |
EpollEventLoop.logger |
private static InternalLogger |
EpollServerDomainSocketChannel.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 |
OioSctpServerChannel.logger |
private static InternalLogger |
OioSctpChannel.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
DefaultDatagramChannelConfig.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
NioServerSocketChannel.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
OioDatagramChannel.logger |
private static InternalLogger |
OioSocketChannel.logger |
private static InternalLogger |
OioServerSocketChannel.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
ZlibCodecFactory.logger |
Modifier and Type | Field and Description |
---|---|
private InternalLogger |
CookieDecoder.logger
Deprecated.
|
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 |
WebSocketClientHandshaker13.logger |
protected static InternalLogger |
WebSocketServerHandshaker.logger |
private static InternalLogger |
WebSocketClientHandshaker08.logger |
private static InternalLogger |
WebSocket08FrameDecoder.logger |
private static InternalLogger |
WebSocketClientHandshaker07.logger |
private static InternalLogger |
WebSocket08FrameEncoder.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
SpdyOrHttpChooser.logger
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected InternalLogger |
LoggingHandler.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
PemReader.logger |
private static InternalLogger |
JdkSslContext.logger |
private static InternalLogger |
SniHandler.logger |
private static InternalLogger |
ApplicationProtocolNegotiationHandler.logger |
private static InternalLogger |
CipherSuiteConverter.logger |
private static InternalLogger |
SslHandler.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
InsecureTrustManagerFactory.logger |
private static InternalLogger |
SelfSignedCertificate.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
ChunkedWriteHandler.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
TrafficCounter.logger |
private static InternalLogger |
GlobalChannelTrafficShapingHandler.logger |
private static InternalLogger |
AbstractTrafficShapingHandler.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
Recycler.logger |
private static InternalLogger |
ResourceLeakDetectorFactory.logger |
private static InternalLogger |
ResourceLeakDetector.logger |
private static InternalLogger |
NetUtil.logger
The logger being used by this class
|
private static InternalLogger |
ReferenceCountUtil.logger |
(package private) static InternalLogger |
HashedWheelTimer.logger |
private static InternalLogger |
ThreadDeathWatcher.logger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
PromiseNotifier.logger |
private static InternalLogger |
DefaultPromise.logger |
private static InternalLogger |
UnaryPromiseNotifier.logger |
private static InternalLogger |
UnorderedThreadPoolEventExecutor.logger |
private static InternalLogger |
SingleThreadEventExecutor.logger |
private static InternalLogger |
GlobalEventExecutor.logger |
private static InternalLogger |
ImmediateEventExecutor.logger |
private static InternalLogger |
DefaultPromise.rejectedExecutionLogger |
Modifier and Type | Field and Description |
---|---|
private static InternalLogger |
JavassistTypeParameterMatcherGenerator.logger |
private static InternalLogger |
Cleaner0.logger |
private static InternalLogger |
NativeLibraryLoader.logger |
private static InternalLogger |
PlatformDependent.logger |
private static InternalLogger |
PlatformDependent0.logger |
private static InternalLogger |
ThreadLocalRandom.logger |
private static InternalLogger |
SystemPropertyUtil.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 |
Log4J2Logger |
(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 |
Log4JLoggerFactory.newInstance(java.lang.String name) |
InternalLogger |
JdkLoggerFactory.newInstance(java.lang.String name) |
InternalLogger |
CommonsLoggerFactory.newInstance(java.lang.String name)
Deprecated.
|
protected abstract InternalLogger |
InternalLoggerFactory.newInstance(java.lang.String name)
Creates a new logger instance with the specified name.
|
InternalLogger |
Slf4JLoggerFactory.newInstance(java.lang.String name) |
InternalLogger |
Log4J2LoggerFactory.newInstance(java.lang.String name) |