Uses of Class
io.helidon.http.http2.Http2Flag.NoFlags
Packages that use Http2Flag.NoFlags
-
Uses of Http2Flag.NoFlags in io.helidon.http.http2
Fields in io.helidon.http.http2 with type parameters of type Http2Flag.NoFlagsModifier 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.Methods in io.helidon.http.http2 that return Http2Flag.NoFlagsModifier 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).Methods in io.helidon.http.http2 that return types with arguments of type Http2Flag.NoFlagsModifier and TypeMethodDescriptionHttp2GoAway.frameTypes()
Http2Priority.frameTypes()
Http2RstStream.frameTypes()
Http2WindowUpdate.frameTypes()
Methods in io.helidon.http.http2 with parameters of type Http2Flag.NoFlagsModifier 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)