org.red5.server.net.mrtmp.codec
Class MRTMPProtocolDecoder
java.lang.Object
org.red5.server.net.mrtmp.codec.MRTMPProtocolDecoder
- All Implemented Interfaces:
- ProtocolDecoder
public class MRTMPProtocolDecoder
- extends Object
- implements ProtocolDecoder
- Author:
- Steven Gong (steven.gong@gmail.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MRTMPProtocolDecoder
public MRTMPProtocolDecoder()
decode
public void decode(org.apache.mina.core.session.IoSession session,
org.apache.mina.core.buffer.IoBuffer in,
ProtocolDecoderOutput out)
throws Exception
- Specified by:
decode
in interface ProtocolDecoder
- Throws:
Exception
dispose
public void dispose(org.apache.mina.core.session.IoSession session)
throws Exception
- Specified by:
dispose
in interface ProtocolDecoder
- Throws:
Exception
finishDecode
public void finishDecode(org.apache.mina.core.session.IoSession session,
ProtocolDecoderOutput out)
throws Exception
- Specified by:
finishDecode
in interface ProtocolDecoder
- Throws:
Exception
decodeHeader
public MRTMPPacket.Header decodeHeader(org.apache.mina.core.buffer.IoBuffer buffer)
decodeBody
public MRTMPPacket.Body decodeBody(org.apache.mina.core.buffer.IoBuffer buffer,
MRTMPPacket.Header header)
Copyright © 2006-2009 The Red5 Project