public interface SessionDetails
Modifier and Type | Interface and Description |
---|---|
static class |
SessionDetails.DetailType
The various types of detail.
|
Modifier and Type | Method and Description |
---|---|
Set<SessionDetails.DetailType> |
availableDetails()
Returns a list of the available details.
|
String |
getConnectorName()
Returns the configuration name of the server connector that the client
connected to.
|
ClientLocation |
getLocation()
Returns the Client location information.
|
String |
getServerName()
Returns the configuration name of the server to which the client is
connected.
|
ClientSummary |
getSummary()
Returns the client summary.
|
Set<SessionDetails.DetailType> availableDetails()
ClientSummary getSummary()
summary
is
not availableClientLocation getLocation()
location
is not availableString getConnectorName()
connector name
is not availableString getServerName()
SessionDetails.DetailType.SERVER_NAME
is
not availableCopyright © 2016 Push Technology Ltd. All Rights Reserved.