| Interface | Description |
|---|---|
| HandlerFactory |
A HandlerFactory implementation will create new ChannelHandler.
|
| Class | Description |
|---|---|
| NettyChannelInitializer |
Pipeline factory to build a pipeline to use for netty transfer, every time a channel is initialized, the pipeline is
filled with the handler provided by this class.
|
| Enum | Description |
|---|---|
| DecoderEncoder |
Possible codec between client and server.
|
Copyright © 2014–2016. All rights reserved.