|
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 HttpThreadPoolConfigurationBean
HttpThreadPoolConfiguration descriptor bean.
| Field Summary | |
|---|---|
static int |
DEFAULT_MaxThreadPoolSizedefault MaxThreadPoolSize. |
static int |
DEFAULT_MinThreadPoolSizedefault MinThreadPoolSize. |
static int |
DEFAULT_RequestQueueSizedefault RequestQueueSize. |
static int |
DEFAULT_ThreadInitialBufferSizedefault ThreadInitialBufferSize. |
static int |
DEFAULT_ThreadPoolMaxSelectorsdefault ThreadPoolMaxSelectors. |
| Method Summary | |
|---|---|
int |
getMaxThreadPoolSize()Maximum size of the thread pool used for NIO framework to implement HTTP. |
int |
getMinThreadPoolSize()Minimum size of the thread pool used for NIO framework to implement HTTP. |
int |
getRequestQueueSize()Request queue size of the thread pool that used for NIO framework to implement HTTP. |
int |
getThreadInitialBufferSize()Initial size of the byte buffer associated with thread. |
int |
getThreadPoolMaxSelectors()Maximum number of temporary NIO selectors used. |
String |
getThreadPoolOtherProperties()Property of the thread pool in the form of name and value. |
void |
setMaxThreadPoolSize(int value)Set MaxThreadPoolSize Properties. |
void |
setMinThreadPoolSize(int value)Set MinThreadPoolSize Properties. |
void |
setRequestQueueSize(int value)Set RequestQueueSize Properties. |
void |
setThreadInitialBufferSize(int value)Set ThreadInitialBufferSize Properties. |
void |
setThreadPoolMaxSelectors(int value)Set ThreadPoolMaxSelectors Properties. |
void |
setThreadPoolOtherProperties(String value)Set the ThreadPoolOtherProperties. |
| Field Detail |
|---|
static final int DEFAULT_MaxThreadPoolSize
static final int DEFAULT_MinThreadPoolSize
static final int DEFAULT_ThreadPoolMaxSelectors
static final int DEFAULT_ThreadInitialBufferSize
static final int DEFAULT_RequestQueueSize
| Method Detail |
|---|
int getMaxThreadPoolSize()
void setMaxThreadPoolSize(int value)
value - MaxThreadPoolSizeint getMinThreadPoolSize()
void setMinThreadPoolSize(int value)
value - MinThreadPoolSizeint getThreadPoolMaxSelectors()
void setThreadPoolMaxSelectors(int value)
value - threadPoolMaxSelectorsint getThreadInitialBufferSize()
void setThreadInitialBufferSize(int value)
value - threadInitialBufferSizeString getThreadPoolOtherProperties()
void setThreadPoolOtherProperties(String value)
value - ThreadPoolOtherPropertiesint getRequestQueueSize()
void setRequestQueueSize(int value)
value - requestQueueSize
|
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.