Module io.netty5.codec.http
Package io.netty5.handler.codec.rtsp
An RTSP
extension based on the HTTP codec.
-
Class Summary Class Description RtspDecoder Decodesio.netty5.buffer.ByteBuf
s into RTSP messages represented inHttpMessage
s.RtspEncoder RtspHeaderNames Standard RTSP header names.RtspHeaderValues Standard RTSP header names.RtspMethods The request getMethod of RTSP.RtspResponseStatuses The getStatus code and its description of a RTSP response.RtspVersions The version of RTSP.