Class ProxyType
java.lang.Object
com.tremolosecurity.config.xml.ProxyType
custom proxy configuration for this URL
Java class for proxyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="proxyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="connectionTimeoutMillis" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="requestTimeoutMillis" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="socketTimeoutMillis" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected int
protected int
protected int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the value of the connectionTimeoutMillis property.int
Gets the value of the requestTimeoutMillis property.int
Gets the value of the socketTimeoutMillis property.void
setConnectionTimeoutMillis
(int value) Sets the value of the connectionTimeoutMillis property.void
setRequestTimeoutMillis
(int value) Sets the value of the requestTimeoutMillis property.void
setSocketTimeoutMillis
(int value) Sets the value of the socketTimeoutMillis property.
-
Field Details
-
connectionTimeoutMillis
protected int connectionTimeoutMillis -
requestTimeoutMillis
protected int requestTimeoutMillis -
socketTimeoutMillis
protected int socketTimeoutMillis
-
-
Constructor Details
-
ProxyType
public ProxyType()
-
-
Method Details
-
getConnectionTimeoutMillis
public int getConnectionTimeoutMillis()Gets the value of the connectionTimeoutMillis property. -
setConnectionTimeoutMillis
public void setConnectionTimeoutMillis(int value) Sets the value of the connectionTimeoutMillis property. -
getRequestTimeoutMillis
public int getRequestTimeoutMillis()Gets the value of the requestTimeoutMillis property. -
setRequestTimeoutMillis
public void setRequestTimeoutMillis(int value) Sets the value of the requestTimeoutMillis property. -
getSocketTimeoutMillis
public int getSocketTimeoutMillis()Gets the value of the socketTimeoutMillis property. -
setSocketTimeoutMillis
public void setSocketTimeoutMillis(int value) Sets the value of the socketTimeoutMillis property.
-