| 程序包 | 说明 |
|---|---|
| org.apache.mina.common |
Common types required for users to use MINA.
|
| org.apache.mina.common.support |
Internal classes used by org.apache.mina.common package.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ExecutorThreadModel
A
ThreadModel which represents a thread model with an Executor
per service. |
| 限定符和类型 | 字段和说明 |
|---|---|
static ThreadModel |
ThreadModel.MANUAL
A
ThreadModel which make MINA not manage a thread model at all. |
| 限定符和类型 | 方法和说明 |
|---|---|
ThreadModel |
IoServiceConfig.getThreadModel()
Returns the default
ThreadModel of the IoService. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IoServiceConfig.setThreadModel(ThreadModel threadModel)
Sets the default
ThreadModel of the IoService. |
| 限定符和类型 | 方法和说明 |
|---|---|
ThreadModel |
BaseIoServiceConfig.getThreadModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BaseIoServiceConfig.setThreadModel(ThreadModel threadModel) |