|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.perforce.p4java.impl.mapbased.server.ServerAddress
public class ServerAddress
Default implementation of the IServerAddress interface.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.perforce.p4java.server.IServerAddress |
---|
IServerAddress.Protocol |
Method Summary | |
---|---|
String |
getHost()
Gets the IP address or hostname of the server. |
int |
getPort()
Gets the port number of the server. |
Properties |
getProperties()
Gets the properties parsed from the query component of the URI. |
IServerAddress.Protocol |
getProtocol()
Gets the connection protocol. |
String |
getQuery()
Gets the query component of the URI. |
String |
getRsh()
Gets the command for running the server in 'rsh' mode. |
String |
getUri()
Gets the URI form of the associated address. |
boolean |
isSecure()
Return true, if the protocol is secure. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public IServerAddress.Protocol getProtocol()
IServerAddress
getProtocol
in interface IServerAddress
IServerAddress.getProtocol()
public String getHost()
IServerAddress
getHost
in interface IServerAddress
IServerAddress.getHost()
public int getPort()
IServerAddress
getPort
in interface IServerAddress
IServerAddress.getPort()
public String getQuery()
IServerAddress
getQuery
in interface IServerAddress
IServerAddress.getQuery()
public Properties getProperties()
IServerAddress
getProperties
in interface IServerAddress
IServerAddress.getProperties()
public String getUri()
IServerAddress
getUri
in interface IServerAddress
IServerAddress.getUri()
public String getRsh()
IServerAddress
getRsh
in interface IServerAddress
IServerAddress.getRsh()
public boolean isSecure()
IServerAddress
isSecure
in interface IServerAddress
IServerAddress.isSecure()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |