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.embedded |
A virtual
Channel that helps wrapping a series of handlers to
unit test the handlers or use them in non-I/O context. |
Modifier and Type | Method and Description |
---|---|
protected DefaultChannelPipeline |
AbstractChannel.newChannelPipeline()
Returns a new
DefaultChannelPipeline instance. |
Modifier and Type | Method and Description |
---|---|
protected DefaultChannelPipeline |
EmbeddedChannel.newChannelPipeline() |
Copyright © 2008–2017 The Netty Project. All rights reserved.