Package io.deephaven.web.client.api.barrage.stream
package io.deephaven.web.client.api.barrage.stream
-
ClassDescriptionBiDiStream<Req,
Resp> Single interface to interact with real bidi streams, or emulate them using Open/Next methods.BiDiStream.BiDiStreamFactory<Req,Resp> Represents a fully bidi capable stream.BiDiStream.Factory<ReqT,RespT> BiDiStream.NextStreamMessageFactory<Req,NextT> When bidi streams are not supported, this factory represents the ability to send streaming client messages to the server, and have them handled as if they were part of the original stream.BiDiStream.OpenStreamFactory<Req,Resp> When bidi streams are not supported, this factory represents a server-streaming call, for server messages to be delivered to the client.Client wiring corresponding to BrowserStreamInterceptor, this allows BiDiStream to simulate a single bidi stream through Open/Next calls with appropriate metadata.Java wrapper to deal with the distinct ResponseStream types that are emitted.Captures the http trailers for a given call and makes them available in the Context.