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 TypeClassDescriptionclassCompresses anHttpMessageand anHttpContentingzipordeflateencoding while respecting the"Accept-Encoding"header.classEncodes the content of the outboundHttpResponseandHttpContent. -
Uses of MessageToMessageCodec in io.netty.handler.codec.http2
Subclasses of MessageToMessageCodec in io.netty.handler.codec.http2Modifier and TypeClassDescriptionclassThis handler converts fromHttp2StreamFrametoHttpObject, and back. -
Uses of MessageToMessageCodec in io.netty.handler.codec.spdy
Subclasses of MessageToMessageCodec in io.netty.handler.codec.spdyModifier and TypeClassDescriptionclassMessageToMessageCodecthat takes care of adding the rightSpdyHttpHeaders.Names.STREAM_IDto theHttpMessageif one is not present.