| |
|
| java.lang.Object org.apache.axis2.transport.nhttp.NHttpConfiguration
NHttpConfiguration | public class NHttpConfiguration (Code) | | Store and manage properties that tune the nhttp transport
|
getBufferZise | public int getBufferZise()(Code) | | |
getClientCoreThreads | public int getClientCoreThreads()(Code) | | |
getClientIOWorkers | public int getClientIOWorkers()(Code) | | |
getClientKeepalive | public int getClientKeepalive()(Code) | | |
getClientMaxThreads | public int getClientMaxThreads()(Code) | | |
getClientQueueLen | public int getClientQueueLen()(Code) | | |
getProperty | public int getProperty(String name, int def)(Code) | | Get properties that tune nhttp transport. Preference to system properties
Parameters: name - name of the system/config property Parameters: def - default value to return if the property is not set the value of the property to be used |
getServerCoreThreads | public int getServerCoreThreads()(Code) | | |
getServerIOWorkers | public int getServerIOWorkers()(Code) | | |
getServerKeepalive | public int getServerKeepalive()(Code) | | |
getServerMaxThreads | public int getServerMaxThreads()(Code) | | |
getServerQueueLen | public int getServerQueueLen()(Code) | | |
|
|
|