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 TypeMethodDescriptionvoidvoidvoidEnqueues the given DATA frame to be written to the connection.private voidHTTP2Stream.notifyData(Stream stream, DataFrame frame, org.eclipse.jetty.util.Callback callback) voidvoidvoidprivate voidvoidCallback method invoked when a DATA frame is received.Constructors in org.eclipse.jetty.http2 with parameters of type DataFrameModifierConstructorDescriptionprivateFrameList(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 DataFrameHttpReceiverOverHTTP2.ContentNotifier.DataInfo.frameMethods in org.eclipse.jetty.http2.client.http with parameters of type DataFrameModifier and TypeMethodDescriptionprivate voidHttpReceiverOverHTTP2.notifyContent(org.eclipse.jetty.client.HttpExchange exchange, DataFrame frame, org.eclipse.jetty.util.Callback callback) private voidHttpReceiverOverHTTP2.ContentNotifier.offer(org.eclipse.jetty.client.HttpExchange exchange, DataFrame frame, org.eclipse.jetty.util.Callback callback) voidHttpReceiverOverHTTP2.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 TypeMethodDescriptionvoidHTTP2ServerConnection.onData(IStream stream, DataFrame frame, org.eclipse.jetty.util.Callback callback) voidHTTP2ServerConnectionFactory.HTTPServerSessionListener.onData(Stream stream, DataFrame frame, org.eclipse.jetty.util.Callback callback) HttpChannelOverHTTP2.onRequestContent(DataFrame frame, org.eclipse.jetty.util.Callback callback)