Package | Description |
---|---|
org.menacheri.jetserver.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 |
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.
|
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.