public interface ConnectionType
Client
connection.Modifier and Type | Method and Description |
---|---|
List<ConnectionCategory> |
getCategories()
Returns a list of the categories for the connection type.
|
String |
getDisplayName()
Returns a display name for the connection type.
|
boolean |
isCategory(ConnectionCategory category)
Indicates whether the Connection Type is of a specified.
|
String getDisplayName()
boolean isCategory(ConnectionCategory category)
category
.
A Connection Type can be a member of more than one category.
category
- the category.List<ConnectionCategory> getCategories()
Copyright © 2016 Push Technology Ltd. All Rights Reserved.