Module io.helidon.http.http2
Package io.helidon.http.http2
package io.helidon.http.http2
Helidon Common HTTP/2 classes.
-
ClassDescriptionHTTP/2 Flow control for connection.Connection flow control builder.Flow control used by HTTP/2 for backpressure.Inbound flow control used by HTTP/2 for backpressure.Outbound flow control used by HTTP/2 for backpressure.HTTP/2 connection writer.HTTP/2 Continuation frame.Data frame.HTTP/2 error codes.HTTP/2 exception.HTTP/2 frame flag support.Flags supported by continuation frame.Flags supported by data frame.Flags interface to have typed flag methods for types that support it.Flags supported by headers frame.Flags for frames that do not have support for any flag.Flags supported by ping frame.Flags supported by push promise frame.Flags supported by settings frame.Http2Frame<T extends Http2Flag>HTTP/2 frame.Frame data record.Frame header.Frame listener for HTTP/2 connection.HTTP/2 frame types.Http2FrameTypes<T extends Http2Flag>Frame types with types flags.Go away frame.HTTP/2 headers combining pseudo headers and
Headers
.There is one dynamic table for inbound headers and one for outbound headers for each connection.Implementation of HPack Huffman decoding.Implementation of HPack Huffman encoding.HTTP/2 frame listener that logs all calls.Ping frame.HTTP/2 priority frame.RST Stream frame.Http2Setting<T>HTTP/2 setting.HTTP settings frame.Fluent API builder forHttp2Settings
.HTTP/2 stream.Stream state.Writer for a single stream.HTTP/2 utility.Window update frame.Stream specific HTTP/2 flow control.Window size container, used withFlowControl
.Inbound window size container.Outbound window size container.