Uses of Class
io.helidon.nima.http2.Http2Headers
Packages that use Http2Headers
Package
Description
HTTP/2 types common for client and server.
HTTP/2 WebServer.
HTTP/2 WebServer SPI.
-
Uses of Http2Headers in io.helidon.nima.http2
Methods in io.helidon.nima.http2 that return Http2HeadersModifier and TypeMethodDescriptionAuthority of the request.static Http2HeadersCreate HTTP/2 headers from HTTP headers.static Http2HeadersHttp2Headers.create(WritableHeaders<?> writableHeaders) Create from writable HTTP headers.static Http2HeadersHttp2Headers.create(Http2Stream stream, Http2Headers.DynamicTable table, Http2HuffmanDecoder huffman, Http2FrameData... frames) Create headers from HTTP request.Http2Headers.method(Http.Method method) HTTP method to be used.Path of the request.HTTP scheme, such ashttporhttps.Http2Headers.status(Http.Status status) Status pseudo header.Methods in io.helidon.nima.http2 with parameters of type Http2HeadersModifier and TypeMethodDescriptiondefault voidHttp2FrameListener.headers(SocketContext ctx, Http2Headers headers) Headers received.voidHttp2LoggingFrameListener.headers(SocketContext ctx, 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. -
Uses of Http2Headers in io.helidon.nima.http2.webserver
Methods in io.helidon.nima.http2.webserver with parameters of type Http2HeadersModifier and TypeMethodDescriptionvoidHttp2Stream.headers(Http2Headers headers, boolean endOfStream) voidHttp2Connection.upgradeConnectionData(HttpPrologue prologue, Http2Headers headers) Connection headers from an upgrade request from HTTP/1.1. -
Uses of Http2Headers in io.helidon.nima.http2.webserver.spi
Methods in io.helidon.nima.http2.webserver.spi with parameters of type Http2HeadersModifier and TypeMethodDescriptionHttp2SubProtocolSelector.subProtocol(ConnectionContext ctx, HttpPrologue prologue, Http2Headers headers, Http2StreamWriter streamWriter, int streamId, Http2Settings serverSettings, Http2Settings clientSettings, Http2StreamState currentStreamState, Router router) Check if this is a sub-protocol request and return appropriate result.