Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


oracle.sdp.sclb.configuration.beans
Interface SclbHttpProxyBean


public interface SclbHttpProxyBean

SclbHttpProxy descriptor bean.


Field Summary
static int DEFAULT_KeepAliveTimeout
          default KeepAliveTimeout.
static int DEFAULT_MaxConnectionsPerBackend
          default MaxConnectionsPerBackend.
static int DEFAULT_ReceiveBufferSize
          default ReceiveBufferSize.
static int DEFAULT_SendBufferSize
          default SendBufferSize.
static int DEFAULT_SendRetryCount
          default 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

DEFAULT_MaxConnectionsPerBackend

static final int DEFAULT_MaxConnectionsPerBackend
default MaxConnectionsPerBackend.
See Also:
Constant Field Values

DEFAULT_KeepAliveTimeout

static final int DEFAULT_KeepAliveTimeout
default KeepAliveTimeout.
See Also:
Constant Field Values

DEFAULT_SendRetryCount

static final int DEFAULT_SendRetryCount
default SendRetryCount.
See Also:
Constant Field Values

DEFAULT_SendBufferSize

static final int DEFAULT_SendBufferSize
default SendBufferSize.
See Also:
Constant Field Values

DEFAULT_ReceiveBufferSize

static final int DEFAULT_ReceiveBufferSize
default ReceiveBufferSize.
See Also:
Constant Field Values

Method Detail

getMaxConnectionsPerBackend

int getMaxConnectionsPerBackend()
Total number of connections per backend.
Returns:
maxConnectionsPerBackend

setMaxConnectionsPerBackend

void setMaxConnectionsPerBackend(int value)
Set MaxConnectionsPerBackend Properties.
Parameters:
value - MaxConnectionsPerBackend

getKeepAliveTimeout

int getKeepAliveTimeout()
The idle timeout after which the socket will be closed.
Returns:
KeepAliveTimeout

setKeepAliveTimeout

void setKeepAliveTimeout(int value)
Set KeepAliveTimeout Properties.
Parameters:
value - KeepAliveTimeout

getSendRetryCount

int getSendRetryCount()
Number of times, the load balancer will send the request to the Managed Server.
Returns:
sendRetryCount

setSendRetryCount

void setSendRetryCount(int value)
Set SendRetryCount Properties.
Parameters:
value - SendRetryCount

getSendBufferSize

int getSendBufferSize()
The size of the Send buffer size used for all socket connections established to the Managed Server instances.
Returns:
sendBufferSize

setSendBufferSize

void setSendBufferSize(int value)
Set SendBufferSize Properties.
Parameters:
value - SendBufferSize

getReceiveBufferSize

int getReceiveBufferSize()
The size of the Receive buffer size used for all socket connections established to the Managed Server instances.
Returns:
receiveBufferSize

setReceiveBufferSize

void setReceiveBufferSize(int value)
Set ReceiveBufferSize Properties.
Parameters:
value - ReceiveBufferSize

getOtherProperties

String getOtherProperties()
Property of the proxy in the form of name and value.
Returns:
otherProperties

setOtherProperties

void setOtherProperties(String value)
Set OtherProperties Properties.
Parameters:
value - OtherProperties

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.