public class CAConnector extends Object implements Connector
| Constructor and Description |
|---|
CAConnector(CAJContext context) |
| Modifier and Type | Method and Description |
|---|---|
Transport |
connect(TransportClient client,
ResponseHandler responseHandler,
InetSocketAddress address,
short transportRevision,
short priority)
Connect.
|
public CAConnector(CAJContext context)
context - public Transport connect(TransportClient client, ResponseHandler responseHandler, InetSocketAddress address, short transportRevision, short priority) throws ConnectionException
Connectorconnect in interface Connectorclient - client requesting connection (transport).responseHandler - reponse handler.address - address of the server.transportRevision - transport revision to be used.priority - process priority.ConnectionExceptionConnector.connect(com.cosylab.epics.caj.impl.TransportClient, com.cosylab.epics.caj.impl.ResponseHandler, java.net.InetSocketAddress, short, short)Copyright © 2004-2020 EPICS. All Rights Reserved.