Uses of Class
org.eclipse.jetty.http2.api.Stream.Data
Packages that use Stream.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.DataStream.Data.eof(int streamId) Stream.readData()Reads DATA frames from this stream, wrapping them in retainableStream.Dataobjects. -
Uses of Stream.Data in org.eclipse.jetty.http2.internal
Methods in org.eclipse.jetty.http2.internal that return Stream.DataMethods in org.eclipse.jetty.http2.internal with parameters of type Stream.DataModifier and TypeMethodDescriptionvoidHTTP2Session.onData(Stream.Data data) voidHTTP2Stream.process(Stream.Data data)