java.lang.Object
io.helidon.http.http2.Http2Flag
io.helidon.http.http2.Http2Flag.DataFlags
- All Implemented Interfaces:
Http2Flag.Flags
- Enclosing class:
Http2Flag
Flags supported by data frame.
-
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.DataFlags
create
(int flags) Create data flags.default boolean
Whether the end of stream flag is set.default boolean
padded()
Whether the padded flag is set.toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.helidon.http.http2.Http2Flag.Flags
value
-
Method Details
-
create
Create data flags.- Parameters:
flags
- flags number- Returns:
- data flags
-
toString
-
endOfStream
default boolean endOfStream()Whether the end of stream flag is set.- Returns:
- is end of stream
-
padded
default boolean padded()Whether the padded flag is set.- Returns:
- is padded
-