Class | Description |
---|---|
AMF3Protocol |
This protocol defines AMF3 as a byte array being sent over the wire.
|
AMF3StringProtocol |
This protocol defines AMF3 that is base 64 and String encoded sent over the
wire.
|
ChannelBufferProtocol |
A simple protocol which would just strip out the length bytes from the buffer
and return the Netty ChannelBuffer
to the next decoder or game handler in the
ChannelPipeline . |
MessageBufferProtocol | |
SimpleByteArrayProtocol |
A protocol that can be used for fast paced games where operations and other
values can be sent as bytes which then get processed and converted to actual
java method operations.
|
SimpleSgsProtocolConstants |
SGS Protocol constants.
|
StringProtocol | |
WebSocketProtocol |
This protocol can be used for websocket clients which pass JSon objects as
text over the wire.
|
Copyright © 2013. All Rights Reserved.