|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.essbase.eas.utils.UriInfo
public final class UriInfo
Field Summary | |
---|---|
protected java.lang.String |
host |
protected int |
port |
Constructor Summary | |
---|---|
protected |
UriInfo() |
Method Summary | |
---|---|
java.lang.String |
getHost() |
java.lang.String |
getHostColonPort() |
java.lang.String |
getHostColonPort(int defaultPort) |
int |
getPort() |
int |
getPort(int defaultPort) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String host
protected int port
Constructor Detail |
---|
protected UriInfo()
Method Detail |
---|
public java.lang.String getHost()
public int getPort()
public int getPort(int defaultPort)
public java.lang.String getHostColonPort()
public java.lang.String getHostColonPort(int defaultPort)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |