Uses of Enum Class
org.eclipse.jetty.http2.frames.FrameType
Packages that use FrameType
-
Uses of FrameType in org.eclipse.jetty.http2.frames
Methods 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 TypeMethodDescriptionorg.eclipse.jetty.io.RetainableByteBufferprotected org.eclipse.jetty.io.RetainableByteBufferFrameGenerator.generateHeader(FrameType frameType, int length, int flags, int streamId)