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 TypeMethodDescriptionvoidFlusher.flush(ByteBufferPool.Accumulator accumulator, Callback callback) protected voidGenerator.generateContent(ByteBufferPool.Accumulator accumulator, int id, ByteBuffer content, boolean lastContent, FCGI.FrameType frameType) voidClientGenerator.generateRequestContent(ByteBufferPool.Accumulator accumulator, int request, ByteBuffer content, boolean lastContent) voidClientGenerator.generateRequestHeaders(ByteBufferPool.Accumulator accumulator, int request, HttpFields fields) voidServerGenerator.generateResponseContent(ByteBufferPool.Accumulator accumulator, int request, ByteBuffer content, boolean lastContent, boolean aborted) voidServerGenerator.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 TypeMethodDescriptionlongCancelPushGenerator.generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) longControlGenerator.generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) longDataGenerator.generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) abstract longFrameGenerator.generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) longGoAwayGenerator.generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) longHeadersGenerator.generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) longMaxPushIdGenerator.generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) longMessageGenerator.generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) longPushPromiseGenerator.generate(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) longSettingsGenerator.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 TypeMethodDescriptionlongFrameGenerator.generate(ByteBufferPool.Accumulator accumulator, Frame frame) FrameGenerator.generate(ByteBufferPool.Accumulator accumulator, StreamFrame frame, int maxDataBytes, int maxFrameBytes)