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 NetConnectionLocationNetAltingConnectionClient. localLocationprivate NetConnectionLocationNetAltingConnectionServer. locationprivate NetConnectionLocationNetAltingConnectionClient. serverLocationMethods in org.jcsp.net2 that return NetConnectionLocation Modifier and Type Method Description (package private) NetConnectionLocationNetAltingConnectionClient. getLocalLocation()static NetConnectionLocationNetConnectionLocation. 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 NetAltingConnectionClientNetAltingConnectionClient. 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)
-