Uses of Class
io.netty.handler.codec.rtsp.RtspDecoder
-
Packages that use RtspDecoder Package Description io.netty.handler.codec.rtsp An RTSP extension based on the HTTP codec. -
-
Uses of RtspDecoder in io.netty.handler.codec.rtsp
Subclasses of RtspDecoder in io.netty.handler.codec.rtsp Modifier and Type Class Description class
RtspRequestDecoder
Deprecated.UseRtspDecoder
directly insteadclass
RtspResponseDecoder
Deprecated.UseRtspDecoder
directly instead
-