public interface ClientConfigMBean
Modifier and Type | Method and Description |
---|---|
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.
|
int getConnectTimeoutMs()
void setConnectTimeoutMs(java.lang.Integer value)
int getReadTimeoutMs()
void setReadTimeoutMs(java.lang.Integer value)