Uses of Interface
io.helidon.http.http2.Http2FrameTypes
Packages that use Http2FrameTypes
-
Uses of Http2FrameTypes in io.helidon.http.http2
Fields in io.helidon.http.http2 declared as Http2FrameTypesModifier and TypeFieldDescriptionstatic final Http2FrameTypes<Http2Flag.ContinuationFlags> Http2FrameTypes.CONTINUATIONContinuation frame types.static final Http2FrameTypes<Http2Flag.DataFlags> Http2FrameTypes.DATAData frame types.static final Http2FrameTypes<Http2Flag.NoFlags> Http2FrameTypes.GO_AWAYGo away frame types.static final Http2FrameTypes<Http2Flag.HeaderFlags> Http2FrameTypes.HEADERSHeaders frame types.static final Http2FrameTypes<Http2Flag.PingFlags> Http2FrameTypes.PINGPing frame types.static final Http2FrameTypes<Http2Flag.NoFlags> Http2FrameTypes.PRIORITYPriority frame types.static final Http2FrameTypes<Http2Flag.PushPromiseFlags> Http2FrameTypes.PUSH_PROMISEPush promise frame types.static final Http2FrameTypes<Http2Flag.NoFlags> Http2FrameTypes.RST_STREAMRST stream frame types.static final Http2FrameTypes<Http2Flag.SettingsFlags> Http2FrameTypes.SETTINGSSettings frame types.static final Http2FrameTypes<Http2Flag.NoFlags> Http2FrameTypes.UNKNOWNUnknown frame types.static final Http2FrameTypes<Http2Flag.NoFlags> Http2FrameTypes.WINDOW_UPDATEWindow update frame types.Methods in io.helidon.http.http2 that return Http2FrameTypesModifier and TypeMethodDescriptionHttp2Continuation.frameTypes()Http2DataFrame.frameTypes()Http2Frame.frameTypes()Frame types.Http2GoAway.frameTypes()Http2Ping.frameTypes()Http2Priority.frameTypes()Http2RstStream.frameTypes()Http2Settings.frameTypes()Http2WindowUpdate.frameTypes()static Http2FrameTypes<? extends Http2Flag> Http2FrameTypes.get(Http2FrameType frameType) Get frame types based on frame type enum.Methods in io.helidon.http.http2 with parameters of type Http2FrameTypesModifier and TypeMethodDescriptionstatic <T extends Http2Flag>
Http2FrameHeaderHttp2FrameHeader.create(int length, Http2FrameTypes<T> frameType, T flags, int streamIdentifier) Create a frame header from known values.<T extends Http2Flag>
THttp2FrameHeader.flags(Http2FrameTypes<T> types) Get typed flags of this frame header.