public final class
ConnectionInfo
extends Object
Information about a connection that is being initiated.
Public Constructor Summary
Public Method Summary
| String |
getAuthenticationToken()
A small symmetrical token that has been given to both devices.
|
| String |
getEndpointName()
The name of the remote device we're connecting to.
|
| boolean |
isIncomingConnection()
True if the connection request was initated from a remote device.
|
Inherited Method Summary
Public Constructors
Public Methods
public String getAuthenticationToken ()
A small symmetrical token that has been given to both devices.
public boolean isIncomingConnection ()
True if the connection request was initated from a remote device. False if this device was the one to try and initiate the connection.
