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 TypeMethodDescriptionbooleanbooleanMessageFlusher.offer(QuicStreamEndPoint endPoint, Frame frame, Callback callback) protected CompletableFuture<Stream> abstract voidHTTP3Session.writeControlFrame(Frame frame, Callback callback) HTTP3Stream.writeFrame(Frame frame) abstract voidHTTP3Session.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 TypeMethodDescriptionvoidHTTP3SessionClient.writeControlFrame(Frame frame, Callback callback) voidHTTP3SessionClient.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 TypeClassDescriptionclassclassclassclassMethods 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 TypeMethodDescriptionintCancelPushGenerator.generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) intControlGenerator.generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) intDataGenerator.generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) abstract intFrameGenerator.generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) intGoAwayGenerator.generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) intHeadersGenerator.generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) intMaxPushIdGenerator.generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) intMessageGenerator.generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) intPushPromiseGenerator.generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) intSettingsGenerator.generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail)