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.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.oio |
Old blocking I/O based channel API implementation - recommended for
a small number of connections (< 1000).
|
io.netty.handler.ssl | |
io.netty.handler.traffic |
Implementation of a Traffic Shaping Handler and Dynamic Statistics.
|
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.
|
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. |
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 to provide EventExecutor 's to use via its
EventExecutorGroup.next() method. |
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. |
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. |
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 to provide EventExecutor 's to use via its
EventExecutorGroup.next() method. |
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 |
---|
AbstractEventExecutorGroup
Abstract base class for
EventExecutorGroup implementations. |
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 to provide EventExecutor 's to use via its
EventExecutorGroup.next() method. |
MultithreadEventExecutorGroup
Abstract base class for
EventExecutorGroup implementations that handles their tasks with multiple threads at
the same time. |
Class and Description |
---|
AbstractEventExecutor
Abstract base class for
EventExecutor implementations. |
AbstractEventExecutorGroup
Abstract base class for
EventExecutorGroup implementations. |
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 to provide EventExecutor 's to use via its
EventExecutorGroup.next() method. |
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 to provide EventExecutor 's to use via its
EventExecutorGroup.next() method. |
Class and Description |
---|
Future
The result of an asynchronous operation.
|
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 |
---|
AbstractEventExecutor
Abstract base class for
EventExecutor implementations. |
AbstractEventExecutorGroup
Abstract base class for
EventExecutorGroup implementations. |
AbstractFuture
Abstract
Future implementation which does not allow for cancellation. |
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 to provide EventExecutor 's to use via its
EventExecutorGroup.next() method. |
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. |
ScheduledFuture
The result of an scheduled asynchronous operation.
|
Class and Description |
---|
Promise
Special
Future which is writable. |
Copyright © 2008–2014 The Netty Project. All rights reserved.