org.jcsp.net
public class StandardNetConnectionFactory extends Object implements NetConnectionFactory
This is an implementation of
.
NetConnectionFactory
Constructor and Description |
---|
StandardNetConnectionFactory()
Constructor for StandardNetConnectionFactory.
|
Modifier and Type | Method and Description |
---|---|
NetSharedAltingConnectionClient |
createAny2Net(NetChannelLocation serverLoc)
Constructs a
NetSharedAltingConnectionClient object. |
NetSharedConnectionServer |
createNet2Any()
Constructs a
NetSharedConnectionServer object. |
org.jcsp.net.NetAltingConnectionServer |
createNet2One()
Constructs a
NetAltingConnectionServer object. |
NetAltingConnectionClient |
createOne2Net(NetChannelLocation serverLoc)
Constructs a
NetAltingConnectionClient object. |
public StandardNetConnectionFactory()
public org.jcsp.net.NetAltingConnectionServer createNet2One()
NetConnectionFactory
Constructs a NetAltingConnectionServer
object.
createNet2One
in interface NetConnectionFactory
NetAltingConnectionServer
object.NetConnectionFactory.createNet2One()
public NetSharedConnectionServer createNet2Any()
NetConnectionFactory
Constructs a NetSharedConnectionServer
object.
createNet2Any
in interface NetConnectionFactory
NetSharedConnectionServer
object.NetConnectionFactory.createNet2Any()
public NetAltingConnectionClient createOne2Net(NetChannelLocation serverLoc)
NetConnectionFactory
Constructs a NetAltingConnectionClient
object.
createOne2Net
in interface NetConnectionFactory
NetAltingConnectionClient
object.NetConnectionFactory.createOne2Net(NetChannelLocation)
public NetSharedAltingConnectionClient createAny2Net(NetChannelLocation serverLoc)
NetConnectionFactory
Constructs a NetSharedAltingConnectionClient
object.
createAny2Net
in interface NetConnectionFactory
NetSharedAltingConnectionClient
object.NetConnectionFactory.createAny2Net(NetChannelLocation)
Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.