public abstract class ProtocolID
extends java.lang.Object
TCPIPProtocolID
Constructor and Description |
---|
ProtocolID() |
Modifier and Type | Method and Description |
---|---|
protected abstract NodeAddress |
parse(java.lang.String addressString)
Parses an address string into an address object
|
protected abstract NodeAddress parse(java.lang.String addressString) throws java.lang.IllegalArgumentException
addressString
- String representation of an addressjava.lang.IllegalArgumentException
- Thrown if the string is in an incorrect formCopyright © 1996–2024. All rights reserved.