Uses of Class
org.apache.hc.core5.http2.frame.FrameFlag
-
Packages that use FrameFlag Package Description org.apache.hc.core5.http2.frame Core HTTP/2 data frame APIs. -
-
Uses of FrameFlag in org.apache.hc.core5.http2.frame
Methods in org.apache.hc.core5.http2.frame that return FrameFlag Modifier and Type Method Description static FrameFlag
FrameFlag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FrameFlag[]
FrameFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hc.core5.http2.frame with parameters of type FrameFlag Modifier and Type Method Description boolean
Frame. isFlagSet(FrameFlag flag)
static int
FrameFlag. of(FrameFlag... flags)
-