Uses of Interface
com.pushtechnology.diffusion.client.callbacks.Stream
Packages that use Stream
Package
Description
Client API : Callback Interfaces.
Client API : Standard Features.
Client API : Client Control Features.
Client API : Topic Control Features.
-
Uses of Stream in com.pushtechnology.diffusion.client.callbacks
Classes in com.pushtechnology.diffusion.client.callbacks that implement Stream -
Uses of Stream in com.pushtechnology.diffusion.client.features
Subinterfaces of Stream in com.pushtechnology.diffusion.client.featuresModifier and TypeInterfaceDescriptionstatic interface
Interface which specifies a request handler to receive request notifications.static interface
Interface which specifies a request stream to receive request notifications.static interface
Base subscriber stream interface.static interface
Stream interface that can be registered to receive subscription and value events whenever an update is received from the server.Classes in com.pushtechnology.diffusion.client.features that implement StreamModifier and TypeClassDescriptionstatic class
Default implementation ofMessaging.FilteredRequestCallback
.static class
DefaultTopics.SubscriberStream
implementation.static class
DefaultTopics.ValueStream
implementation.Methods in com.pushtechnology.diffusion.client.features with parameters of type Stream -
Uses of Stream in com.pushtechnology.diffusion.client.features.control.clients
Subinterfaces of Stream in com.pushtechnology.diffusion.client.features.control.clientsModifier and TypeInterfaceDescriptionstatic interface
A control authenticator.static interface
Handler for client queue events.static interface
The stream to receive for session event listener notifications.static interface
Deprecated.since 6.11Classes in com.pushtechnology.diffusion.client.features.control.clients that implement StreamModifier and TypeClassDescriptionstatic class
This provides a default implementation ofClientControl.QueueEventStream
.static class
This provides a default implementation ofClientControl.SessionEventStream
which will simply log session event callbacks at debug level.static class
Deprecated.This provides a default implementation ofClientControl.SessionPropertiesStream
which will simply log session properties callbacks at debug level. -
Uses of Stream in com.pushtechnology.diffusion.client.features.control.topics
Subinterfaces of Stream in com.pushtechnology.diffusion.client.features.control.topicsModifier and TypeInterfaceDescriptionstatic interface
Stream called when a session subscribes using a topic selector that matches no topics.static interface
Listener for topic notifications.Classes in com.pushtechnology.diffusion.client.features.control.topics that implement StreamModifier and TypeClassDescriptionstatic class
static class
Default listener.