Package org.jcsp.net.settings
Class Protocol
java.lang.Object
org.jcsp.net.settings.Protocol
Used internally within the JCSP network infrastructure to represent a single protocol.
- Author:
- Quickstone Technologies Limited
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSetting(Setting setting) voidbooleangetName()intgetSetting(String name) Setting[]Spec[]getSpecs()inthashCode()voidremoveSetting(Setting setting) voidremoveSpec(Spec spec) toString()
-
Constructor Details
-
Protocol
-
-
Method Details