Uses of Class
org.eclipse.jetty.io.ByteBufferPool.Accumulator
Packages that use ByteBufferPool.Accumulator
Package
Description
-
Uses of ByteBufferPool.Accumulator in org.eclipse.jetty.fcgi.generator
Methods in org.eclipse.jetty.fcgi.generator with parameters of type ByteBufferPool.AccumulatorModifier and TypeMethodDescriptionvoid
Flusher.flush
(ByteBufferPool.Accumulator accumulator, Callback callback) protected void
Generator.generateContent
(ByteBufferPool.Accumulator accumulator, int id, ByteBuffer content, boolean lastContent, FCGI.FrameType frameType) void
ClientGenerator.generateRequestContent
(ByteBufferPool.Accumulator accumulator, int request, ByteBuffer content, boolean lastContent) void
ClientGenerator.generateRequestHeaders
(ByteBufferPool.Accumulator accumulator, int request, HttpFields fields) void
ServerGenerator.generateResponseContent
(ByteBufferPool.Accumulator accumulator, int request, ByteBuffer content, boolean lastContent, boolean aborted) void
ServerGenerator.generateResponseHeaders
(ByteBufferPool.Accumulator accumulator, int request, int code, String reason, HttpFields fields) -
Uses of ByteBufferPool.Accumulator in org.eclipse.jetty.http3.generator
Methods in org.eclipse.jetty.http3.generator with parameters of type ByteBufferPool.AccumulatorModifier 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) -
Uses of ByteBufferPool.Accumulator in org.eclipse.jetty.quic.common.frames
Methods in org.eclipse.jetty.quic.common.frames with parameters of type ByteBufferPool.AccumulatorModifier and TypeMethodDescriptionlong
FrameGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) FrameGenerator.generate
(ByteBufferPool.Accumulator accumulator, StreamFrame frame, int maxDataBytes, int maxFrameBytes)