The pipeline factory for encoding input messages and decoding output messages.
Use the given ChannelSnooper to log low
level channel activity.
A netty3 ChannelFactory used to bootstrap
the server's listening channel.
Additional options for Netty's
ServerBootstrap
The maximum idle time of any channel.
The maximum life time of any channel.
Channels are given this much time to read a request.
Channels are given this much time to complete a write.
When present, SSL is used to provide session security.
Additional options for Netty's
ServerBootstrap
A netty3 ChannelFactory used to bootstrap
the server's listening channel.
The maximum idle time of any channel.
The maximum life time of any channel.
Channels are given this much time to read a request.
Use the given ChannelSnooper to log low
level channel activity.
Channels are given this much time to complete a write.
The pipeline factory for encoding input messages and decoding output messages.
When present, SSL is used to provide session security.
A listener using Netty3 which is given a ChannelPipelineFactory that yields
-typed upstream messages and acceptsOut-typed downstream messages.Inthe type of input messages
the type of output messages
The pipeline factory for encoding input messages and decoding output messages.
Use the given
ChannelSnooperto log low level channel activity.A netty3
ChannelFactoryused to bootstrap the server's listening channel.Additional options for Netty's
ServerBootstrapThe maximum idle time of any channel.
The maximum life time of any channel.
Channels are given this much time to read a request.
Channels are given this much time to complete a write.
When present, SSL is used to provide session security.