Uses of Class
io.helidon.http.http2.Http2Flag
-
Uses of Http2Flag in io.helidon.http.http2
Modifier and TypeInterfaceDescriptioninterface
Http2Frame<T extends Http2Flag>
HTTP/2 frame.interface
Http2FrameTypes<T extends Http2Flag>
Frame types with types flags.Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionHttp2FrameHeader.typedFlags()
Flags typed correctly based on theHttp2FrameHeader.type()
.Modifier and TypeMethodDescriptionstatic Http2FrameTypes
<? extends Http2Flag> Http2FrameTypes.get
(Http2FrameType frameType) Get frame types based on frame type enum.