Uses of Class
io.helidon.http.http2.Http2HuffmanDecoder
Packages that use Http2HuffmanDecoder
-
Uses of Http2HuffmanDecoder in io.helidon.http.http2
Methods in io.helidon.http.http2 that return Http2HuffmanDecoderModifier and TypeMethodDescriptionstatic Http2HuffmanDecoder
Http2HuffmanDecoder.create()
Creates a new HPack Huffman decoder.Methods in io.helidon.http.http2 with parameters of type Http2HuffmanDecoderModifier 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.