public interface Connector
| Modifier and Type | Method and Description |
|---|---|
Transport |
connect(TransportClient client,
ResponseHandler responseHandler,
InetSocketAddress address,
short transportRevision,
short priority)
Connect.
|
Transport connect(TransportClient client, ResponseHandler responseHandler, InetSocketAddress address, short transportRevision, short priority) throws ConnectionException
client - client requesting connection (transport).address - address of the server.responseHandler - reponse handler.transportRevision - transport revision to be used.priority - process priority.ConnectionExceptionCopyright © 2004-2020 EPICS. All Rights Reserved.