Uses of Enum Class
dev.relism.flash.http2.frame.FrameType
Packages that use FrameType
-
Uses of FrameType in dev.relism.flash.http2.frame
Methods in dev.relism.flash.http2.frame that return FrameTypeModifier and TypeMethodDescriptionstatic FrameTypeFrameType.fromCode(int code) Looks up the constant for a wire type byte, ornullif it is an unrecognised (to-be-ignored) type.FrameHeader.type()The recognised frame type, ornullifFrameHeader.typeCode()is not one of RFC 9113's 10.static FrameTypeReturns the enum constant of this class with the specified name.static FrameType[]FrameType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.relism.flash.http2.frame with parameters of type FrameTypeModifier and TypeMethodDescriptionvoidFrameWriteBuffer.beginFrame(FrameType type, int flags, int streamId) Writes a 9-byte frame header with a placeholder length, to be filled in byFrameWriteBuffer.endFrame().