Uses of Class
org.eclipse.jetty.http2.api.Stream.Data
Packages that use Stream.Data
-
Uses of Stream.Data in org.eclipse.jetty.http2
Methods in org.eclipse.jetty.http2 that return Stream.DataMethods in org.eclipse.jetty.http2 with parameters of type Stream.DataModifier and TypeMethodDescriptionvoid
HTTP2Session.onData
(Stream.Data data) void
HTTP2Stream.process
(Stream.Data data) -
Uses of Stream.Data in org.eclipse.jetty.http2.api
Methods in org.eclipse.jetty.http2.api that return Stream.DataModifier and TypeMethodDescriptionstatic Stream.Data
Stream.Data.eof
(int streamId) Stream.readData()
Reads DATA frames from this stream, wrapping them in retainableStream.Data
objects.