This class provides static methods for constructing
NetConnectionServer
and NetConnectionClient
objects.
The methods provided are equivalent to the methods defined in
NetConnectionFactory
.
Type | Name and description |
---|---|
static NetSharedAltingConnectionClient |
createAny2Net(NetChannelLocation serverLoc) @see org.jcsp.net.NetConnectionFactory#createAny2Net(NetChannelLocation) |
static NetSharedConnectionServer |
createNet2Any() @see org.jcsp.net.NetConnectionFactory#createNet2Any() |
static NetAltingConnectionServer |
createNet2One() @see org.jcsp.net.NetConnectionFactory#createNet2One() |
static NetAltingConnectionClient |
createOne2Net(NetChannelLocation serverLoc) @see org.jcsp.net.NetConnectionFactory#createOne2Net(NetChannelLocation) |