Package com.pushtechnology.diffusion.client
package com.pushtechnology.diffusion.client
Client API.
The key component is the
Session
which
enables a connection to be made to a server. The
Diffusion
singleton
provides access to various factories for common objects. To open a new
connection to a server the
session
factory
is used.
Once a session has been established the functionality is enabled by various
features
. The
required feature(s) may be obtained using a method on the Session
.
Standard client features may be found in the
com.pushtechnology.diffusion.client.features
package and those that
provide control capabilities (including data feed) may be found in the
com.pushtechnology.diffusion.client.features.control
package. Other
packages provide interfaces which are common across features.
- Since:
- 5.0
- Author:
- DiffusionData Limited
-
ClassDescriptionProvides facilities that are shared between sessions.The contract with the implementation.