public interface RemoteConnectable
ConnectionInformation.| Modifier and Type | Method and Description |
|---|---|
void |
connect(ConnectionInformation client)
Establishes a connection from the given
ConnectionInformation to
this object. |
void |
disconnect(ConnectionInformation client)
Closes a previously established connection.
|
void connect(ConnectionInformation client) throws java.io.IOException
ConnectionInformation to
this object.client - data container with connection relevant data.java.io.IOException - error establishing the connection.void disconnect(ConnectionInformation client)
client - data container with connection relevant data.