Class Proxy


  • public class Proxy
    extends java.lang.Object
    This class represents a front-end httpd server.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.net.InetAddress address
      The IP address of the front-end proxy server.
      int port
      The port on which the front-end proxy server listens.
    • Constructor Summary

      Constructors 
      Constructor Description
      Proxy()
      Default constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • address

        public java.net.InetAddress address
        The IP address of the front-end proxy server.
      • port

        public int port
        The port on which the front-end proxy server listens.
    • Constructor Detail

      • Proxy

        public Proxy()
        Default constructor.