Uses of Class
io.netty5.handler.codec.http.HttpObjectDecoder
-
Packages that use HttpObjectDecoder Package Description io.netty5.handler.codec.http Encoder, decoder and their related message types for HTTP.io.netty5.handler.codec.rtsp An RTSP extension based on the HTTP codec. -
-
Uses of HttpObjectDecoder in io.netty5.handler.codec.http
Subclasses of HttpObjectDecoder in io.netty5.handler.codec.http Modifier and Type Class Description class
HttpRequestDecoder
class
HttpResponseDecoder
-
Uses of HttpObjectDecoder in io.netty5.handler.codec.rtsp
Subclasses of HttpObjectDecoder in io.netty5.handler.codec.rtsp Modifier and Type Class Description class
RtspDecoder
Decodesio.netty5.buffer.ByteBuf
s into RTSP messages represented inHttpMessage
s.
-