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 SummaryNested classes/interfaces inherited from class io.helidon.http.http2.Http2FlagHttp2Flag.ContinuationFlags, Http2Flag.DataFlags, Http2Flag.Flags, Http2Flag.HeaderFlags, Http2Flag.NoFlags, Http2Flag.PingFlags, Http2Flag.PushPromiseFlags, Http2Flag.SettingsFlags
- 
Field SummaryFields inherited from class io.helidon.http.http2.Http2FlagACK, END_OF_HEADERS, END_OF_STREAM, PADDED, PRIORITY
- 
Method SummaryModifier and TypeMethodDescriptionstatic Http2Flag.NoFlagscreate()Create no flags.static Http2Flag.NoFlagscreate(int flags) Create no flags from the numeric value (should be always zero, though not validated by this method).
- 
Method Details- 
createCreate no flags.- Returns:
- no flags instance
 
- 
createCreate 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
 
 
-