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.client.notify |
Provides the handler classes for dealing with messages from and to a
Topic that has
TopicNotifyTopicData |
com.pushtechnology.diffusion.api.client.paging |
Diffusion Paged Data API.
|
com.pushtechnology.diffusion.api.client.service | |
com.pushtechnology.diffusion.api.connection |
Diffusion Connection API.
|
com.pushtechnology.diffusion.api.publisher |
Diffusion Internal Publisher API.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerConnectionListener.messageFromServer(ServerConnection serverConnection,
TopicMessage message)
Deprecated.
Notification of a message from the Server.
|
void |
ServerAckListener.messageNotAcknowledged(ServerConnection serverConnection,
TopicMessage message)
Deprecated.
This is a notification of non acknowledgement of a message that required
acknowledgement by the Server.
|
void |
ServerConnectionListener.serverConnected(ServerConnection serverConnection)
Deprecated.
Notification of Connection.
|
void |
ServerConnectionListener.serverDisconnected(ServerConnection serverConnection)
Deprecated.
Notification of disconnection.
|
void |
ServerConnectionListener.serverRejectedCredentials(ServerConnection serverConnection,
Credentials credentials)
Deprecated.
This is called when Credentials have been sent to the Server (using
sendCredentials(Credentials) ) but
the Server has rejected the credentials. |
void |
ServerConnectionListener.serverTopicStatusChanged(ServerConnection serverConnection,
String topicName,
TopicStatus status)
Deprecated.
Notification that the status of a Topic that was subscribed to has
changed.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalClientConnection
Deprecated.
Since 5.9
The classic client API will be removed in a future release. |
Modifier and Type | Method and Description |
---|---|
ServerConnection |
TopicNotifyTopicHandler.getConnection()
Deprecated.
Returns the client connection.
|
Modifier and Type | Method and Description |
---|---|
ServerConnection |
PagedTopicHandler.getConnection()
Deprecated.
Get the connection (the client object that created the handler).
|
Modifier and Type | Method and Description |
---|---|
ServerConnection |
ServiceTopicHandler.getConnection()
Deprecated.
Returns the client connection.
|
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. |
void |
ConnectionDetailsListener.connectionSequenceExhausted(ServerConnection connection)
Deprecated.
This will be called when the complete list of
ServerDetails
have been exhausted. |
Modifier and Type | Interface and Description |
---|---|
interface |
PublisherServerConnection
Deprecated.
since 5.9
Such connections are a form of classic client connection which
will be removed along with the classic client API in a future
release. The only practical use was for manual fan-out
implementations that use
|
Modifier and Type | Method and Description |
---|---|
protected void |
Publisher.messageFromServer(ServerConnection serverConnection,
TopicMessage message)
Notification of a message from another Server.
|
protected void |
Publisher.serverConnected(ServerConnection serverConnection)
Notification of Connection to a remote server.
|
protected void |
Publisher.serverDisconnected(ServerConnection serverConnection)
Notification of disconnection.
|
protected void |
Publisher.serverRejectedCredentials(ServerConnection serverConnection,
Credentials credentials)
This is called when Credentials have been sent to the Server (using
sendCredentials(Credentials) ) but the Server has
rejected the credentials. |
protected void |
Publisher.serverTopicStatusChanged(ServerConnection serverConnection,
String topicName,
TopicStatus status)
Notification that the status of a Topic that was subscribed to has
changed.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.