Class | Description |
---|---|
DefaultToClientHandler |
A stateful handler whose job is to transmit messages coming on the Netty
ChannelPipeline to the session. |
ExecutionHandlerSingleton |
Creates an ExecutionHandler instance as a singleton.
|
MessageBufferEventDecoder |
This decoder will convert a Netty
ChannelBuffer to a
NettyMessageBuffer . |
MessageBufferEventEncoder |
Converts an incoming
Event which in turn has a
IMessageBufferChannelBuffer . |
TCPPipelineFactory |
This pipeline factory can be considered the default 'protocol' for client
side communication with jetserver.
|
UDPPipelineFactory | |
UDPUpstreamHandler |
This upstream handler handles ALL UDP events.
|
Copyright © 2012. All Rights Reserved.