public class RespokeConnection
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
connectionID |
java.lang.Object |
presence |
Constructor and Description |
---|
RespokeConnection(java.lang.String newConnectionID,
RespokeEndpoint newEndpoint)
The constructor for this class
|
Modifier and Type | Method and Description |
---|---|
RespokeEndpoint |
getEndpoint()
Get the endpoint to which this connection belongs
|
public java.lang.String connectionID
public java.lang.Object presence
public RespokeConnection(java.lang.String newConnectionID, RespokeEndpoint newEndpoint)
newConnectionID
- The ID for this connectionnewEndpoint
- The endpoint to which this connection belongspublic RespokeEndpoint getEndpoint()