Uses of Class
io.helidon.http.http2.Http2Flag.NoFlags
-
Uses of Http2Flag.NoFlags in io.helidon.http.http2
Modifier and TypeFieldDescriptionstatic final Http2FrameTypes
<Http2Flag.NoFlags> Http2FrameTypes.GO_AWAY
Go away frame types.static final Http2FrameTypes
<Http2Flag.NoFlags> Http2FrameTypes.PRIORITY
Priority frame types.static final Http2FrameTypes
<Http2Flag.NoFlags> Http2FrameTypes.RST_STREAM
RST stream frame types.static final Http2FrameTypes
<Http2Flag.NoFlags> Http2FrameTypes.UNKNOWN
Unknown frame types.static final Http2FrameTypes
<Http2Flag.NoFlags> Http2FrameTypes.WINDOW_UPDATE
Window update frame types.Modifier and TypeMethodDescriptionstatic Http2Flag.NoFlags
Http2Flag.NoFlags.create()
Create no flags.static Http2Flag.NoFlags
Http2Flag.NoFlags.create
(int flags) Create no flags from the numeric value (should be always zero, though not validated by this method).Modifier and TypeMethodDescriptionHttp2GoAway.frameTypes()
Http2Priority.frameTypes()
Http2RstStream.frameTypes()
Http2WindowUpdate.frameTypes()
Modifier and TypeMethodDescriptionHttp2GoAway.toFrameData
(Http2Settings settings, int streamId, Http2Flag.NoFlags flags) Http2Priority.toFrameData
(Http2Settings settings, int forStreamId, Http2Flag.NoFlags flags) Http2RstStream.toFrameData
(Http2Settings settings, int streamId, Http2Flag.NoFlags flags) Http2WindowUpdate.toFrameData
(Http2Settings settings, int streamId, Http2Flag.NoFlags flags)