Uses of Class
org.eclipse.jetty.http3.frames.Frame
Packages that use Frame
Package
Description
-
Uses of Frame in org.eclipse.jetty.http3
Methods in org.eclipse.jetty.http3 with parameters of type FrameModifier and TypeMethodDescriptionboolean
boolean
MessageFlusher.offer
(StreamEndPoint endPoint, Frame frame, Callback callback) protected void
HTTP3Stream.write
(Frame frame, Promise.Invocable<Stream> promise) abstract void
HTTP3Session.writeControlFrame
(Frame frame, Callback callback) void
HTTP3Stream.writeFrame
(Frame frame, Promise.Invocable<Stream> promise) abstract void
HTTP3Session.writeMessageFrame
(StreamEndPoint streamEndPoint, 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
(StreamEndPoint streamEndPoint, 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 TypeMethodDescriptionlong
CancelPushGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) long
ControlGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) long
DataGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) abstract long
FrameGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) long
GoAwayGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) long
HeadersGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) long
MaxPushIdGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) long
MessageGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) long
PushPromiseGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) long
SettingsGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail)