Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


oracle.sdp.sclb.configuration.beans
Interface HttpNetworkConfigurationBean


public interface HttpNetworkConfigurationBean

HttpNetworkConfiguration descriptor bean.


Field Summary
static int DEFAULT_InitialBufferSize
          default InitialBufferSize.
static int DEFAULT_KeepAliveTimeout
          default KeepAliveTimeout.
static int DEFAULT_Linger
          default Linger.
static int DEFAULT_MaxAcceptRetries
          default MaxThreadPoolSize.
static int DEFAULT_MaxPendingCount
          default MaxPendingCount.
static int DEFAULT_ReadTimeoutInMillis
          default ReadTimeoutInMillis.
static int DEFAULT_ReceiveBufferSize
          default ReceiveBufferSize.
static boolean DEFAULT_ReuseAddress
          default ReuseAddress.
static int DEFAULT_SendBufferSize
          default SendBufferSize.

 

Method Summary
 int getInitialBufferSize()
          Initial buffer size of the buffer pool used by the HTTP 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 http listeners.
 int getSendBufferSize()
          The size of the send buffer size used for all socket connections accepted by the http 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

DEFAULT_InitialBufferSize

static final int DEFAULT_InitialBufferSize
default InitialBufferSize.
See Also:
Constant Field Values

DEFAULT_ReuseAddress

static final boolean DEFAULT_ReuseAddress
default ReuseAddress.
See Also:
Constant Field Values

DEFAULT_Linger

static final int DEFAULT_Linger
default Linger.
See Also:
Constant Field Values

DEFAULT_MaxAcceptRetries

static final int DEFAULT_MaxAcceptRetries
default MaxThreadPoolSize.
See Also:
Constant Field Values

DEFAULT_KeepAliveTimeout

static final int DEFAULT_KeepAliveTimeout
default KeepAliveTimeout.
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

DEFAULT_MaxPendingCount

static final int DEFAULT_MaxPendingCount
default MaxPendingCount.
See Also:
Constant Field Values

DEFAULT_ReadTimeoutInMillis

static final int DEFAULT_ReadTimeoutInMillis
default ReadTimeoutInMillis.
See Also:
Constant Field Values

Method Detail

getInitialBufferSize

int getInitialBufferSize()
Initial buffer size of the buffer pool used by the HTTP load balancer.
Returns:
initialBufferSize

setInitialBufferSize

void setInitialBufferSize(int value)
Set InitialBufferSize Properties.
Parameters:
value - initialBufferSize

isReuseAddress

boolean isReuseAddress()
Whether the listener address should be reused or not.
Returns:
is reuseAddress

setReuseAddress

void setReuseAddress(boolean value)
Set ReuseAddress Properties.
Parameters:
value - is reuseAddress

getLinger

int getLinger()
Value of socket linger.
Returns:
linger

setLinger

void setLinger(int value)
Set Linger Properties.
Parameters:
value - linger

getMaxAcceptRetries

int getMaxAcceptRetries()
Maximum number of retries to accept a connection.
Returns:
maxAcceptRetries

setMaxAcceptRetries

void setMaxAcceptRetries(int value)
Set MaxAcceptRetries Properties.
Parameters:
value - maxAcceptRetries

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

getSendBufferSize

int getSendBufferSize()
The size of the send buffer size used for all socket connections accepted by the http listeners.
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 accepted by the http listeners.
Returns:
receiveBufferSize

setReceiveBufferSize

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

getMaxPendingCount

int getMaxPendingCount()
Connection backlog of the network.
Returns:
maxPendingCount

setMaxPendingCount

void setMaxPendingCount(int value)
Set MaxPendingCount Properties.
Parameters:
value - MaxPendingCount

getReadTimeoutInMillis

int getReadTimeoutInMillis()
Read timeout used by proxy, while reading the remaining data from the socket.
Returns:
readTimeoutInMillis

setReadTimeoutInMillis

void setReadTimeoutInMillis(int value)
Set ReadTimeoutInMillis Properties.
Parameters:
value - ReadTimeoutInMillis

getNetworkOtherProperties

String getNetworkOtherProperties()
Property of the network in the form of name and value.
Returns:
NetworkOtherProperties

setNetworkOtherProperties

void setNetworkOtherProperties(String value)
Set Network Other Properties.
Parameters:
value - NetworkOtherProperties

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.