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 DecodesChannelBuffers into RTSP messages represented inHttpMessages.RtspMessageEncoder Encodes an RTSP message represented inHttpMessageinto aChannelBuffer.RtspMethods The request method of RTSP.RtspRequestDecoder DecodesChannelBuffers into RTSP requests represented inHttpRequests.RtspRequestEncoder Encodes an RTSP request represented inHttpRequestinto aChannelBuffer.RtspResponseDecoder DecodesChannelBuffers into RTSP responses represented inHttpResponses.RtspResponseEncoder Encodes an RTSP response represented inHttpResponseinto aChannelBuffer.RtspResponseStatuses The status code and its description of a RTSP response.RtspVersions The version of RTSP.