Uses of Class
org.eclipse.jetty.http3.frames.Frame
Package
Description
-
Uses of Frame in org.eclipse.jetty.http3
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of Frame in org.eclipse.jetty.http3.generator
Modifier 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)