Package org.jboss.netty.handler.codec.rtsp
package org.jboss.netty.handler.codec.rtsp
An RTSP
extension based on the HTTP codec.
-
ClassesClassDescriptionStandard RTSP header names and values.Standard RTSP header names.Standard RTSP header values.Decodes
ChannelBuffer
s into RTSP messages represented inHttpMessage
s.Encodes an RTSP message represented inHttpMessage
into aChannelBuffer
.The request method of RTSP.DecodesChannelBuffer
s into RTSP requests represented inHttpRequest
s.Encodes an RTSP request represented inHttpRequest
into aChannelBuffer
.DecodesChannelBuffer
s into RTSP responses represented inHttpResponse
s.Encodes an RTSP response represented inHttpResponse
into aChannelBuffer
.The status code and its description of a RTSP response.The version of RTSP.