|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.cindy.decoder.PacketDecoderChain
public class PacketDecoderChain
PacketDecoder chain.
| Constructor Summary | |
|---|---|
PacketDecoderChain()
|
|
| Method Summary | |
|---|---|
PacketDecoderChain |
addPacketDecoder(PacketDecoder decoder)
|
java.lang.Object |
decode(Session session,
Packet packet)
Decode packet to object. |
PacketDecoderChain |
removePacketDecoder(PacketDecoder decoder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PacketDecoderChain()
| Method Detail |
|---|
public PacketDecoderChain addPacketDecoder(PacketDecoder decoder)
public PacketDecoderChain removePacketDecoder(PacketDecoder decoder)
public java.lang.Object decode(Session session,
Packet packet)
throws java.lang.Exception
PacketDecoder
decode in interface PacketDecodersession - sessionpacket - packet
java.lang.Exception - any exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||