Uses of Class
io.netty.handler.codec.MessageToMessageCodec
-
Packages that use MessageToMessageCodec Package Description io.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames.io.netty.handler.codec.spdy Encoder, decoder, session handler and their related message types for the SPDY protocol. -
-
Uses of MessageToMessageCodec in io.netty.handler.codec.http
Subclasses of MessageToMessageCodec in io.netty.handler.codec.http Modifier and Type Class Description class
HttpContentCompressor
Compresses anHttpMessage
and anHttpContent
ingzip
ordeflate
encoding while respecting the"Accept-Encoding"
header.class
HttpContentEncoder
Encodes the content of the outboundHttpResponse
andHttpContent
. -
Uses of MessageToMessageCodec in io.netty.handler.codec.http2
Subclasses of MessageToMessageCodec in io.netty.handler.codec.http2 Modifier and Type Class Description class
Http2StreamFrameToHttpObjectCodec
This handler converts fromHttp2StreamFrame
toHttpObject
, and back. -
Uses of MessageToMessageCodec in io.netty.handler.codec.spdy
Subclasses of MessageToMessageCodec in io.netty.handler.codec.spdy Modifier and Type Class Description class
SpdyHttpResponseStreamIdHandler
MessageToMessageCodec
that takes care of adding the rightSpdyHttpHeaders.Names.STREAM_ID
to theHttpMessage
if one is not present.
-