Package org.jcsp.net

Class NetAltingConnectionClient

All Implemented Interfaces:
ConnectionClient, NetConnectionClient, Networked

public class NetAltingConnectionClient extends AltingConnectionClientImpl implements NetConnectionClient

Instances of this class are AltingConnectionClient objects which connect to ConnectionServer objects over a JCSP.NET network.

Instances of this class are not guaranteed to be safe to use by muliple concurrent processes. See NetSharedAltingConnectionClient.

Instances can be constructed by using a NetConnectionFactory or by using the NetConnection class.