Uses of Enum
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 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.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 TypeMethodDescriptionHeaderGenerator.generate(ByteBufferPool.Lease lease, FrameType frameType, int capacity, int length, int flags, int streamId) protected ByteBufferFrameGenerator.generateHeader(ByteBufferPool.Lease lease, FrameType frameType, int length, int flags, int streamId)