Package | Description |
---|---|
com.pushtechnology.diffusion.api |
The Diffusion API comprises a number of packages which provide access to
different aspects of Diffusion.
|
com.pushtechnology.diffusion.api.client |
Diffusion External Client API.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerConnection.setListener(ServerConnectionListener listener)
Deprecated.
Set listener - for use when setting after construction but before
connection.
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalClientConnection.setListener(ServerConnectionListener listener)
Deprecated.
This may be used to set the listener if it has not been set on
construction.
|
Constructor and Description |
---|
ExternalClientConnection(ServerConnectionListener listener,
ConnectionDetails connectionDetails)
Deprecated.
Construct a Client connection object.
|
ExternalClientConnection(ServerConnectionListener listener,
ServerDetails serverDetails)
Deprecated.
Constructs a Client Connection.
|
ExternalClientConnection(ServerConnectionListener listener,
String... urls)
Deprecated.
Convenience constructor which allows
ConnectionDetails to be
automatically created from one or more URLs. |
Copyright © 2016 Push Technology Ltd. All Rights Reserved.