Uses of Class
org.apache.hc.core5.http2.frame.FrameType
-
Packages that use FrameType Package Description org.apache.hc.core5.http2.frame Core HTTP/2 data frame APIs. -
-
Uses of FrameType in org.apache.hc.core5.http2.frame
Fields in org.apache.hc.core5.http2.frame declared as FrameType Modifier and Type Field Description private static FrameType[]FrameType. LOOKUP_TABLEMethods in org.apache.hc.core5.http2.frame that return FrameType Modifier and Type Method Description static FrameTypeFrameType. valueOf(int value)Returns the enum constant of this type with the specified name.static FrameTypeFrameType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FrameType[]FrameType. 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 FrameType Modifier and Type Method Description booleanFrame. isType(FrameType type)
-