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 TypeMethodDescriptionvoid
addSetting
(Setting setting) void
boolean
getName()
int
getSetting
(String name) Setting[]
Spec[]
getSpecs()
int
hashCode()
void
removeSetting
(Setting setting) void
removeSpec
(Spec spec) toString()
-
Constructor Details
-
Protocol
-
-
Method Details