| Interface | Description |
|---|---|
| HandlerConstants |
Provide the keys under which the
ChannelHandler's are stored in the
ChannelPipeline |
| Class | Description |
|---|---|
| AbstractAsyncServer |
Abstract base class for Servers which want to use async io
|
| AbstractChannelPipelineFactory |
Abstract base class for
ChannelPipelineFactory implementations |
| AbstractSSLAwareChannelPipelineFactory |
Abstract base class for
ChannelPipeline implementations which use TLS |
| BasicChannelUpstreamHandler |
ChannelUpstreamHandler which is used by the SMTPServer and other line based protocols |
| ChannelGroupHandler |
Add channels to the channel group after the channel was opened.
|
| ConnectionLimitUpstreamHandler |
ChannelUpstreamHandler which limit the concurrent connection. |
| ConnectionPerIpLimitUpstreamHandler |
ChannelUpstreamHandler which limit connections per IP
This handler must be used as singleton when adding it to the ChannelPipeline to work correctly
TODO: Remove when its committed to NETTY. |
| LineHandlerUpstreamHandler<S extends ProtocolSession> |
ChannelUpstreamHandler implementation which will call a given LineHandler implementation |
| NettyProtocolTransport |
A Netty implementation of a ProtocolTransport
|
| NettyServer |
Generic NettyServer
|
| TimeoutHandler |
IdleStateHandler implementation which disconnect the Channel after a configured
idle timeout. |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.