java.lang.Object
io.helidon.http.http2.Http2Flag
- Direct Known Subclasses:
Http2Flag.ContinuationFlags,Http2Flag.DataFlags,Http2Flag.HeaderFlags,Http2Flag.NoFlags,Http2Flag.PingFlags,Http2Flag.PushPromiseFlags,Http2Flag.SettingsFlags
HTTP/2 frame flag support.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFlags supported by continuation frame.static classFlags supported by data frame.static interfaceFlags interface to have typed flag methods for types that support it.static classFlags supported by headers frame.static classFlags for frames that do not have support for any flag.static classFlags supported by ping frame.static classFlags supported by push promise frame.static classFlags supported by settings frame. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intACK flag, used for acknowledgements.static final intEnd of headers flag (used by headers, and continuations).static final intEnd of stream flag (used by headers, and data).static final intPadded flag (used by headers, and data).static final intPriority flag. -
Method Summary
-
Field Details
-
END_OF_STREAM
public static final int END_OF_STREAMEnd of stream flag (used by headers, and data).- See Also:
-
ACK
public static final int ACKACK flag, used for acknowledgements.- See Also:
-
END_OF_HEADERS
public static final int END_OF_HEADERSEnd of headers flag (used by headers, and continuations).- See Also:
-
PADDED
public static final int PADDEDPadded flag (used by headers, and data).- See Also:
-
PRIORITY
public static final int PRIORITYPriority flag.- See Also:
-
-
Method Details