Uses of Class
org.eclipse.jetty.http2.frames.FrameType
-
Packages that use FrameType Package Description org.eclipse.jetty.http2.frames org.eclipse.jetty.http2.generator -
-
Uses of FrameType in org.eclipse.jetty.http2.frames
Methods in org.eclipse.jetty.http2.frames that return FrameType Modifier and Type Method Description static FrameTypeFrameType. from(int type)FrameTypeFrame. getType()static FrameTypeFrameType. valueOf(java.lang.String name)Returns 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 Constructor Description Frame(FrameType type) -
Uses of FrameType in org.eclipse.jetty.http2.generator
Methods in org.eclipse.jetty.http2.generator with parameters of type FrameType Modifier and Type Method Description java.nio.ByteBufferHeaderGenerator. generate(ByteBufferPool.Lease lease, FrameType frameType, int capacity, int length, int flags, int streamId)protected java.nio.ByteBufferFrameGenerator. generateHeader(ByteBufferPool.Lease lease, FrameType frameType, int length, int flags, int streamId)
-