Uses of Enum Class
cool.scx.http.x.http2.Http2FrameType
Packages that use Http2FrameType
-
Uses of Http2FrameType in cool.scx.http.x.http2
Subclasses with type arguments of type Http2FrameType in cool.scx.http.x.http2Methods in cool.scx.http.x.http2 that return Http2FrameTypeModifier and TypeMethodDescriptionstatic Http2FrameTypeHttp2FrameType.find(int code) static Http2FrameTypeHttp2FrameType.of(int code) Http2FrameHeader.type()Returns the value of thetyperecord component.static Http2FrameTypeReturns the enum constant of this class with the specified name.static Http2FrameType[]Http2FrameType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cool.scx.http.x.http2 with parameters of type Http2FrameTypeModifierConstructorDescriptionHttp2FrameHeader(int length, Http2FrameType type, byte flags, int streamId) Creates an instance of aHttp2FrameHeaderrecord class.