Uses of Class
org.jcsp.net2.NetConnectionLocation
-
Packages that use NetConnectionLocation Package Description org.jcsp.net2 -
-
Uses of NetConnectionLocation in org.jcsp.net2
Fields in org.jcsp.net2 declared as NetConnectionLocation Modifier and Type Field Description private NetConnectionLocation
NetAltingConnectionClient. localLocation
private NetConnectionLocation
NetAltingConnectionServer. location
private NetConnectionLocation
NetAltingConnectionClient. serverLocation
Methods in org.jcsp.net2 that return NetConnectionLocation Modifier and Type Method Description (package private) NetConnectionLocation
NetAltingConnectionClient. getLocalLocation()
static NetConnectionLocation
NetConnectionLocation. parse(java.lang.String str)
Converts the string form of a NetConnectionLocation back into its object formMethods in org.jcsp.net2 with parameters of type NetConnectionLocation Modifier and Type Method Description (package private) static NetAltingConnectionClient
NetAltingConnectionClient. create(NetConnectionLocation loc, NetworkMessageFilter.FilterTx filterTX, NetworkMessageFilter.FilterRx filterRX)
Constructors in org.jcsp.net2 with parameters of type NetConnectionLocation Constructor Description NetAltingConnectionClient(AltingChannelInput input, ChannelOutput toLink, Link link, ConnectionData connData, NetConnectionLocation loc, NetworkMessageFilter.FilterTx filterTX, NetworkMessageFilter.FilterRx filterRX)
-