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 with parameters of type FrameModifier and TypeMethodDescriptionprivate void
private HTTP2Flusher.Entry
void
void
Callback method invoked during an HTTP/1.1 to HTTP/2 upgrade requests to process the given synthetic frame.void
void
Processes the givenframe
, belonging to this stream.Method parameters in org.eclipse.jetty.http2 with type arguments of type FrameModifier and TypeMethodDescriptionvoid
HTTP2Session.frames
(IStream stream, List<? extends Frame> frames, org.eclipse.jetty.util.Callback callback) void
ISession.frames
(IStream stream, List<? extends Frame> frames, org.eclipse.jetty.util.Callback callback) Enqueues the given frames to be written to the connection.Constructors in org.eclipse.jetty.http2 with parameters of type Frame -
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
abstract int
int
int
int
int
int
int
int
int
int
int
-
Uses of Frame in org.eclipse.jetty.http2.server
Fields in org.eclipse.jetty.http2.server with type parameters of type FrameMethods in org.eclipse.jetty.http2.server with parameters of type Frame