Package | Description |
---|---|
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.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
io.netty.channel.group |
A channel registry which helps a user maintain the list of open
Channel s and perform bulk operations on them. |
io.netty.channel.nio |
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
|
io.netty.channel.oio |
Old blocking I/O based channel API implementation - recommended for
a small number of connections (< 1000).
|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
io.netty.handler.proxy |
Adds support for client connections via proxy protocols such as
SOCKS and
HTTP CONNECT tunneling
|
io.netty.handler.ssl | |
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 a
SocketAddress . |
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.concurrent |
Utility classes for concurrent / async tasks.
|
Class and Description |
---|
AbstractEventExecutor
Abstract base class for
EventExecutor implementations. |
AbstractEventExecutorGroup
Abstract base class for
EventExecutorGroup implementations. |
AbstractFuture
Abstract
Future implementation which does not allow for cancellation. |
AbstractScheduledEventExecutor
Abstract base class for
EventExecutor s that want to support scheduling. |
DefaultProgressivePromise |
DefaultPromise |
EventExecutor
The
EventExecutor is a special EventExecutorGroup which comes
with some handy methods to see if a Thread is executed in a event loop. |
EventExecutorGroup
The
EventExecutorGroup is responsible for providing the EventExecutor 's to use
via its EventExecutorGroup.next() method. |
ExecutorServiceFactory
An object that creates new
ExecutorService on demand. |
Future
The result of an asynchronous operation.
|
GenericFutureListener
Listens to the result of a
Future . |
GenericProgressiveFutureListener |
MultithreadEventExecutorGroup
Abstract base class for
EventExecutorGroup implementations that handles their tasks with multiple threads at
the same time. |
ProgressiveFuture
A
Future which is used to indicate the progress of an operation. |
ProgressivePromise
Special
ProgressiveFuture which is writable. |
Promise
Special
Future which is writable. |
PromiseAggregator
GenericFutureListener implementation which consolidates multiple Future s
into one, by listening to individual Future s and producing an aggregated result
(success/failure) when all Future s have completed. |
PromiseNotifier
GenericFutureListener implementation which takes other Future s
and notifies them on completion. |
SingleThreadEventExecutor
Abstract base class for
EventExecutor 's that execute all its submitted tasks in a single thread. |
Class and Description |
---|
AbstractEventExecutorGroup
Abstract base class for
EventExecutorGroup implementations. |
EventExecutorGroup
The
EventExecutorGroup is responsible for providing the EventExecutor 's to use
via its EventExecutorGroup.next() method. |
ExecutorServiceFactory
An object that creates new
ExecutorService on demand. |
MultithreadEventExecutorGroup
Abstract base class for
EventExecutorGroup implementations that handles their tasks with multiple threads at
the same time. |
Class and Description |
---|
EventExecutor
The
EventExecutor is a special EventExecutorGroup which comes
with some handy methods to see if a Thread is executed in a event loop. |
Future
The result of an asynchronous operation.
|
GenericFutureListener
Listens to the result of a
Future . |
Class and Description |
---|
AbstractEventExecutor
Abstract base class for
EventExecutor implementations. |
AbstractEventExecutorGroup
Abstract base class for
EventExecutorGroup implementations. |
AbstractScheduledEventExecutor
Abstract base class for
EventExecutor s that want to support scheduling. |
EventExecutor
The
EventExecutor is a special EventExecutorGroup which comes
with some handy methods to see if a Thread is executed in a event loop. |
EventExecutorGroup
The
EventExecutorGroup is responsible for providing the EventExecutor 's to use
via its EventExecutorGroup.next() method. |
ExecutorServiceFactory
An object that creates new
ExecutorService on demand. |
MultithreadEventExecutorGroup
Abstract base class for
EventExecutorGroup implementations that handles their tasks with multiple threads at
the same time. |
SingleThreadEventExecutor
Abstract base class for
EventExecutor 's that execute all its submitted tasks in a single thread. |
Class and Description |
---|
AbstractEventExecutorGroup
Abstract base class for
EventExecutorGroup implementations. |
EventExecutorGroup
The
EventExecutorGroup is responsible for providing the EventExecutor 's to use
via its EventExecutorGroup.next() method. |
Class and Description |
---|
GenericFutureListener
Listens to the result of a
Future . |
Class and Description |
---|
Future
The result of an asynchronous operation.
|
Class and Description |
---|
Future
The result of an asynchronous operation.
|
Promise
Special
Future which is writable. |
Class and Description |
---|
EventExecutor
The
EventExecutor is a special EventExecutorGroup which comes
with some handy methods to see if a Thread is executed in a event loop. |
Class and Description |
---|
EventExecutor
The
EventExecutor is a special EventExecutorGroup which comes
with some handy methods to see if a Thread is executed in a event loop. |
Future
The result of an asynchronous operation.
|
Promise
Special
Future which is writable. |
Class and Description |
---|
EventExecutor
The
EventExecutor is a special EventExecutorGroup which comes
with some handy methods to see if a Thread is executed in a event loop. |
Future
The result of an asynchronous operation.
|
Promise
Special
Future which is writable. |
Class and Description |
---|
AbstractEventExecutor
Abstract base class for
EventExecutor implementations. |
AbstractEventExecutorGroup
Abstract base class for
EventExecutorGroup implementations. |
AbstractFuture
Abstract
Future implementation which does not allow for cancellation. |
AbstractScheduledEventExecutor
Abstract base class for
EventExecutor s that want to support scheduling. |
CompleteFuture |
DefaultPromise |
EventExecutor
The
EventExecutor is a special EventExecutorGroup which comes
with some handy methods to see if a Thread is executed in a event loop. |
EventExecutorGroup
The
EventExecutorGroup is responsible for providing the EventExecutor 's to use
via its EventExecutorGroup.next() method. |
ExecutorServiceFactory
An object that creates new
ExecutorService on demand. |
FastThreadLocalAccess
Netty's
Thread implementations implement this interface to provide fast access to FastThreadLocal
variables. |
Future
The result of an asynchronous operation.
|
GenericFutureListener
Listens to the result of a
Future . |
GlobalEventExecutor
Single-thread singleton
EventExecutor . |
ImmediateEventExecutor
AbstractEventExecutor which execute tasks in the callers thread. |
ImmediateExecutor
Executor which execute tasks in the callers thread. |
MultithreadEventExecutorGroup
Abstract base class for
EventExecutorGroup implementations that handles their tasks with multiple threads at
the same time. |
ProgressiveFuture
A
Future which is used to indicate the progress of an operation. |
ProgressivePromise
Special
ProgressiveFuture which is writable. |
Promise
Special
Future which is writable. |
PromiseAggregator
GenericFutureListener implementation which consolidates multiple Future s
into one, by listening to individual Future s and producing an aggregated result
(success/failure) when all Future s have completed. |
ScheduledFuture
The result of an scheduled asynchronous operation.
|
SingleThreadEventExecutor
Abstract base class for
EventExecutor 's that execute all its submitted tasks in a single thread. |
WrappedEventExecutor
A marker interface indicating that the
EventExecutor is a wrapper around
another EventExecutor implementation. |
Copyright © 2008–2015 The Netty Project. All rights reserved.