public abstract class INSURLBase extends Object implements INSURL
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
rirFlag |
protected ArrayList |
theEndpointInfo |
protected String |
theKeyString |
protected String |
theStringifiedName |
| Constructor and Description |
|---|
INSURLBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
badAddress(String name)
A Utility method to throw BAD_PARAM exception to signal malformed
INS URL.
|
protected void |
badAddress(Throwable e,
String name) |
void |
dPrint() |
List |
getEndpointInfo() |
String |
getKeyString() |
boolean |
getRIRFlag() |
String |
getStringifiedName() |
abstract boolean |
isCorbanameURL() |
protected boolean rirFlag
protected ArrayList theEndpointInfo
protected String theKeyString
protected String theStringifiedName
protected void badAddress(String name)
public boolean getRIRFlag()
getRIRFlag in interface INSURLpublic List getEndpointInfo()
getEndpointInfo in interface INSURLpublic String getKeyString()
getKeyString in interface INSURLpublic String getStringifiedName()
getStringifiedName in interface INSURLpublic abstract boolean isCorbanameURL()
isCorbanameURL in interface INSURLCopyright © 2017–2019 Eclipse Foundation. All rights reserved.