Uses of Class
org.eclipse.jetty.http2.frames.DataFrame
Packages that use DataFrame
Package
Description
-
Uses of DataFrame in org.eclipse.jetty.http2
Methods in org.eclipse.jetty.http2 with parameters of type DataFrameModifier and TypeMethodDescriptionvoid
HTTP2Session.data
(HTTP2Stream stream, DataFrame frame, Callback callback) void
void
void
Constructors in org.eclipse.jetty.http2 with parameters of type DataFrameModifierConstructorDescriptionFrameList
(HeadersFrame headers, DataFrame data, HeadersFrame trailers) Creates a frame list of the given frames. -
Uses of DataFrame in org.eclipse.jetty.http2.api
Methods in org.eclipse.jetty.http2.api that return DataFrameMethods in org.eclipse.jetty.http2.api with parameters of type DataFrameModifier and TypeMethodDescriptiondefault CompletableFuture<Stream>
Sends the given DATAframe
.void
Sends the given DATAframe
.Constructors in org.eclipse.jetty.http2.api with parameters of type DataFrame -
Uses of DataFrame in org.eclipse.jetty.http2.frames
Methods in org.eclipse.jetty.http2.frames that return DataFrame -
Uses of DataFrame in org.eclipse.jetty.http2.generator
Methods in org.eclipse.jetty.http2.generator with parameters of type DataFrameModifier 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
Methods in org.eclipse.jetty.http2.parser with parameters of type DataFrame