Uses of Class
org.jcsp.net.settings.Spec
Packages that use Spec
Package
Description
This package is used internally by the JCSP network infrastructure to load XML configuration files and
represent their structure.
-
Uses of Spec in org.jcsp.net.settings
Subclasses of Spec in org.jcsp.net.settingsModifier and TypeClassDescriptionclass
Used internally within the JCSP network infrastructure to represent a connection oriented protocol.class
Used internally within the JCSP network infrastructure to represent a maximum ping rate.class
Used internally within the JCSP network infrastructure to represent a maximum speed.class
Used internally within the JCSP network infrastructure to represent a memory value.class
Used internally within the JCSP network infrastructure to represent a minimum memory setting.class
Used internally within the JCSP network infrastructure to represent a minimum speed setting.(package private) class
Used internally within the JCSP network infrastructure to represent miscellaneous requirements.class
Used internally within the JCSP network infrastructure to represent misellaneous specifications.class
Used internally within the JCSP network infrastructure to represent a reliable protocol.class
Used internally within the JCSP network infrastructure to represent a protocol requirement.class
Used internally within the JCSP network infrastructure to represent a wireless protocol.Methods in org.jcsp.net.settings that return SpecModifier and TypeMethodDescriptionSpec[]
Address.getSpecs()
Spec[]
Protocol.getSpecs()
Spec[]
Specs.getSpecs()
Methods in org.jcsp.net.settings with parameters of type SpecModifier and TypeMethodDescriptionvoid
void
void
void
Address.removeSpec
(Spec spec) void
Protocol.removeSpec
(Spec spec) void
Specs.removeSpec
(Spec spec)