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.data.routing |
Diffusion Routing Topic Data API.
|
com.pushtechnology.diffusion.api.topic |
Diffusion Topics API.
|
Modifier and Type | Method and Description |
---|---|
String |
ServerConnection.connect()
Deprecated.
Connects to the server without subscribing to any topics.
|
String |
ServerConnection.connect(String... topics)
Deprecated.
Connects to the server.
|
String |
ServerConnection.connect(TopicSet topics)
Deprecated.
Connects to the server.
|
Modifier and Type | Method and Description |
---|---|
String |
ExternalClientConnection.connect()
Deprecated.
|
String |
ExternalClientConnection.connect(String... topics)
Deprecated.
|
String |
ExternalClientConnection.connect(TopicSet topics)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
Topic |
RoutingTopicDataSubscriptionHandler.clientSubscriptionRequest(TopicClient client,
RoutingTopicData topicData)
This is called when a Client attempts to subscribe to the Routing Topic.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TopicSubscriptionHandler.clientSubscriptionRequest(TopicClient client,
Topic topic)
Deprecated.
This is called before a client is actually subscribed to the Topic and it
allows for additional validation or delegation of the authorisation to
some asynchronous process.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.