|
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 SipNetworkConfigurationBean
SipNetworkConfiguration descriptor bean.
| Field Summary | |
|---|---|
static int |
DEFAULT_InitialBufferSizedefault InitialBufferSize. |
static int |
DEFAULT_KeepAliveTimeoutdefault KeepAliveTimeout. |
static int |
DEFAULT_Lingerdefault Linger. |
static int |
DEFAULT_MaxAcceptRetriesdefault MaxThreadPoolSize. |
static int |
DEFAULT_MaxPendingCountdefault MaxPendingCount. |
static int |
DEFAULT_ReadTimeoutInMillisdefault ReadTimeoutInMillis. |
static int |
DEFAULT_ReceiveBufferSizedefault ReceiveBufferSize. |
static boolean |
DEFAULT_ReuseAddressdefault ReuseAddress. |
static int |
DEFAULT_SendBufferSizedefault SendBufferSize. |
| Method Summary | |
|---|---|
int |
getInitialBufferSize()Initial buffer size of the buffer pool used by the SIP load balancer. |
int |
getKeepAliveTimeout()The idle timeout after which the socket will be closed. |
int |
getLinger()Value of socket linger. |
int |
getMaxAcceptRetries()Maximum number of retries to accept a connection. |
int |
getMaxPendingCount()Connection backlog of the network. |
String |
getNetworkOtherProperties()Property of the network in the form of name and value. |
int |
getReadTimeoutInMillis()Read timeout used by proxy, while reading the remaining data from the socket. |
int |
getReceiveBufferSize()The size of the receive buffer size used for all socket connections accepted by the sip listeners. |
int |
getSendBufferSize()The size of the send buffer size used for all socket connections accepted by the sip listeners. |
boolean |
isReuseAddress()Whether the listener address should be reused or not. |
void |
setInitialBufferSize(int value)Set InitialBufferSize Properties. |
void |
setKeepAliveTimeout(int value)Set KeepAliveTimeout Properties. |
void |
setLinger(int value)Set Linger Properties. |
void |
setMaxAcceptRetries(int value)Set MaxAcceptRetries Properties. |
void |
setMaxPendingCount(int value)Set MaxPendingCount Properties. |
void |
setNetworkOtherProperties(String value)Set Network Other Properties. |
void |
setReadTimeoutInMillis(int value)Set ReadTimeoutInMillis Properties. |
void |
setReceiveBufferSize(int value)Set ReceiveBufferSize Properties. |
void |
setReuseAddress(boolean value)Set ReuseAddress Properties. |
void |
setSendBufferSize(int value)Set SendBufferSize Properties. |
| Field Detail |
|---|
static final int DEFAULT_InitialBufferSize
static final boolean DEFAULT_ReuseAddress
static final int DEFAULT_Linger
static final int DEFAULT_MaxAcceptRetries
static final int DEFAULT_KeepAliveTimeout
static final int DEFAULT_SendBufferSize
static final int DEFAULT_ReceiveBufferSize
static final int DEFAULT_MaxPendingCount
static final int DEFAULT_ReadTimeoutInMillis
| Method Detail |
|---|
int getInitialBufferSize()
void setInitialBufferSize(int value)
value - initialBufferSizeboolean isReuseAddress()
void setReuseAddress(boolean value)
value - is reuseAddressint getLinger()
void setLinger(int value)
value - lingerint getMaxAcceptRetries()
void setMaxAcceptRetries(int value)
value - maxAcceptRetriesint getKeepAliveTimeout()
void setKeepAliveTimeout(int value)
value - keepAliveTimeoutint getSendBufferSize()
void setSendBufferSize(int value)
value - sendBufferSizeint getReceiveBufferSize()
void setReceiveBufferSize(int value)
value - receiveBufferSizeint getMaxPendingCount()
void setMaxPendingCount(int value)
value - MaxPendingCountint getReadTimeoutInMillis()
void setReadTimeoutInMillis(int value)
value - ReadTimeoutInMillisString getNetworkOtherProperties()
void setNetworkOtherProperties(String value)
value - NetworkOtherProperties
|
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.