Uses of Interface
io.netty.handler.codec.http2.Http2DataWriter
Packages that use Http2DataWriter
-
Uses of Http2DataWriter in io.netty.handler.codec.http2
Subinterfaces of Http2DataWriter in io.netty.handler.codec.http2Modifier and TypeInterfaceDescriptioninterfaceHandler for outbound HTTP/2 traffic.interfaceA writer responsible for marshaling HTTP/2 frames to the channel.Classes in io.netty.handler.codec.http2 that implement Http2DataWriterModifier and TypeClassDescriptionclassA decorating HTTP2 encoder that will compress data frames according to thecontent-encodingheader for each stream.classA decorator around anotherHttp2ConnectionEncoderinstance.classDecorator around anotherHttp2FrameWriterinstance.classDefault implementation ofHttp2ConnectionEncoder.classAHttp2FrameWriterthat supports all frame types defined by the HTTP/2 specification.(package private) final classDecoratingHttp2ConnectionEncoderwhich guards against a remote peer that will trigger a massive amount of control frames but will not consume our responses to these.classDecorator around aHttp2FrameWriterthat logs all outbound frames before calling the writer.classImplementation of aHttp2ConnectionEncoderthat dispatches all method call to anotherHttp2ConnectionEncoder, untilSETTINGS_MAX_CONCURRENT_STREAMSis reached.