Uses of Enum Class
org.eclipse.jetty.http2.frames.FrameType
Packages that use FrameType
-
Uses of FrameType in org.eclipse.jetty.http2.frames
Subclasses with type arguments of type FrameType in org.eclipse.jetty.http2.framesMethods in org.eclipse.jetty.http2.frames that return FrameTypeModifier and TypeMethodDescriptionstatic FrameTypeFrameType.from(int type) Frame.getType()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.Constructors in org.eclipse.jetty.http2.frames with parameters of type FrameType -
Uses of FrameType in org.eclipse.jetty.http2.generator
Methods in org.eclipse.jetty.http2.generator with parameters of type FrameTypeModifier and TypeMethodDescriptionvoidHeaderGenerator.generate(org.eclipse.jetty.io.RetainableByteBuffer.Mutable accumulator, FrameType frameType, int capacity, int length, int flags, int streamId) protected voidFrameGenerator.generateHeader(org.eclipse.jetty.io.RetainableByteBuffer.Mutable accumulator, FrameType frameType, int length, int flags, int streamId)