org.red5.server.net.rtsp.codec
Class RTSPEncoder
java.lang.Object
org.red5.server.net.rtsp.codec.RTSPEncoder
- All Implemented Interfaces:
- ProtocolEncoder
public class RTSPEncoder
- extends Object
- implements ProtocolEncoder
Encode a RTSP message into a buffer for sending.
- Author:
- Matteo Merli (matteo.merli@gmail.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RTSPEncoder
public RTSPEncoder()
encode
public void encode(IoSession session,
Object message,
ProtocolEncoderOutput out)
throws ProtocolEncoderException
- Specified by:
encode in interface ProtocolEncoder
- Throws:
ProtocolEncoderException
dispose
public void dispose(IoSession arg0)
throws Exception
- Specified by:
dispose in interface ProtocolEncoder
- Throws:
Exception
Copyright © 2006-2009 The Red5 Project