public interface OutgoingConnector<T>
| Modifier and Type | Method and Description |
|---|---|
Connection<T> |
connect(Address destinationAddress)
Creates a connection to the given address.
|
Connection<T> connect(Address destinationAddress) throws ConnectException
ConnectException - when there is nothing listening on the remote addressCopyright © 2013. All rights reserved