Package org.jcsp.net

Class NetAltingConnectionServer

All Implemented Interfaces:
ConnectionServer, NetConnectionServer, Networked

class NetAltingConnectionServer extends AltingConnectionServerImpl implements NetConnectionServer

Instances of this class are AltingConnectionServer objects which allow connections from ConnectionClient objects from over a JCSP.NET network.

Instances of this class are not guaranteed to be safe to use by muliple concurrent processes. See NetSharedConnectionServer for a server class that may be used between multiple processes, however this may not be ALTed over.

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