|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SclbSipProxyBean
SclbSipProxyBean descriptor bean.
| Field Summary | |
|---|---|
static int |
DEFAULT_KeepAliveTimeoutdefault KeepAliveTimeout. |
static int |
DEFAULT_MaxConnectionsPerBackenddefault MaxConnectionsPerBackend. |
static int |
DEFAULT_ReceiveBufferSizedefault ReceiveBufferSize. |
static int |
DEFAULT_SendBufferSizedefault SendBufferSize. |
static int |
DEFAULT_SendRetryCountdefault SendRetryCount. |
| Method Summary | |
|---|---|
int |
getKeepAliveTimeout()The idle timeout after which the socket will be closed. |
int |
getMaxConnectionsPerBackend()Total number of connections per backend. |
String |
getOtherProperties()Property of the proxy in the form of name and value. |
int |
getReceiveBufferSize()The size of the Receive buffer size used for all socket connections established to the Managed Server instances. |
int |
getSendBufferSize()The size of the Send buffer size used for all socket connections established to the Managed Server instances. |
int |
getSendRetryCount()Number of times, the load balancer will send the request to the Managed Server. |
void |
setKeepAliveTimeout(int value)Set KeepAliveTimeout Properties. |
void |
setMaxConnectionsPerBackend(int value)Set MaxConnectionsPerBackend Properties. |
void |
setOtherProperties(String value)Set OtherProperties Properties. |
void |
setReceiveBufferSize(int value)Set ReceiveBufferSize Properties. |
void |
setSendBufferSize(int value)Set SendBufferSize Properties. |
void |
setSendRetryCount(int value)Set SendRetryCount Properties. |
| Field Detail |
|---|
static final int DEFAULT_MaxConnectionsPerBackend
static final int DEFAULT_KeepAliveTimeout
static final int DEFAULT_SendRetryCount
static final int DEFAULT_SendBufferSize
static final int DEFAULT_ReceiveBufferSize
| Method Detail |
|---|
int getMaxConnectionsPerBackend()
void setMaxConnectionsPerBackend(int value)
value - MaxConnectionsPerBackendint getKeepAliveTimeout()
void setKeepAliveTimeout(int value)
value - KeepAliveTimeoutint getSendRetryCount()
void setSendRetryCount(int value)
value - SendRetryCountint getSendBufferSize()
void setSendBufferSize(int value)
value - SendBufferSizeint getReceiveBufferSize()
void setReceiveBufferSize(int value)
value - ReceiveBufferSizeString getOtherProperties()
void setOtherProperties(String value)
value - OtherProperties
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.