Uses of Class
org.eclipse.jetty.http2.frames.DataFrame
Package
Description
-
Uses of DataFrame in org.eclipse.jetty.http2
Modifier and TypeMethodDescriptionvoid
HTTP2Session.data
(HTTP2Stream stream, DataFrame frame, Callback callback) void
void
void
ModifierConstructorDescriptionFrameList
(HeadersFrame headers, DataFrame data, HeadersFrame trailers) Creates a frame list of the given frames. -
Uses of DataFrame in org.eclipse.jetty.http2.api
Modifier and TypeMethodDescriptiondefault CompletableFuture<Stream>
Sends the given DATAframe
.void
Sends the given DATAframe
. -
Uses of DataFrame in org.eclipse.jetty.http2.frames
-
Uses of DataFrame in org.eclipse.jetty.http2.generator
Modifier and TypeMethodDescriptionint
Generator.data
(ByteBufferPool.Accumulator accumulator, DataFrame frame, int maxLength) int
DataGenerator.generate
(ByteBufferPool.Accumulator accumulator, DataFrame frame, int maxLength) -
Uses of DataFrame in org.eclipse.jetty.http2.parser