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 classHttpRequestDecoderclassHttpResponseDecoder -
Uses of HttpObjectDecoder in io.netty5.handler.codec.rtsp
Subclasses of HttpObjectDecoder in io.netty5.handler.codec.rtsp Modifier and Type Class Description classRtspDecoderDecodesio.netty5.buffer.ByteBufs into RTSP messages represented inHttpMessages.
-