Class Proxy

java.lang.Object
org.apache.catalina.ha.backend.Proxy

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

    • address

      public 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 Details

    • Proxy

      public Proxy()
      Default constructor.