Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutorThreadModel
A
ThreadModel which represents a thread model with an Executor
per service. |
Modifier and Type | Field and Description |
---|---|
static ThreadModel |
ThreadModel.MANUAL
A
ThreadModel which make MINA not manage a thread model at all. |
Modifier and Type | Method and Description |
---|---|
ThreadModel |
IoServiceConfig.getThreadModel()
Returns the default
ThreadModel of the IoService . |
Modifier and Type | Method and Description |
---|---|
void |
IoServiceConfig.setThreadModel(ThreadModel threadModel)
Sets the default
ThreadModel of the IoService . |
Modifier and Type | Method and Description |
---|---|
ThreadModel |
BaseIoServiceConfig.getThreadModel() |
Modifier and Type | Method and Description |
---|---|
void |
BaseIoServiceConfig.setThreadModel(ThreadModel threadModel) |
Copyright © 2004–2015 Apache MINA Project. All rights reserved.