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.http2
Methods in org.eclipse.jetty.http2 with parameters of type ByteBufferPool.AccumulatorModifier and TypeMethodDescriptionabstract booleanHTTP2Session.Entry.generate(ByteBufferPool.Accumulator accumulator) -
Uses of ByteBufferPool.Accumulator in org.eclipse.jetty.http2.generator
Methods in org.eclipse.jetty.http2.generator with parameters of type ByteBufferPool.AccumulatorModifier and TypeMethodDescriptionintGenerator.control(ByteBufferPool.Accumulator accumulator, Frame frame) intGenerator.data(ByteBufferPool.Accumulator accumulator, DataFrame frame, int maxLength) intDataGenerator.generate(ByteBufferPool.Accumulator accumulator, DataFrame frame, int maxLength) abstract intFrameGenerator.generate(ByteBufferPool.Accumulator accumulator, Frame frame) intGoAwayGenerator.generate(ByteBufferPool.Accumulator accumulator, Frame frame) intHeadersGenerator.generate(ByteBufferPool.Accumulator accumulator, Frame frame) intNoOpGenerator.generate(ByteBufferPool.Accumulator accumulator, Frame frame) Deprecated, for removal: This API element is subject to removal in a future version.intPingGenerator.generate(ByteBufferPool.Accumulator accumulator, Frame frame) intPrefaceGenerator.generate(ByteBufferPool.Accumulator accumulator, Frame frame) intPriorityGenerator.generate(ByteBufferPool.Accumulator accumulator, Frame frame) intPushPromiseGenerator.generate(ByteBufferPool.Accumulator accumulator, Frame frame) intResetGenerator.generate(ByteBufferPool.Accumulator accumulator, Frame frame) intSettingsGenerator.generate(ByteBufferPool.Accumulator accumulator, Frame frame) intWindowUpdateGenerator.generate(ByteBufferPool.Accumulator accumulator, Frame frame) intDataGenerator.generateData(ByteBufferPool.Accumulator accumulator, int streamId, ByteBuffer data, boolean last, int maxLength) intGoAwayGenerator.generateGoAway(ByteBufferPool.Accumulator accumulator, int lastStreamId, int error, byte[] payload) intHeadersGenerator.generateHeaders(ByteBufferPool.Accumulator accumulator, int streamId, MetaData metaData, PriorityFrame priority, boolean endStream) intPingGenerator.generatePing(ByteBufferPool.Accumulator accumulator, byte[] payload, boolean reply) intPriorityGenerator.generatePriority(ByteBufferPool.Accumulator accumulator, int streamId, int parentStreamId, int weight, boolean exclusive) intPushPromiseGenerator.generatePushPromise(ByteBufferPool.Accumulator accumulator, int streamId, int promisedStreamId, MetaData metaData) intResetGenerator.generateReset(ByteBufferPool.Accumulator accumulator, int streamId, int error) intSettingsGenerator.generateSettings(ByteBufferPool.Accumulator accumulator, Map<Integer, Integer> settings, boolean reply) intWindowUpdateGenerator.generateWindowUpdate(ByteBufferPool.Accumulator accumulator, int streamId, int windowUpdate) -
Uses of ByteBufferPool.Accumulator in org.eclipse.jetty.http3.generator
Methods in org.eclipse.jetty.http3.generator with parameters of type ByteBufferPool.AccumulatorModifier 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) -
Uses of ByteBufferPool.Accumulator in org.eclipse.jetty.http3.qpack
Methods in org.eclipse.jetty.http3.qpack with parameters of type ByteBufferPool.AccumulatorModifier and TypeMethodDescriptionvoidInstruction.encode(ByteBufferPool byteBufferPool, ByteBufferPool.Accumulator accumulator)