Uses of Class
org.eclipse.jetty.http2.frames.Frame
Packages that use Frame
Package
Description
-
Uses of Frame in org.eclipse.jetty.http2
Fields in org.eclipse.jetty.http2 declared as FrameMethods in org.eclipse.jetty.http2 that return FrameMethods in org.eclipse.jetty.http2 with parameters of type FrameModifier and TypeMethodDescriptionvoid
void
Method parameters in org.eclipse.jetty.http2 with type arguments of type FrameModifier and TypeMethodDescriptionvoid
HTTP2Session.frames
(HTTP2Stream stream, List<? extends Frame> frames, Callback callback) Constructors in org.eclipse.jetty.http2 with parameters of type FrameModifierConstructorDescriptionprotected
Entry
(Frame frame, HTTP2Stream stream, Callback callback) -
Uses of Frame in org.eclipse.jetty.http2.frames
Subclasses of Frame in org.eclipse.jetty.http2.framesModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in org.eclipse.jetty.http2.frames declared as Frame -
Uses of Frame in org.eclipse.jetty.http2.generator
Methods in org.eclipse.jetty.http2.generator with parameters of type FrameModifier and TypeMethodDescriptionint
Generator.control
(ByteBufferPool.Accumulator accumulator, Frame frame) abstract int
FrameGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
GoAwayGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
HeadersGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
NoOpGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
PingGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
PrefaceGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
PriorityGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
PushPromiseGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
ResetGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
SettingsGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
WindowUpdateGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) -
Uses of Frame in org.eclipse.jetty.http2.server.internal
Methods in org.eclipse.jetty.http2.server.internal with parameters of type Frame