Uses of Class
io.helidon.http.http2.Http2Headers
-
Uses of Http2Headers in io.helidon.http.http2
Methods in io.helidon.http.http2 that return Http2HeadersModifier and TypeMethodDescriptionAuthority of the request.static Http2HeadersCreate HTTP/2 headers from HTTP headers.static Http2HeadersHttp2Headers.create(Http2Stream stream, Http2Headers.DynamicTable table, Http2HuffmanDecoder huffman, Http2FrameData... frames) Create headers from HTTP request.static Http2HeadersHttp2Headers.create(Http2Stream stream, Http2Headers.DynamicTable table, Http2HuffmanDecoder huffman, Http2Headers headers, Http2FrameData... frames) Create headers from HTTP request.static Http2HeadersHttp2Headers.create(WritableHeaders<?> writableHeaders) Create from writable HTTP headers.HTTP method to be used.Path of the request.HTTP scheme, such ashttporhttps.Status pseudo header.Methods in io.helidon.http.http2 with parameters of type Http2HeadersModifier and TypeMethodDescriptionstatic Http2HeadersHttp2Headers.create(Http2Stream stream, Http2Headers.DynamicTable table, Http2HuffmanDecoder huffman, Http2Headers headers, Http2FrameData... frames) Create headers from HTTP request.default voidHttp2FrameListener.headers(io.helidon.common.socket.SocketContext ctx, int streamId, Http2Headers headers) Headers received.voidHttp2LoggingFrameListener.headers(io.helidon.common.socket.SocketContext ctx, int streamId, Http2Headers headers) voidHttp2Stream.headers(Http2Headers headers, boolean endOfStream) Headers received.intHttp2ConnectionWriter.writeHeaders(Http2Headers headers, int streamId, Http2Flag.HeaderFlags flags, FlowControl.Outbound flowControl) intHttp2ConnectionWriter.writeHeaders(Http2Headers headers, int streamId, Http2Flag.HeaderFlags flags, Http2FrameData dataFrame, FlowControl.Outbound flowControl) intHttp2StreamWriter.writeHeaders(Http2Headers headers, int streamId, Http2Flag.HeaderFlags flags, FlowControl.Outbound flowControl) Write headers with no (or streaming) entity.intHttp2StreamWriter.writeHeaders(Http2Headers headers, int streamId, Http2Flag.HeaderFlags flags, Http2FrameData dataFrame, FlowControl.Outbound flowControl) Write headers and entity.