Uses of Interface
com.cosylab.epics.caj.impl.TransportClient
-
Packages that use TransportClient Package Description com.cosylab.epics.caj com.cosylab.epics.caj.impl -
-
Uses of TransportClient in com.cosylab.epics.caj
Classes in com.cosylab.epics.caj that implement TransportClient Modifier and Type Class Description classCAJChannelImplementation of CAJ JCAChannel.Methods in com.cosylab.epics.caj with parameters of type TransportClient Modifier and Type Method Description CATransportCAJContext. getTransport(TransportClient client, InetSocketAddress serverAddress, short minorRevision, short priority)Get, or create if necessary, transport of given server address. -
Uses of TransportClient in com.cosylab.epics.caj.impl
Classes in com.cosylab.epics.caj.impl that implement TransportClient Modifier and Type Class Description classCAJNameClientMethods in com.cosylab.epics.caj.impl with parameters of type TransportClient Modifier and Type Method Description booleanCATransport. acquire(TransportClient client)Acquires transport.TransportBroadcastConnector. connect(TransportClient client, ResponseHandler responseHandler, InetSocketAddress connectAddress, short transportRevision, short priority)NOTE: transport client is ignored for broadcast (UDP).TransportCAConnector. connect(TransportClient client, ResponseHandler responseHandler, InetSocketAddress address, short transportRevision, short priority)TransportConnector. connect(TransportClient client, ResponseHandler responseHandler, InetSocketAddress address, short transportRevision, short priority)Connect.voidCATransport. release(TransportClient client)Releases transport.Constructors in com.cosylab.epics.caj.impl with parameters of type TransportClient Constructor Description CATransport(CAJContext context, TransportClient client, ResponseHandler responseHandler, SocketChannel channel, short remoteTransportRevision, short priority)
-