Package org.jcsp.net

Class NetConnectionLocation

java.lang.Object
org.jcsp.net.NetChannelLocation
org.jcsp.net.NetConnectionLocation
All Implemented Interfaces:
Serializable, Cloneable

class NetConnectionLocation extends NetChannelLocation
Instances of this class take two NetConnectionLocation objects. One for a connection's server channel and one for a connection's further request channel. Instances of this class can be used as the open channel's NetChannelLocation object while the further request channel's can be obtained by calling getRequestChannelLocation().