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.publisher |
Diffusion Internal Publisher API.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionCategory |
ConnectionCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionCategory[] |
ConnectionCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ConnectionCategory> |
ConnectionType.getCategories()
Returns a list of the categories for the connection type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConnectionType.isCategory(ConnectionCategory category)
Indicates whether the Connection Type is of a specified.
|
Modifier and Type | Method and Description |
---|---|
static List<Client> |
Publishers.getClients(ConnectionCategory category)
Returns a list of all currently known Clients that are of a specified
connection category.
|
static int |
Publishers.getNumberOfClients(ConnectionCategory category)
Returns the number of currently Connected Clients of a specified
category.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.