Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
Package PushTechnology.ClientInterface.Client.Features

Namespaces

package  Control
 
package  Impl
 
package  Topics
 

Classes

class  ChangePrincipalCallbackDefault
 Default implementation of IChangePrincipalCallback. More...
 
class  ChangePrincipalContextCallbackDefault< TC >
 Default implementation of IChangePrincipalContextCallback{TC}. More...
 
class  FetchContextStreamDefault< TC >
 Default implementation of IFetchContextStream. More...
 
class  FetchStreamDefault
 Default implementation of an IFetchStream which simple logs all events. More...
 
interface  IAckFeatureHandler
 The callback handler interface for the message acknowledgement feature. More...
 
interface  IAcks
 This service provides a client session with the ability to acknowledge content sent to it in need of acknowledgement and to send content to the server that requires acknowledgement. More...
 
interface  ICallback
 A callback interface used to return results from a call to the server. Extensions of this interface provide the callback method or methods. More...
 
interface  IChangePrincipalCallback
 The callback interface for ISecurity.ChangePrincipal. More...
 
interface  IChangePrincipalContextCallback< in TC >
 The callback interface for ISecurity.ChangePrincipal. More...
 
interface  IContextCallback< in TC >
 A handler for callbacks associated with some context. More...
 
interface  IContextStream< in TC >
 An extension of IContextCallback that allows many callbacks for each call context. More...
 
interface  IFeature
 A feature that may be added to a client session. More...
 
interface  IFeatureFactory< out T, in T1, in T2 >
 The factory interface used by all services. More...
 
interface  IFetchContextStream< in TC >
 Contextual callback interface for fetch requests. More...
 
interface  IFetchStream
 The callback interface for the fetch feature. More...
 
interface  IMessaging
 Represents a feature that provides a client session with messaging capabilities. More...
 
interface  IMessageStream
 Represents a stream that may be registered to receive messages from the IMessaging feature. More...
 
class  DefaultMessageStream
 Represents the default IMessageStream implementation. More...
 
interface  IPingCallback
 The callback interface for the 'Pings' feature. More...
 
interface  IPingDetails
 Details returned with a response from a ping to the server. More...
 
interface  IPingContextCallback< in TC >
 Callback interface for IPings.PingServer( TC, IPingContextCallback ). More...
 
interface  IPings
 A service that provides a client session with the ability to ping the server. More...
 
interface  IRegisteredHandler
 A reference to a registered handler. More...
 
interface  IRequesterFeatureError
 Encapsulates details of a service error. More...
 
interface  IRequesterFeatureHandler
 The callback interface for the service call feature. More...
 
interface  IRequesterFeatureResponse
 Encapsulates a response from a feature request. More...
 
interface  IRequesterFeatureResponseHandler
 Handler of responses from a service topic. More...
 
interface  ISecurity
 This feature provides a client session with the ability to change the associated principal. More...
 
interface  ISendCallback
 Callback interface for send operation notifications. More...
 
interface  ISendContextCallback< in TC >
 Contextual callback interface for success or failure notifications from send operations. More...
 
interface  IServerHandler
 This the base interface for all callback handlers registered via the client session that establish a server-side control presence for the client. More...
 
interface  IServiceTopic
 Representation of a service topic at the client side. More...
 
interface  IStream
 An extension of ICallback that allows many callbacks for each call context. More...
 
interface  ITopicDetailsCallback
 Callback interface for replies to requests for topic details. More...
 
interface  ITopicDetailsContextCallback< in TC >
 The callback interface for replies to requests for topic details. More...
 
interface  ITopicNotifications
 Service allowing a client to receive topic notifications. More...
 
interface  ITopics
 Represents a feature that allows a client session to subscribe to topics to receive streamed topic updates and/or fetch the state of topics. More...
 
interface  ITopicStream
 Represents a generic stream interface that can be registered to receive topic subscription, value and delta events. More...
 
interface  ITopicsCompletionCallback
 The callback interface for success or failure notifications from subscription and unsubscription notifications. More...
 
interface  ITopicsCompletionContextCallback< in TC >
 Contextual callback interface for success or failure notifications from subscription operations. More...
 
interface  ITopicTreeHandler
 Common base interface for callback handlers registered via the client session that establish a server-side control presence for a particular node (and descendants) in the topic tree. More...
 
class  PingCallbackDefault
 Default implementation of IPingCallback. More...
 
class  RequesterFeatureError
 Encapsulates details of a service error. More...
 
class  TopicDefinition
 This encapsulates all or some of the details of a topic. More...
 
class  TopicDetailsContextCallbackDefault< TC >
 Default implementation of ITopicDetailsContextCallback{TC}. More...
 
class  TopicNotificationAddLevel
 Specifies the level of add notifications that the client wishes to receive. More...
 
class  TopicNotificationSelectionMode
 Specifies the mode when selecting topic ranges for notification. More...
 
class  TopicsCompletionCallbackDefault
 Default implementation of ITopicsCompletionCallback. More...
 
class  TopicsCompletionContextCallbackDefault< TC >
 Default implementation of ITopicsCompletionContextCallback{TC}. More...
 
class  TopicStreamDefault
 Default ITopicStream implementation. More...
 
class  TopicTreeHandlerDefault
 Abstract default topic tree handler. More...
 
class  TopicUnsubscribeReason
 The reason for an unsubscription. More...