Uses of Class
com.cosylab.epics.caj.impl.CATransport
-
Packages that use CATransport Package Description com.cosylab.epics.caj -
-
Uses of CATransport in com.cosylab.epics.caj
Fields in com.cosylab.epics.caj declared as CATransport Modifier and Type Field Description protected CATransportCAJChannel. transportServer transport.Methods in com.cosylab.epics.caj that return CATransport Modifier and Type Method Description CATransportCAJChannel. getTransport()Get transport used by this channel.CATransportCAJContext. getTransport(TransportClient client, InetSocketAddress serverAddress, short minorRevision, short priority)Get, or create if necessary, transport of given server address.Methods in com.cosylab.epics.caj with parameters of type CATransport Modifier and Type Method Description booleanCAJChannel. createChannel(CATransport transport, int sid, short typeCode, int elementCount)Create a channel, i.e.
-