Uses of Interface
io.helidon.nima.http2.Http2Stream
Packages that use Http2Stream
Package
Description
HTTP/2 types common for client and server.
HTTP/2 WebServer.
-
Uses of Http2Stream in io.helidon.nima.http2
Methods in io.helidon.nima.http2 with parameters of type Http2StreamModifier and TypeMethodDescriptionstatic Http2HeadersHttp2Headers.create(Http2Stream stream, Http2Headers.DynamicTable table, Http2HuffmanDecoder huffman, Http2FrameData... frames) Create headers from HTTP request. -
Uses of Http2Stream in io.helidon.nima.http2.webserver
Classes in io.helidon.nima.http2.webserver that implement Http2Stream