|
||||||||||
| 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 IServerAddressIServerAddress.getProtocol()public String getHost()
IServerAddress
getHost in interface IServerAddressIServerAddress.getHost()public int getPort()
IServerAddress
getPort in interface IServerAddressIServerAddress.getPort()public String getQuery()
IServerAddress
getQuery in interface IServerAddressIServerAddress.getQuery()public Properties getProperties()
IServerAddress
getProperties in interface IServerAddressIServerAddress.getProperties()public String getUri()
IServerAddress
getUri in interface IServerAddressIServerAddress.getUri()public String getRsh()
IServerAddress
getRsh in interface IServerAddressIServerAddress.getRsh()public boolean isSecure()
IServerAddress
isSecure in interface IServerAddressIServerAddress.isSecure()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||