Uses of Enum
org.apache.hc.core5.http2.frame.FrameType
Packages that use FrameType
-
Uses of FrameType in org.apache.hc.core5.http2.frame
Fields in org.apache.hc.core5.http2.frame declared as FrameTypeMethods in org.apache.hc.core5.http2.frame that return FrameTypeModifier and TypeMethodDescriptionstatic FrameType
FrameType.valueOf
(int value) Returns the enum constant of this type with the specified name.static FrameType
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