Uses of Class
org.eclipse.jetty.io.ByteBufferPool.Accumulator
Package
Description
-
Uses of ByteBufferPool.Accumulator in org.eclipse.jetty.fcgi.client.transport.internal
Modifier and TypeMethodDescriptionprotected void
HttpChannelOverFCGI.flush
(ByteBufferPool.Accumulator accumulator, Callback callback) -
Uses of ByteBufferPool.Accumulator in org.eclipse.jetty.fcgi.generator
Modifier 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.http2
Modifier and TypeMethodDescriptionabstract boolean
HTTP2Session.Entry.generate
(ByteBufferPool.Accumulator accumulator) -
Uses of ByteBufferPool.Accumulator in org.eclipse.jetty.http2.generator
Modifier and TypeMethodDescriptionint
Generator.control
(ByteBufferPool.Accumulator accumulator, Frame frame) int
Generator.data
(ByteBufferPool.Accumulator accumulator, DataFrame frame, int maxLength) int
DataGenerator.generate
(ByteBufferPool.Accumulator accumulator, DataFrame frame, int maxLength) abstract int
FrameGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
GoAwayGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
HeadersGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
NoOpGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
PingGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
PrefaceGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
PriorityGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
PushPromiseGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
ResetGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
SettingsGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
WindowUpdateGenerator.generate
(ByteBufferPool.Accumulator accumulator, Frame frame) int
DataGenerator.generateData
(ByteBufferPool.Accumulator accumulator, int streamId, ByteBuffer data, boolean last, int maxLength) int
GoAwayGenerator.generateGoAway
(ByteBufferPool.Accumulator accumulator, int lastStreamId, int error, byte[] payload) int
HeadersGenerator.generateHeaders
(ByteBufferPool.Accumulator accumulator, int streamId, MetaData metaData, PriorityFrame priority, boolean endStream) int
PingGenerator.generatePing
(ByteBufferPool.Accumulator accumulator, byte[] payload, boolean reply) int
PriorityGenerator.generatePriority
(ByteBufferPool.Accumulator accumulator, int streamId, int parentStreamId, int weight, boolean exclusive) int
PushPromiseGenerator.generatePushPromise
(ByteBufferPool.Accumulator accumulator, int streamId, int promisedStreamId, MetaData metaData) int
ResetGenerator.generateReset
(ByteBufferPool.Accumulator accumulator, int streamId, int error) int
SettingsGenerator.generateSettings
(ByteBufferPool.Accumulator accumulator, Map<Integer, Integer> settings, boolean reply) int
WindowUpdateGenerator.generateWindowUpdate
(ByteBufferPool.Accumulator accumulator, int streamId, int windowUpdate) -
Uses of ByteBufferPool.Accumulator in org.eclipse.jetty.http3.generator
Modifier and TypeMethodDescriptionint
CancelPushGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) int
ControlGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) int
DataGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) abstract int
FrameGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) int
GoAwayGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) int
HeadersGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) int
MaxPushIdGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) int
MessageGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) int
PushPromiseGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) int
SettingsGenerator.generate
(ByteBufferPool.Accumulator accumulator, long streamId, Frame frame, Consumer<Throwable> fail) -
Uses of ByteBufferPool.Accumulator in org.eclipse.jetty.http3.qpack
Modifier and TypeMethodDescriptionvoid
Instruction.encode
(ByteBufferPool byteBufferPool, ByteBufferPool.Accumulator accumulator)