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 NetConnectionLocationNetAltingConnectionClient.localLocationprivate final NetConnectionLocationNetAltingConnectionServer.locationprivate final NetConnectionLocationNetAltingConnectionClient.serverLocationMethods in org.jcsp.net2 that return NetConnectionLocationModifier and TypeMethodDescription(package private) NetConnectionLocationNetAltingConnectionClient.getLocalLocation()static NetConnectionLocationConverts 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 NetAltingConnectionClientNetAltingConnectionClient.create(NetConnectionLocation loc, NetworkMessageFilter.FilterTx filterTX, NetworkMessageFilter.FilterRx filterRX) Constructors in org.jcsp.net2 with parameters of type NetConnectionLocationModifierConstructorDescriptionprivateNetAltingConnectionClient(AltingChannelInput input, ChannelOutput toLink, Link link, ConnectionData connData, NetConnectionLocation loc, NetworkMessageFilter.FilterTx filterTX, NetworkMessageFilter.FilterRx filterRX)