|
Oracle Communications Service Broker Platform MBean Java API Reference 6.0 E26173-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.axia.config.beans.protocol.http.ClientConfig
public class ClientConfig
Java class for ClientConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClientConfig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="connectTimeoutMs" type="{http://xmlns.oracle.com/axia/http-config}TimeoutType" default="5000" />
<attribute name="readTimeoutMs" type="{http://xmlns.oracle.com/axia/http-config}TimeoutType" default="30000" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Integer |
connectTimeoutMs |
protected java.lang.Integer |
readTimeoutMs |
| Constructor Summary | |
|---|---|
ClientConfig()Default Constructor |
|
ClientConfig(java.lang.Integer connectTimeoutMs, java.lang.Integer readTimeoutMs) |
|
| Method Summary | |
|---|---|
int |
getConnectTimeoutMs()Gets the value of the connectTimeoutMs property. |
int |
getReadTimeoutMs()Gets the value of the readTimeoutMs property. |
void |
setConnectTimeoutMs(java.lang.Integer value)Sets the value of the connectTimeoutMs property. |
void |
setReadTimeoutMs(java.lang.Integer value)Sets the value of the readTimeoutMs property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Integer connectTimeoutMs
protected java.lang.Integer readTimeoutMs
| Constructor Detail |
|---|
public ClientConfig()
public ClientConfig(java.lang.Integer connectTimeoutMs,
java.lang.Integer readTimeoutMs)
| Method Detail |
|---|
public int getConnectTimeoutMs()
getConnectTimeoutMs in interface ClientConfigReadOnlyMBeanIntegerpublic void setConnectTimeoutMs(java.lang.Integer value)
setConnectTimeoutMs in interface ClientConfigMBeanvalue - allowed object is Integerpublic int getReadTimeoutMs()
getReadTimeoutMs in interface ClientConfigReadOnlyMBeanIntegerpublic void setReadTimeoutMs(java.lang.Integer value)
setReadTimeoutMs in interface ClientConfigMBeanvalue - allowed object is Integer
|
Oracle Communications Service Broker Platform MBean Java API Reference 6.0 E26173-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||