public interface NetConnectionFactory
This class should be implemented by classes wishing to act
as factories for creating Networked ConnectionServer
and ConnectionClient objects.
An implementation is provided, see
.
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. |
org.jcsp.net.NetAltingConnectionServer createNet2One()
Constructs a NetAltingConnectionServer object.
NetAltingConnectionServer object.NetSharedConnectionServer createNet2Any()
Constructs a NetSharedConnectionServer object.
NetSharedConnectionServer object.NetAltingConnectionClient createOne2Net(NetChannelLocation serverLoc)
Constructs a NetAltingConnectionClient object.
NetAltingConnectionClient object.NetSharedAltingConnectionClient createAny2Net(NetChannelLocation serverLoc)
Constructs a NetSharedAltingConnectionClient object.
NetSharedAltingConnectionClient object.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.