|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jcsp.net2.ProtocolID
org.jcsp.net2.tcpip.TCPIPProtocolID
public final class TCPIPProtocolID
Concrete implementation of a ProtocolID used to parse a string representation of a TCPIPNodeAddress into a TCPIPNodeAddress object.
Method Summary | |
---|---|
static TCPIPProtocolID |
getInstance()
Gets the singleton instance of this class |
protected NodeAddress |
parse(String addressString)
Parses a string to recreate a TCPIPNodeAddress object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static TCPIPProtocolID getInstance()
protected NodeAddress parse(String addressString) throws IllegalArgumentException
parse
in class ProtocolID
addressString
- String representing the address
IllegalArgumentException
- Thrown if the address is not in a correct form
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |