|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEventDecoder
Event decoder decodes event objects from incoming byte buffer.
| Method Detail |
|---|
Unknown decodeUnknown(byte dataType,
org.apache.mina.common.ByteBuffer in)
dataType - Data typein - Byte buffer to decode
ChunkSize decodeChunkSize(org.apache.mina.common.ByteBuffer in)
in - Byte buffer to decode
ISharedObjectMessage decodeSharedObject(org.apache.mina.common.ByteBuffer in,
RTMP rtmp)
in - Byte buffer to decodertmp - RTMP protocol state
ISharedObjectMessage decodeFlexSharedObject(org.apache.mina.common.ByteBuffer in,
RTMP rtmp)
in - Byte buffer to decodertmp - RTMP protocol state
Notify decodeNotify(org.apache.mina.common.ByteBuffer in,
RTMP rtmp)
in - Byte buffer to decodertmp - RTMP protocol state
Invoke decodeInvoke(org.apache.mina.common.ByteBuffer in,
RTMP rtmp)
in - Byte buffer to decodertmp - RTMP protocol state
Ping decodePing(org.apache.mina.common.ByteBuffer in)
in - Byte buffer to decode
BytesRead decodeBytesRead(org.apache.mina.common.ByteBuffer in)
in - Byte buffer to decode
AudioData decodeAudioData(org.apache.mina.common.ByteBuffer in)
in - Byte buffer to decode
VideoData decodeVideoData(org.apache.mina.common.ByteBuffer in)
in - Byte buffer to decode
FlexMessage decodeFlexMessage(org.apache.mina.common.ByteBuffer in,
RTMP rtmp)
in - Byte buffer to decodertmp - RTMP protocol state
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||