Uses of Class
io.netty.handler.codec.MessageToMessageCodec
Packages that use MessageToMessageCodec
Package
Description
Encoder, decoder and their related message types for HTTP.
Handlers for sending and receiving HTTP/2 frames.
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.httpModifier and TypeClassDescriptionclass
Compresses anHttpMessage
and anHttpContent
ingzip
ordeflate
encoding while respecting the"Accept-Encoding"
header.class
Encodes the content of the outboundHttpResponse
andHttpContent
. -
Uses of MessageToMessageCodec in io.netty.handler.codec.http2
Subclasses of MessageToMessageCodec in io.netty.handler.codec.http2Modifier and TypeClassDescriptionclass
This handler converts fromHttp2StreamFrame
toHttpObject
, and back. -
Uses of MessageToMessageCodec in io.netty.handler.codec.spdy
Subclasses of MessageToMessageCodec in io.netty.handler.codec.spdyModifier and TypeClassDescriptionclass
MessageToMessageCodec
that takes care of adding the rightSpdyHttpHeaders.Names.STREAM_ID
to theHttpMessage
if one is not present.