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 TypeMethodDescriptionvoiddefault voidHTTP2Session.FrameListener.onIncomingFrame(Session session, Frame frame) Invoked when a processable HTTP/2 frame has been received.default voidHTTP2Session.FrameListener.onOutgoingFrame(Session session, Frame frame) Invoked when a processable HTTP/2 frame is about to be sent.voidMethod parameters in org.eclipse.jetty.http2 with type arguments of type FrameModifier and TypeMethodDescriptionvoidHTTP2Session.frames(HTTP2Stream stream, List<? extends Frame> frames, org.eclipse.jetty.util.Callback callback) Constructors in org.eclipse.jetty.http2 with parameters of type FrameModifierConstructorDescriptionprotectedEntry(Frame frame, HTTP2Stream stream, org.eclipse.jetty.util.Callback callback) -
Uses of Frame in org.eclipse.jetty.http2.frames
Subclasses of Frame in org.eclipse.jetty.http2.framesModifier and TypeClassDescriptionclassclassclassDeprecated, for removal: This API element is subject to removal in a future version.No replacement, never used.classclassclassclassclassclassclassclassclassclassclassclassFields 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 TypeMethodDescriptionintabstract intintGoAwayGenerator.generate(org.eclipse.jetty.io.RetainableByteBuffer.Mutable accumulator, Frame frame) intHeadersGenerator.generate(org.eclipse.jetty.io.RetainableByteBuffer.Mutable accumulator, Frame frame) intDeprecated, for removal: This API element is subject to removal in a future version.intintPrefaceGenerator.generate(org.eclipse.jetty.io.RetainableByteBuffer.Mutable accumulator, Frame frame) intPriorityGenerator.generate(org.eclipse.jetty.io.RetainableByteBuffer.Mutable accumulator, Frame frame) intPushPromiseGenerator.generate(org.eclipse.jetty.io.RetainableByteBuffer.Mutable accumulator, Frame frame) intintSettingsGenerator.generate(org.eclipse.jetty.io.RetainableByteBuffer.Mutable accumulator, Frame frame) intWindowUpdateGenerator.generate(org.eclipse.jetty.io.RetainableByteBuffer.Mutable accumulator, Frame frame)