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 interfaceInterface which specifies a request handler to receive request notifications.static interfaceInterface which specifies a request stream to receive request notifications.static interfaceBase subscriber stream interface.static interfaceStream 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 classDefault implementation ofMessaging.FilteredRequestCallback.static classDefaultTopics.SubscriberStreamimplementation.static classDefaultTopics.ValueStreamimplementation.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 interfaceA control authenticator.static interfaceHandler for client queue events.static interfaceThe stream to receive for session event listener notifications.static interfaceDeprecated.since 6.11Classes in com.pushtechnology.diffusion.client.features.control.clients that implement StreamModifier and TypeClassDescriptionstatic classThis provides a default implementation ofClientControl.QueueEventStream.static classThis provides a default implementation ofClientControl.SessionEventStreamwhich will simply log session event callbacks at debug level.static classDeprecated.This provides a default implementation ofClientControl.SessionPropertiesStreamwhich 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 interfaceStream called when a session subscribes using a topic selector that matches no topics.static interfaceListener for topic notifications.Classes in com.pushtechnology.diffusion.client.features.control.topics that implement StreamModifier and TypeClassDescriptionstatic classstatic classDefault listener.