Uses of Class
io.helidon.http.http2.Http2Flag
Packages that use Http2Flag
-
Uses of Http2Flag in io.helidon.http.http2
Classes in io.helidon.http.http2 with type parameters of type Http2FlagModifier and TypeInterfaceDescriptioninterfaceHttp2Frame<T extends Http2Flag>HTTP/2 frame.interfaceHttp2FrameTypes<T extends Http2Flag>Frame types with types flags.Subclasses of Http2Flag in io.helidon.http.http2Modifier and TypeClassDescriptionstatic classFlags supported by continuation frame.static classFlags supported by data frame.static classFlags supported by headers frame.static classFlags for frames that do not have support for any flag.static classFlags supported by ping frame.static classFlags supported by push promise frame.static classFlags supported by settings frame.Methods in io.helidon.http.http2 with type parameters of type Http2FlagModifier 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.Methods in io.helidon.http.http2 that return Http2FlagModifier and TypeMethodDescriptionHttp2FrameHeader.typedFlags()Flags typed correctly based on theHttp2FrameHeader.type().Methods in io.helidon.http.http2 that return types with arguments of type Http2FlagModifier and TypeMethodDescriptionstatic Http2FrameTypes<? extends Http2Flag> Http2FrameTypes.get(Http2FrameType frameType) Get frame types based on frame type enum.