| Package | Description |
|---|---|
| io.nadron.handlers.netty | |
| io.nadron.protocols.impl | |
| io.nadron.server.netty |
| Class and Description |
|---|
| EventDecoder |
| LoginHandler |
| LoginProtocol
Applies a protocol to the incoming pipeline which will handle login.
|
| MessageBufferEventDecoder
This decoder will convert a Netty
ByteBuf to a
NettyMessageBuffer. |
| MessageBufferEventEncoder |
| WebSocketLoginHandler
This login handler will parse incoming login events to get the
Credentials and lookup Player and GameRoom objects. |
| Class and Description |
|---|
| AMF3ToJavaObjectDecoder
This class takes a
ByteBuf containing AMF3 object as input and
creates a java object from it using the AMFDeSerializer class. |
| EventDecoder |
| EventEncoder
A simple event encoder will receive an incoming event, and convert it to a
ByteBuf. |
| EventObjectDecoder |
| JavaObjectToAMF3Encoder
This class will convert the incoming java object to Flex AMF3 byte format and
put them in a Netty
ByteBuf. |
| MessageBufferEventDecoder
This decoder will convert a Netty
ByteBuf 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 |
|---|
| FlashPolicyServerHandler |
| LoginProtocol
Applies a protocol to the incoming pipeline which will handle login.
|
| UDPEventEncoder |
| UDPUpstreamHandler |
Copyright © 2013. All Rights Reserved.