public class RTMPMinaProtocolDecoder extends ProtocolDecoderAdapter
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
RTMPMinaProtocolDecoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(IoSession session,
IoBuffer in,
ProtocolDecoderOutput out) |
RTMPProtocolDecoder |
getDecoder()
Returns an RTMP decoder
|
void |
setDecoder(RTMPProtocolDecoder decoder)
Sets the RTMP protocol decoder.
|
void |
setDeserializer(Deserializer deserializer)
Setter for deserializer.
|
dispose, finishDecodepublic void decode(IoSession session, IoBuffer in, ProtocolDecoderOutput out) throws ProtocolCodecException
ProtocolCodecExceptionpublic void setDecoder(RTMPProtocolDecoder decoder)
decoder - public RTMPProtocolDecoder getDecoder()
public void setDeserializer(Deserializer deserializer)
deserializer - DeserializerCopyright © 2006-2012 The Red5 Project