Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Unified API - Standard Client Features.
|
com.pushtechnology.diffusion.client.features.control.clients |
Unified API - Client Control Features.
|
com.pushtechnology.diffusion.client.features.control.topics |
Unified API - Topic Control Features.
|
Class and Description |
---|
Callback
A callback interface used to return results from a call to the server.
|
Callback.Default
Abstract default callback.
|
ContextCallback
A callback interface used to return results from a call to the server with
context supplied with the call.
|
ContextCallback.Default
Abstract default callback.
|
ContextStream
An extension of
ContextCallback that allows many callbacks for each
call context. |
ContextStream.Default
Abstract default callback.
|
Messaging.MessageStream
Stream interface that may be registered to receive messages from this
feature.
|
Messaging.SendCallback
Callback interface for success or failure notifications from send
operations.
|
Messaging.SendContextCallback
Contextual callback interface for success or failure notifications from
send operations.
|
Pings.PingCallback
Callback interface for
Pings.pingServer(PingCallback) . |
Pings.PingContextCallback
Callback interface for
Pings.pingServer(Object, PingContextCallback) . |
Pings.PingDetails
Details returned with a response from a ping to the server.
|
RegisteredHandler
A reference to a registered handler.
|
Security.ChangePrincipalCallback
The callback interface for
Security.changePrincipal(String, Credentials, ChangePrincipalCallback)
. |
Security.ChangePrincipalContextCallback
The callback interface for
Security.changePrincipal(String, Credentials, Object, ChangePrincipalContextCallback)
. |
ServerHandler
This is the base interface for all callback handlers registered via a client
session that establish a server side control presence for the
client. |
Stream
An extension of
Callback that allows many callbacks for each call
context. |
Stream.Default
Abstract default callback.
|
Topics.CompletionCallback
Callback interface for success or failure notifications from subscription
and unsubscription operations.
|
Topics.CompletionContextCallback
Contextual callback interface for success or failure notifications from
subscription operations.
|
Topics.FetchContextStream
Contextual callback interface for fetch requests.
|
Topics.FetchStream
Callback interface for fetch requests.
|
Topics.SubscriberStream
Base subscriber stream interface.
|
Topics.SubscriberStream.Default
Default
Topics.SubscriberStream implementation. |
Topics.TopicDetailsCallback
Callback interface for replies to requests for topic details.
|
Topics.TopicDetailsContextCallback
Contextual callback interface for replies to requests for topic details.
|
Topics.TopicStream
Generic stream interface that can be registered to receive topic
subscription, value and delta events.
|
Topics.UnsubscribeReason
The reason that an unsubscription occurred.
|
Topics.ValueStream
Stream interface that can be registered to receive subscription and value
events whenever an update is received from the server.
|
TopicTreeHandler
Common base interface for callback handlers registered via the client
session that establish a server side control presence for a
branch of the topic tree. |
Class and Description |
---|
Callback
A callback interface used to return results from a call to the server.
|
Callback.Default
Abstract default callback.
|
ContextCallback
A callback interface used to return results from a call to the server with
context supplied with the call.
|
ContextCallback.Default
Abstract default callback.
|
RegisteredHandler
A reference to a registered handler.
|
ServerHandler
This is the base interface for all callback handlers registered via a client
session that establish a server side control presence for the
client. |
ServerHandler.Default
Abstract default server handler.
|
Class and Description |
---|
Callback
A callback interface used to return results from a call to the server.
|
Callback.Default
Abstract default callback.
|
ContextCallback
A callback interface used to return results from a call to the server with
context supplied with the call.
|
ContextCallback.Default
Abstract default callback.
|
TopicTreeHandler
Common base interface for callback handlers registered via the client
session that establish a server side control presence for a
branch of the topic tree. |
TopicTreeHandler.Default
Abstract Default Topic Tree Handler.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.