Uses of Interface
io.netty.handler.codec.http2.Http2FrameWriter
-
Packages that use Http2FrameWriter Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2FrameWriter in io.netty.handler.codec.http2
Subinterfaces of Http2FrameWriter in io.netty.handler.codec.http2 Modifier and Type Interface Description interfaceHttp2ConnectionEncoderHandler for outbound HTTP/2 traffic.Classes in io.netty.handler.codec.http2 that implement Http2FrameWriter 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.Fields in io.netty.handler.codec.http2 declared as Http2FrameWriter Modifier and Type Field Description private Http2FrameWriterDecoratingHttp2FrameWriter. delegateprivate Http2FrameWriterDefaultHttp2ConnectionEncoder. frameWriterprivate Http2FrameWriterDefaultHttp2LocalFlowController. frameWriterprivate Http2FrameWriterHttp2FrameCodecBuilder. frameWriterprivate Http2FrameWriterHttp2MultiplexCodecBuilder. frameWriterDeprecated.private Http2FrameWriterHttp2OutboundFrameLogger. writerMethods in io.netty.handler.codec.http2 that return Http2FrameWriter Modifier and Type Method Description Http2FrameWriterDecoratingHttp2ConnectionEncoder. frameWriter()Http2FrameWriterDefaultHttp2ConnectionEncoder. frameWriter()Http2FrameWriterHttp2ConnectionEncoder. frameWriter()Provides direct access to the underlying frame writer object.protected Http2FrameWriterHttp2ConnectionHandler. frameWriter()Methods in io.netty.handler.codec.http2 with parameters of type Http2FrameWriter Modifier and Type Method Description DefaultHttp2LocalFlowControllerDefaultHttp2LocalFlowController. frameWriter(Http2FrameWriter frameWriter)Http2LocalFlowControllerDelegatingDecompressorFrameListener.ConsumedBytesConverter. frameWriter(Http2FrameWriter frameWriter)(package private) Http2FrameCodecBuilderHttp2FrameCodecBuilder. frameWriter(Http2FrameWriter frameWriter)Http2LocalFlowControllerHttp2LocalFlowController. frameWriter(Http2FrameWriter frameWriter)Sets the writer to be use for sendingWINDOW_UPDATEframes.(package private) Http2MultiplexCodecBuilderHttp2MultiplexCodecBuilder. frameWriter(Http2FrameWriter frameWriter)Deprecated.private static ChannelFutureDefaultHttp2ConnectionEncoder. sendHeaders(Http2FrameWriter frameWriter, ChannelHandlerContext ctx, int streamId, Http2Headers headers, boolean hasPriority, int streamDependency, short weight, boolean exclusive, int padding, boolean endOfStream, ChannelPromise promise)Write headers viaHttp2FrameWriter.Constructors in io.netty.handler.codec.http2 with parameters of type Http2FrameWriter Constructor Description DecoratingHttp2FrameWriter(Http2FrameWriter delegate)DefaultHttp2ConnectionEncoder(Http2Connection connection, Http2FrameWriter frameWriter)Http2OutboundFrameLogger(Http2FrameWriter writer, Http2FrameLogger logger)
-