Class Proxy
java.lang.Object
org.apache.catalina.ha.backend.Proxy
This class represents a front-end httpd server.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe IP address of the front-end proxy server.intThe port on which the front-end proxy server listens. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
address
The IP address of the front-end proxy server. -
port
public int portThe port on which the front-end proxy server listens.
-
-
Constructor Details
-
Proxy
public Proxy()Default constructor.
-