public class BroadcastConnector extends Object implements Connector
| Constructor and Description |
|---|
BroadcastConnector(CAContext context) |
| Modifier and Type | Method and Description |
|---|---|
Transport |
connect(TransportClient client,
ResponseHandler responseHandler,
InetSocketAddress connectAddress,
short transportRevision,
short priority)
NOTE: transport client is ignored for broadcast (UDP).
|
public BroadcastConnector(CAContext context)
context - public Transport connect(TransportClient client, ResponseHandler responseHandler, InetSocketAddress connectAddress, short transportRevision, short priority) throws ConnectionException
connect in interface Connectorclient - client requesting connection (transport).responseHandler - reponse handler.connectAddress - 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.