Uses of Class
io.helidon.http.http2.Http2Flag.HeaderFlags
Packages that use Http2Flag.HeaderFlags
-
Uses of Http2Flag.HeaderFlags in io.helidon.http.http2
Fields in io.helidon.http.http2 with type parameters of type Http2Flag.HeaderFlagsModifier and TypeFieldDescriptionstatic final Http2FrameTypes<Http2Flag.HeaderFlags> Http2FrameTypes.HEADERSHeaders frame types.Methods in io.helidon.http.http2 that return Http2Flag.HeaderFlagsModifier and TypeMethodDescriptionstatic Http2Flag.HeaderFlagsHttp2Flag.HeaderFlags.create(int flags) Create headers flags.Methods in io.helidon.http.http2 with parameters of type Http2Flag.HeaderFlagsModifier and TypeMethodDescriptionintHttp2ConnectionWriter.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.