| Package | Description |
|---|---|
| io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
| Modifier and Type | Method and Description |
|---|---|
protected ChannelHandlerAppender |
ChannelHandlerAppender.add(ChannelHandler... handlers)
Adds the specified handlers to the list of the appended handlers.
|
protected ChannelHandlerAppender |
ChannelHandlerAppender.add(ChannelHandler handler)
Adds the specified handler to the list of the appended handlers with the auto-generated handler name.
|
protected ChannelHandlerAppender |
ChannelHandlerAppender.add(Iterable<? extends ChannelHandler> handlers)
Adds the specified handlers to the list of the appended handlers.
|
protected ChannelHandlerAppender |
ChannelHandlerAppender.add(String name,
ChannelHandler handler)
Adds the specified handler to the list of the appended handlers.
|
Copyright © 2008–2013 The Netty Project. All rights reserved.