Uses of Class
org.eclipse.jetty.io.ByteBufferPool.Accumulator
Packages that use ByteBufferPool.Accumulator
-
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.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)