Class ProxyConfig


  • public class ProxyConfig
    extends java.lang.Object
    Proxy configuration options.
    Author:
    Jeremy Long
    • Constructor Summary

      Constructors 
      Constructor Description
      ProxyConfig()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHost()
      Get the host.
      int getPort()
      Get the port.
      java.lang.String getServerId()
      The server id.
      void setHost​(java.lang.String host)
      Set the host.
      void setPort​(int port)
      Set the new port number.
      void setServerId​(java.lang.String serverId)
      Sets the server id.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProxyConfig

        public ProxyConfig()
    • Method Detail

      • getHost

        public java.lang.String getHost()
        Get the host.
        Returns:
        the host
      • setHost

        public void setHost​(java.lang.String host)
        Set the host.
        Parameters:
        host - the new host
      • getPort

        public int getPort()
        Get the port.
        Returns:
        the port
      • setPort

        public void setPort​(int port)
        Set the new port number.
        Parameters:
        port - the port number
      • getServerId

        public java.lang.String getServerId()
        The server id.
        Returns:
        the server id
      • setServerId

        public void setServerId​(java.lang.String serverId)
        Sets the server id.
        Parameters:
        serverId - the new server id