public final class Connection
extends java.lang.Object
| Constructor and Description |
|---|
Connection(ConnectionInformation info)
Constructs a new object.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionLocal |
getLocal()
Retrieves the local attribute.
|
ConnectionProtocol |
getProtocol()
Retrieves the protocol attribute.
|
ConnectionRemote |
getRemote()
Retrieves the remote attribute.
|
void |
setLocalCallerDevice(java.net.URI uri)
Sets the remote caller device.
|
void |
setRemoteCallerDevice(java.net.URI uri)
Sets the remote caller device.
|
public Connection(ConnectionInformation info)
info - the connection informationpublic void setRemoteCallerDevice(java.net.URI uri)
uri - URI of the remote caller device.public ConnectionRemote getRemote()
public void setLocalCallerDevice(java.net.URI uri)
uri - URI of the remote caller device.public ConnectionLocal getLocal()
public ConnectionProtocol getProtocol()