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
void
void
Enqueues the given DATA frame to be written to the connection.private void
HTTP2Stream.notifyData
(Stream stream, DataFrame frame, org.eclipse.jetty.util.Callback callback) void
void
void
private void
void
Callback method invoked when a DATA frame is received.Constructors in org.eclipse.jetty.http2 with parameters of type DataFrameModifierConstructorDescriptionprivate
FrameList
(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 with parameters of type DataFrame -
Uses of DataFrame in org.eclipse.jetty.http2.client.http
Fields in org.eclipse.jetty.http2.client.http declared as DataFrameModifier and TypeFieldDescriptionprivate final DataFrame
HttpReceiverOverHTTP2.ContentNotifier.DataInfo.frame
Methods in org.eclipse.jetty.http2.client.http with parameters of type DataFrameModifier and TypeMethodDescriptionprivate void
HttpReceiverOverHTTP2.notifyContent
(org.eclipse.jetty.client.HttpExchange exchange, DataFrame frame, org.eclipse.jetty.util.Callback callback) private void
HttpReceiverOverHTTP2.ContentNotifier.offer
(org.eclipse.jetty.client.HttpExchange exchange, DataFrame frame, org.eclipse.jetty.util.Callback callback) void
HttpReceiverOverHTTP2.onData
(Stream stream, DataFrame frame, org.eclipse.jetty.util.Callback callback) Constructors in org.eclipse.jetty.http2.client.http 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 DataFrame -
Uses of DataFrame in org.eclipse.jetty.http2.parser
Methods in org.eclipse.jetty.http2.parser with parameters of type DataFrame -
Uses of DataFrame in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server with parameters of type DataFrameModifier and TypeMethodDescriptionvoid
HTTP2ServerConnection.onData
(IStream stream, DataFrame frame, org.eclipse.jetty.util.Callback callback) void
HTTP2ServerConnectionFactory.HTTPServerSessionListener.onData
(Stream stream, DataFrame frame, org.eclipse.jetty.util.Callback callback) HttpChannelOverHTTP2.onRequestContent
(DataFrame frame, org.eclipse.jetty.util.Callback callback)