| 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 | |
| NettyObjectProtocol | |
| StringProtocol | |
| WebSocketProtocol |
This protocol can be used for websocket clients which pass JSon objects as
text over the wire.
|
Copyright © 2013. All Rights Reserved.