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 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)
Copyright © 1996–2018. All rights reserved.