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.
|
com.pushtechnology.diffusion.api.connection |
Diffusion Connection API.
|
com.pushtechnology.diffusion.api.publisher |
Diffusion Internal Publisher API.
|
Modifier and Type | Method and Description |
---|---|
ServerDetails |
ServerConnection.getServerDetails()
Deprecated.
Returns the server details.
|
Modifier and Type | Method and Description |
---|---|
ServerDetails |
ExternalClientConnection.getServerDetails()
Deprecated.
|
Constructor and Description |
---|
ExternalClientConnection(ServerConnectionListener listener,
ServerDetails serverDetails)
Deprecated.
Constructs a Client Connection.
|
Modifier and Type | Method and Description |
---|---|
static ServerDetails |
ConnectionFactory.createServerDetails(String url)
Deprecated.
Creates a
ServerDetails object from a URL. |
Modifier and Type | Method and Description |
---|---|
List<ServerDetails> |
ConnectionDetails.getServerDetails()
Deprecated.
Returns the list of servers to be considered when connecting.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionDetailsListener.connectionDetailsAcquired(ServerConnection serverConnection,
ServerDetails serverDetails)
Deprecated.
This will be called each time a
ServerDetails object is selected
for connection. |
static ConnectionDetails |
ConnectionFactory.createConnectionDetails(ServerDetails... serverDetails)
Deprecated.
Creates Connection Details with a list of
ServerDetails . |
SocketChannel |
HTTPProxyConnector.doHandshake(ServerDetails serverDetails) |
SocketChannel |
ProxyConnector.doHandshake(ServerDetails serverDetails)
Deprecated.
Implementations must provide this method to make a connection via a
Proxy server and return the SocketChannel.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionDetails |
ConnectionFactory.createConnectionDetails(Collection<ServerDetails> serverDetails)
Deprecated.
Creates Connection Details
|
void |
ConnectionDetails.setServerDetails(Collection<ServerDetails> servers)
Deprecated.
Sets the list of
ServerDetails objects representing the servers
to be connected to. |
Modifier and Type | Method and Description |
---|---|
PublisherServerConnection |
Publisher.addServerConnection(String name,
ServerDetails serverDetails)
Deprecated.
since 5.9 - See
PublisherServerConnection |
Copyright © 2016 Push Technology Ltd. All Rights Reserved.