Uses of Interface
com.pushtechnology.diffusion.client.features.Messaging.RequestStream
Packages that use Messaging.RequestStream
-
Uses of Messaging.RequestStream in com.pushtechnology.diffusion.client.features
Methods in com.pushtechnology.diffusion.client.features that return Messaging.RequestStreamModifier and TypeMethodDescriptionMessaging.removeRequestStream
(String path) Remove the request stream at a particular path.<T,
R> Messaging.RequestStream<?, ?> Messaging.setRequestStream
(String path, Class<? extends T> requestType, Class<? super R> responseType, Messaging.RequestStream<T, R> requestStream) Set a request stream to handle requests to a specified path.Methods in com.pushtechnology.diffusion.client.features with parameters of type Messaging.RequestStreamModifier and TypeMethodDescription<T,
R> Messaging.RequestStream<?, ?> Messaging.setRequestStream
(String path, Class<? extends T> requestType, Class<? super R> responseType, Messaging.RequestStream<T, R> requestStream) Set a request stream to handle requests to a specified path.