Class ServerAddress

  • All Implemented Interfaces:
    IServerAddress

    public class ServerAddress
    extends java.lang.Object
    implements IServerAddress
    Default implementation of the IServerAddress interface.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHost()
      Gets the IP address or hostname of the server.
      int getPort()
      Gets the port number of the server.
      java.util.Properties getProperties()
      Gets the properties parsed from the query component of the URI.
      IServerAddress.Protocol getProtocol()
      Gets the connection protocol.
      java.lang.String getQuery()
      Gets the query component of the URI.
      java.lang.String getRsh()
      Gets the command for running the server in 'rsh' mode.
      java.lang.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