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 TypeInterfaceDescriptioninterface
Http2Frame<T extends Http2Flag>
HTTP/2 frame.interface
Http2FrameTypes<T extends Http2Flag>
Frame types with types flags.Subclasses of Http2Flag in io.helidon.http.http2Modifier and TypeClassDescriptionstatic class
Flags supported by continuation frame.static class
Flags supported by data frame.static class
Flags supported by headers frame.static class
Flags for frames that do not have support for any flag.static class
Flags supported by ping frame.static class
Flags supported by push promise frame.static class
Flags 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.