Uses of Class
org.jcsp.net.settings.AddressSetting
-
Packages that use AddressSetting Package Description org.jcsp.net.settings This package is used internally by the JCSP network infrastructure to load XML configuration files and represent their structure. -
-
Uses of AddressSetting in org.jcsp.net.settings
Methods in org.jcsp.net.settings that return AddressSetting Modifier and Type Method Description AddressSettingService. getAddressSetting(String name)AddressSetting[]Service. getAddressSettings()AddressSettingAddressSetting. getAlternate()Methods in org.jcsp.net.settings with parameters of type AddressSetting Modifier and Type Method Description voidService. addAddressSetting(AddressSetting setting)booleanAddressSetting. addAlternate(AddressSetting alternate)voidService. removeAddressSetting(AddressSetting setting)
-