| Package | Description |
|---|---|
| io.nadron.protocols.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AMF3Protocol
This protocol defines AMF3 as a byte array being sent over the wire.
|
class |
AMF3StringProtocol
This protocol defines AMF3 that is base 64 and String encoded sent over the
wire.
|
class |
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. |
class |
MessageBufferProtocol |
class |
NettyObjectProtocol |
class |
StringProtocol |
class |
WebSocketProtocol
This protocol can be used for websocket clients which pass JSon objects as
text over the wire.
|
Copyright © 2013. All Rights Reserved.