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
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.
Currently unused. Maintained for API compatibility.
Additional options for Netty's
ServerBootstrap
A netty3 ChannelFactory used to bootstrap
the server's listening 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.
Currently unused.
Currently unused. Maintained for API compatibility.
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
ServerBootstrapChannels 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.
Currently unused. Maintained for API compatibility.