Package io.netty.handler.codec.rtsp
An RTSP
extension based on the HTTP codec.
-
Class Summary Class Description RtspDecoder DecodesByteBuf
s into RTSP messages represented inHttpMessage
s.RtspEncoder RtspHeaderNames Standard RTSP header names.RtspHeaders Deprecated. UseRtspHeaderNames
orRtspHeaderValues
instead.RtspHeaders.Names Deprecated. UseRtspHeaderNames
instead.RtspHeaders.Values Deprecated. UseRtspHeaderValues
instead.RtspHeaderValues Standard RTSP header names.RtspMethods The request getMethod of RTSP.RtspObjectDecoder Deprecated. UseRtspDecoder
instead.RtspObjectEncoder<H extends HttpMessage> Deprecated. UseRtspEncoder
instead.RtspRequestDecoder Deprecated. UseRtspDecoder
directly insteadRtspRequestEncoder Deprecated. UseRtspEncoder
directly insteadRtspResponseDecoder Deprecated. UseRtspDecoder
directly insteadRtspResponseEncoder Deprecated. UseRtspEncoder
directly insteadRtspResponseStatuses The getStatus code and its description of a RTSP response.RtspVersions The version of RTSP.