Package | Description |
---|---|
org.menacheri.jetserver.handlers.netty | |
org.menacheri.jetserver.protocols.impl | |
org.menacheri.jetserver.server.netty |
Class and Description |
---|
AMF3ToJavaObjectDecoder
This class takes a
ChannelBuffer containing AMF3 object as input and
creates a java object from it using the AMFDeSerializer class. |
EventDecoder |
JavaObjectToAMF3Encoder
This class will convert the incoming java object to Flex AMF3 byte format and
put them in a Netty
ChannelBuffer . |
LoginHandler |
LoginProtocol
Applies a protocol to the incoming pipeline which will handle login.
|
WebSocketLoginHandler
This login handler will parse incoming login events to get the
Credentials and lookup Player and GameRoom objects. |
Class and Description |
---|
AMF3ToEventSourceDecoder
If the incoming event is of type
Event then it will only
de-serialize the source of the event rather than the whole event object. |
AMF3ToJavaObjectDecoder
This class takes a
ChannelBuffer containing AMF3 object as input and
creates a java object from it using the AMFDeSerializer class. |
ByteArrayDecoder
This is a very basic decoder which will decode the
ChannelBuffer to
a byte array and send it onwards. |
ByteArrayToChannelBufferEncoder
Converts a byte array object to a
ChannelBuffer . |
EventDecoder |
EventEncoder
A simple event encoder will receive an incoming event, and convert it to a
ChannelBuffer . |
EventSourceToAMF3Encoder |
JavaObjectToAMF3Encoder
This class will convert the incoming java object to Flex AMF3 byte format and
put them in a Netty
ChannelBuffer . |
MessageBufferEventDecoder
This decoder will convert a Netty
ChannelBuffer to a
NettyMessageBuffer . |
MessageBufferEventEncoder |
NulEncoder |
TextWebsocketDecoder
This class will convert an incoming
TextWebSocketFrame to an
Event . |
TextWebsocketEncoder
This encoder will convert an incoming object (mostly expected to be an
Event object) to a TextWebSocketFrame object. |
Class and Description |
---|
EventDecoder |
FlashPolicyServerHandler |
LoginHandler |
LoginProtocol
Applies a protocol to the incoming pipeline which will handle login.
|
MessageBufferEventDecoder
This decoder will convert a Netty
ChannelBuffer to a
NettyMessageBuffer . |
MessageBufferEventEncoder |
UDPUpstreamHandler |
Copyright © 2013. All Rights Reserved.