Uses of Class
org.eclipse.jetty.http2.api.Stream.Data
-
Uses of Stream.Data in org.eclipse.jetty.http2
Modifier and TypeMethodDescriptionvoid
HTTP2Session.onData
(Stream.Data data) void
HTTP2Stream.process
(Stream.Data data) -
Uses of Stream.Data in org.eclipse.jetty.http2.api
Modifier and TypeMethodDescriptionstatic Stream.Data
Stream.Data.eof
(int streamId) Stream.readData()
Reads DATA frames from this stream, wrapping them in retainableStream.Data
objects.