java.lang.Object
io.helidon.http.http2.Http2Flag
io.helidon.http.http2.Http2Flag.NoFlags
- Enclosing class:
Http2Flag
Flags for frames that do not have support for any flag.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.http.http2.Http2Flag
Http2Flag.ContinuationFlags, Http2Flag.DataFlags, Http2Flag.Flags, Http2Flag.HeaderFlags, Http2Flag.NoFlags, Http2Flag.PingFlags, Http2Flag.PushPromiseFlags, Http2Flag.SettingsFlags
-
Field Summary
Fields inherited from class io.helidon.http.http2.Http2Flag
ACK, END_OF_HEADERS, END_OF_STREAM, PADDED, PRIORITY
-
Method Summary
Modifier and TypeMethodDescriptionstatic Http2Flag.NoFlags
create()
Create no flags.static Http2Flag.NoFlags
create
(int flags) Create no flags from the numeric value (should be always zero, though not validated by this method).
-
Method Details
-
create
Create no flags.- Returns:
- no flags instance
-
create
Create no flags from the numeric value (should be always zero, though not validated by this method).- Parameters:
flags
- flags number- Returns:
- new no flags instance
-