java.lang.Object
io.helidon.http.http2.Http2Flag
io.helidon.http.http2.Http2Flag.PingFlags
- All Implemented Interfaces:
- Http2Flag.Flags
- Enclosing class:
- Http2Flag
Flags supported by ping frame.
- 
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 TypeMethodDescriptiondefault booleanack()Whether the ack flag is set.static Http2Flag.PingFlagscreate(int flags) Create ping flags.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.http.http2.Http2Flag.Flagsvalue
- 
Method Details- 
createCreate ping flags.- Parameters:
- flags- flags number
- Returns:
- ping flags
 
- 
ackdefault boolean ack()Whether the ack flag is set.- Returns:
- is ack
 
 
-