org.jboss.netty.handler.codec.rtsp
Class RtspRequestEncoder
java.lang.Object
org.jboss.netty.handler.codec.oneone.OneToOneEncoder
org.jboss.netty.handler.codec.http.HttpMessageEncoder
org.jboss.netty.handler.codec.rtsp.RtspMessageEncoder
org.jboss.netty.handler.codec.rtsp.RtspRequestEncoder
- All Implemented Interfaces:
- ChannelDownstreamHandler, ChannelHandler
public class RtspRequestEncoder
- extends RtspMessageEncoder
Encodes an RTSP request represented in HttpRequest
into
a ChannelBuffer
.
- Version:
- $Rev: 2117 $, $Date: 2010-02-01 17:28:17 +0900 (Mon, 01 Feb 2010) $
- Author:
- The Netty Project, Amit Bhayani, Trustin Lee
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RtspRequestEncoder
public RtspRequestEncoder()
encodeInitialLine
protected void encodeInitialLine(ChannelBuffer buf,
HttpMessage message)
throws Exception
- Specified by:
encodeInitialLine
in class HttpMessageEncoder
- Throws:
Exception
Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.