Uses of Class
org.jcsp.net2.NetConnectionLocation
Packages that use NetConnectionLocation
-
Uses of NetConnectionLocation in org.jcsp.net2
Fields in org.jcsp.net2 declared as NetConnectionLocationModifier and TypeFieldDescriptionprivate final NetConnectionLocation
NetAltingConnectionClient.localLocation
private final NetConnectionLocation
NetAltingConnectionServer.location
private final NetConnectionLocation
NetAltingConnectionClient.serverLocation
Methods in org.jcsp.net2 that return NetConnectionLocationModifier and TypeMethodDescription(package private) NetConnectionLocation
NetAltingConnectionClient.getLocalLocation()
static NetConnectionLocation
Converts the string form of a NetConnectionLocation back into its object formMethods in org.jcsp.net2 with parameters of type NetConnectionLocationModifier and TypeMethodDescription(package private) static NetAltingConnectionClient
NetAltingConnectionClient.create
(NetConnectionLocation loc, NetworkMessageFilter.FilterTx filterTX, NetworkMessageFilter.FilterRx filterRX) Constructors in org.jcsp.net2 with parameters of type NetConnectionLocationModifierConstructorDescriptionprivate
NetAltingConnectionClient
(AltingChannelInput input, ChannelOutput toLink, Link link, ConnectionData connData, NetConnectionLocation loc, NetworkMessageFilter.FilterTx filterTX, NetworkMessageFilter.FilterRx filterRX)