Uses of Interface
io.netty.handler.codec.http2.Http2FrameWriter
Packages that use Http2FrameWriter
-
Uses of Http2FrameWriter in io.netty.handler.codec.http2
Subinterfaces of Http2FrameWriter in io.netty.handler.codec.http2Modifier and TypeInterfaceDescriptioninterfaceHandler for outbound HTTP/2 traffic.Classes in io.netty.handler.codec.http2 that implement Http2FrameWriterModifier 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.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.Methods in io.netty.handler.codec.http2 that return Http2FrameWriterModifier and TypeMethodDescriptionDecoratingHttp2ConnectionEncoder.frameWriter()DefaultHttp2ConnectionEncoder.frameWriter()Http2ConnectionEncoder.frameWriter()Provides direct access to the underlying frame writer object.protected Http2FrameWriterHttp2ConnectionHandler.frameWriter()Methods in io.netty.handler.codec.http2 with parameters of type Http2FrameWriterModifier and TypeMethodDescriptionDefaultHttp2LocalFlowController.frameWriter(Http2FrameWriter frameWriter) Http2LocalFlowController.frameWriter(Http2FrameWriter frameWriter) Sets the writer to be use for sendingWINDOW_UPDATEframes.Constructors in io.netty.handler.codec.http2 with parameters of type Http2FrameWriterModifierConstructorDescriptionDecoratingHttp2FrameWriter(Http2FrameWriter delegate) DefaultHttp2ConnectionEncoder(Http2Connection connection, Http2FrameWriter frameWriter) Http2OutboundFrameLogger(Http2FrameWriter writer, Http2FrameLogger logger)