Package de.root1.simon.codec.base

Provides the protocol codec encoders and decoders See:
          Description

Class Summary
AbstractMessageDecoder A MessageDecoder that decodes message header and forwards the decoding of body to a subclass.
AbstractMessageEncoder<T extends AbstractMessage> A MessageEncoder that encodes message header and forwards the encoding of body to a subclass.
MsgCloseRawChannelDecoder A MessageDecoder that decodes MsgCloseRawChannel.
MsgCloseRawChannelEncoder<T extends MsgCloseRawChannel> A MessageEncoder that encodes MsgCloseRawChannel.
MsgCloseRawChannelReturnDecoder A MessageDecoder that decodes MsgCloseRawChannelReturn.
MsgCloseRawChannelReturnEncoder<T extends MsgCloseRawChannelReturn> A MessageEncoder that encodes MsgCloseRawChannelReturn.
MsgEqualsDecoder A MessageDecoder that decodes MsgEquals.
MsgEqualsEncoder<T extends MsgEquals> A MessageEncoder that encodes MsgEquals.
MsgEqualsReturnDecoder A MessageDecoder that decodes MsgEqualsReturn.
MsgEqualsReturnEncoder<T extends MsgEqualsReturn> A MessageEncoder that encodes MsgEqualsReturn.
MsgErrorDecoder A MessageDecoder that decodes MsgError.
MsgErrorEncoder<T extends MsgError> A MessageEncoder that encodes MsgError.
MsgHashCodeDecoder A MessageDecoder that decodes MsgHashCode.
MsgHashCodeEncoder<T extends MsgHashCode> A MessageEncoder that encodes MsgHashCode.
MsgHashCodeReturnDecoder A MessageDecoder that decodes MsgHashCodeReturn.
MsgHashCodeReturnEncoder<T extends MsgHashCodeReturn> A MessageEncoder that encodes MsgHashCodeReturn.
MsgInterfaceLookupDecoder A MessageDecoder that decodes MsgNameLookup.
MsgInterfaceLookupEncoder<T extends MsgInterfaceLookup> A MessageEncoder that encodes MsgNameLookup.
MsgInterfaceLookupReturnDecoder A MessageDecoder that decodes MsgNameLookupReturn.
MsgInterfaceLookupReturnEncoder<T extends MsgInterfaceLookupReturn> A MessageEncoder that encodes MsgNameLookupReturn.
MsgInvokeDecoder A MessageDecoder that decodes MsgInvoke.
MsgInvokeEncoder<T extends MsgInvoke> A MessageEncoder that encodes MsgInvoke.
MsgInvokeReturnDecoder A MessageDecoder that decodes MsgInvokeReturn.
MsgInvokeReturnEncoder<T extends MsgInvokeReturn> A MessageEncoder that encodes MsgInvokeReturn.
MsgNameLookupDecoder A MessageDecoder that decodes MsgNameLookup.
MsgNameLookupEncoder<T extends MsgNameLookup> A MessageEncoder that encodes MsgNameLookup.
MsgNameLookupReturnDecoder A MessageDecoder that decodes MsgNameLookupReturn.
MsgNameLookupReturnEncoder<T extends MsgNameLookupReturn> A MessageEncoder that encodes MsgNameLookupReturn.
MsgOpenRawChannelDecoder A MessageDecoder that decodes MsgOpenRawChannel.
MsgOpenRawChannelEncoder<T extends MsgOpenRawChannel> A MessageEncoder that encodes MsgOpenRawChannel.
MsgOpenRawChannelReturnDecoder A MessageDecoder that decodes MsgOpenRawChannelReturn.
MsgOpenRawChannelReturnEncoder<T extends MsgOpenRawChannelReturn> A MessageEncoder that encodes MsgOpenRawChannelReturn.
MsgPingDecoder A MessageDecoder that decodes MsgPing.
MsgPingEncoder<T extends MsgPing> A MessageEncoder that encodes MsgPing.
MsgPongDecoder A MessageDecoder that decodes MsgPong.
MsgPongEncoder<T extends MsgPong> A MessageEncoder that encodes MsgPong.
MsgRawChannelDataDecoder A MessageDecoder that decodes MsgRawChannelData.
MsgRawChannelDataEncoder<T extends MsgRawChannelData> A MessageEncoder that encodes MsgRawChannelData.
MsgRawChannelDataReturnDecoder A MessageDecoder that decodes MsgRawChannelData.
MsgRawChannelDataReturnEncoder<T extends MsgRawChannelDataReturn> A MessageEncoder that encodes MsgRawChannelDataReturn.
MsgToStringDecoder A MessageDecoder that decodes MsgToString.
MsgToStringEncoder<T extends MsgToString> A MessageEncoder that encodes MsgToString.
MsgToStringReturnDecoder A MessageDecoder that decodes MsgToStringReturn.
MsgToStringReturnEncoder<T extends MsgToStringReturn> A MessageEncoder that encodes MsgToStringReturn.
SimonProtocolCodecFactory A ProtocolCodecFactory that provides a protocol codec for Simon Standard protocol.
 

Package de.root1.simon.codec.base Description

Provides the protocol codec encoders and decoders

Since:
SIMON_1.0.0


Copyright © 2011. All Rights Reserved.