Uses of Class
org.eclipse.jetty.http3.frames.Frame
Packages that use Frame
Package
Description
-
Uses of Frame in org.eclipse.jetty.http3
Subclasses of Frame in org.eclipse.jetty.http3Methods in org.eclipse.jetty.http3 with parameters of type FrameModifier and TypeMethodDescriptionboolean
boolean
MessageFlusher.offer
(QuicStreamEndPoint endPoint, Frame frame, Callback callback) protected CompletableFuture<Stream>
abstract void
HTTP3Session.writeControlFrame
(Frame frame, Callback callback) HTTP3Stream.writeFrame
(Frame frame) abstract void
HTTP3Session.writeMessageFrame
(long streamId, Frame frame, Callback callback) -
Uses of Frame in org.eclipse.jetty.http3.client
Methods in org.eclipse.jetty.http3.client with parameters of type FrameModifier and TypeMethodDescriptionvoid
HTTP3SessionClient.writeControlFrame
(Frame frame, Callback callback) void
HTTP3SessionClient.writeMessageFrame
(long streamId, Frame frame, Callback callback) -
Uses of Frame in org.eclipse.jetty.http3.frames
Subclasses of Frame in org.eclipse.jetty.http3.framesModifier and TypeClassDescriptionclass
class
class
class
Methods in org.eclipse.jetty.http3.frames with parameters of type Frame -
Uses of Frame in org.eclipse.jetty.http3.generator
Methods in org.eclipse.jetty.http3.generator with parameters of type FrameModifier and TypeMethodDescriptionint
CancelPushGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) int
ControlGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) int
DataGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) abstract int
FrameGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) int
GoAwayGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) int
HeadersGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) int
MaxPushIdGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) int
MessageGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) int
PushPromiseGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) int
SettingsGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail)