public class StandardNetConnectionFactory extends java.lang.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 NetConnectionFactoryNetAltingConnectionServer object.NetConnectionFactory.createNet2One()public NetSharedConnectionServer createNet2Any()
NetConnectionFactory
Constructs a NetSharedConnectionServer object.
createNet2Any in interface NetConnectionFactoryNetSharedConnectionServer object.NetConnectionFactory.createNet2Any()public NetAltingConnectionClient createOne2Net(NetChannelLocation serverLoc)
NetConnectionFactory
Constructs a NetAltingConnectionClient object.
createOne2Net in interface NetConnectionFactoryNetAltingConnectionClient object.NetConnectionFactory.createOne2Net(NetChannelLocation)public NetSharedAltingConnectionClient createAny2Net(NetChannelLocation serverLoc)
NetConnectionFactory
Constructs a NetSharedAltingConnectionClient object.
createAny2Net in interface NetConnectionFactoryNetSharedAltingConnectionClient object.NetConnectionFactory.createAny2Net(NetChannelLocation)Copyright © 1996–2022. All rights reserved.