Package org.jboss.netty.handler.codec.rtsp
An RTSP
extension based on the HTTP codec.
-
Class Summary Class Description RtspHeaders Standard RTSP header names and values.RtspHeaders.Names Standard RTSP header names.RtspHeaders.Values Standard RTSP header values.RtspMessageDecoder DecodesChannelBuffer
s into RTSP messages represented inHttpMessage
s.RtspMessageEncoder Encodes an RTSP message represented inHttpMessage
into aChannelBuffer
.RtspMethods The request method of RTSP.RtspRequestDecoder DecodesChannelBuffer
s into RTSP requests represented inHttpRequest
s.RtspRequestEncoder Encodes an RTSP request represented inHttpRequest
into aChannelBuffer
.RtspResponseDecoder DecodesChannelBuffer
s into RTSP responses represented inHttpResponse
s.RtspResponseEncoder Encodes an RTSP response represented inHttpResponse
into aChannelBuffer
.RtspResponseStatuses The status code and its description of a RTSP response.RtspVersions The version of RTSP.