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 interfaceHttp2ConnectionEncoderHandler for outbound HTTP/2 traffic.interfaceHttp2FrameWriterA 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 classCompressorHttp2ConnectionEncoderA decorating HTTP2 encoder that will compress data frames according to thecontent-encodingheader for each stream.classDecoratingHttp2ConnectionEncoderA decorator around anotherHttp2ConnectionEncoderinstance.classDecoratingHttp2FrameWriterDecorator around anotherHttp2FrameWriterinstance.classDefaultHttp2ConnectionEncoderDefault implementation ofHttp2ConnectionEncoder.classDefaultHttp2FrameWriterAHttp2FrameWriterthat supports all frame types defined by the HTTP/2 specification.(package private) classHttp2ControlFrameLimitEncoderDecoratingHttp2ConnectionEncoderwhich guards against a remote peer that will trigger a massive amount of control frames but will not consume our responses to these.classHttp2OutboundFrameLoggerDecorator around aHttp2FrameWriterthat logs all outbound frames before calling the writer.classStreamBufferingEncoderImplementation of aHttp2ConnectionEncoderthat dispatches all method call to anotherHttp2ConnectionEncoder, untilSETTINGS_MAX_CONCURRENT_STREAMSis reached.
-