Package org.apache.axis2.transport.base
Class TransportConfiguration
java.lang.Object
org.apache.axis2.transport.base.TransportConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetBooleanValue(String name, boolean def) Get properties that tune nhttp transport.intintintintstatic TransportConfigurationgetConfiguration(String transportName) intgetProperty(String name, int def) Get properties that tune nhttp transport.intintintint
-
Method Details
-
getConfiguration
-
getServerCoreThreads
public int getServerCoreThreads() -
getServerMaxThreads
public int getServerMaxThreads() -
getServerKeepalive
public int getServerKeepalive() -
getServerQueueLen
public int getServerQueueLen() -
getClientCoreThreads
public int getClientCoreThreads() -
getClientMaxThreads
public int getClientMaxThreads() -
getClientKeepalive
public int getClientKeepalive() -
getClientQueueLen
public int getClientQueueLen() -
getProperty
Get properties that tune nhttp transport. Preference to system properties- Parameters:
name- name of the system/config propertydef- default value to return if the property is not set- Returns:
- the value of the property to be used
-
getBooleanValue
Get properties that tune nhttp transport. Preference to system properties- Parameters:
name- name of the system/config propertydef- default value to return if the property is not set- Returns:
- the value of the property to be used
-