Uses of Interface
io.helidon.http.http2.Http2Stream
Package
Description
Helidon Common HTTP/2 classes.
Helidon WebClient HTTP/2 Support.
-
Uses of Http2Stream in io.helidon.http.http2
Modifier and TypeMethodDescriptionstatic Http2Headers
Http2Headers.create
(Http2Stream stream, Http2Headers.DynamicTable table, Http2HuffmanDecoder huffman, Http2FrameData... frames) Create headers from HTTP request.static Http2Headers
Http2Headers.create
(Http2Stream stream, Http2Headers.DynamicTable table, Http2HuffmanDecoder huffman, Http2Headers headers, Http2FrameData... frames) Create headers from HTTP request. -
Uses of Http2Stream in io.helidon.webclient.http2