Uses of Interface
io.netty.handler.codec.http2.Http2DataWriter
-
Packages that use Http2DataWriter Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2DataWriter in io.netty.handler.codec.http2
Subinterfaces of Http2DataWriter in io.netty.handler.codec.http2 Modifier and Type Interface Description interface
Http2ConnectionEncoder
Handler for outbound HTTP/2 traffic.interface
Http2FrameWriter
A writer responsible for marshaling HTTP/2 frames to the channel.Classes in io.netty.handler.codec.http2 that implement Http2DataWriter Modifier and Type Class Description class
CompressorHttp2ConnectionEncoder
A decorating HTTP2 encoder that will compress data frames according to thecontent-encoding
header for each stream.class
DecoratingHttp2ConnectionEncoder
A decorator around anotherHttp2ConnectionEncoder
instance.class
DecoratingHttp2FrameWriter
Decorator around anotherHttp2FrameWriter
instance.class
DefaultHttp2ConnectionEncoder
Default implementation ofHttp2ConnectionEncoder
.class
DefaultHttp2FrameWriter
AHttp2FrameWriter
that supports all frame types defined by the HTTP/2 specification.(package private) class
Http2ControlFrameLimitEncoder
DecoratingHttp2ConnectionEncoder
which guards against a remote peer that will trigger a massive amount of control frames but will not consume our responses to these.class
Http2OutboundFrameLogger
Decorator around aHttp2FrameWriter
that logs all outbound frames before calling the writer.class
StreamBufferingEncoder
Implementation of aHttp2ConnectionEncoder
that dispatches all method call to anotherHttp2ConnectionEncoder
, untilSETTINGS_MAX_CONCURRENT_STREAMS
is reached.
-