org.red5.server.net.rtmp.codec
Class RTMPMinaProtocolDecoder
java.lang.Object
org.apache.mina.filter.codec.ProtocolDecoderAdapter
org.red5.server.net.rtmp.codec.RTMPMinaProtocolDecoder
- All Implemented Interfaces:
- ProtocolDecoder
public class RTMPMinaProtocolDecoder
- extends ProtocolDecoderAdapter
RTMP protocol decoder.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RTMPMinaProtocolDecoder
public RTMPMinaProtocolDecoder()
decode
public void decode(IoSession session,
IoBuffer in,
ProtocolDecoderOutput out)
throws ProtocolCodecException
-
- Throws:
ProtocolCodecException
setDeserializer
public void setDeserializer(Deserializer deserializer)
- Setter for deserializer.
- Parameters:
deserializer
- Deserializer
getDecoder
public RTMPProtocolDecoder getDecoder()
Copyright © 2006-2010 The Red5 Project