Package org.jcsp.net.settings
Class Address
- java.lang.Object
-
- org.jcsp.net.settings.Address
-
public class Address extends Object
Used internally within the JCSP network infrastructure to represent a single address.- Author:
- Quickstone Technologies Limited
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSpec(Spec spec)
boolean
equals(Object o)
String
getProtocolID()
Spec[]
getSpecs()
String
getValue()
boolean
isUnique()
void
removeSpec(Spec spec)
String
toString()
-