|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ThreadModel | |
| org.apache.mina.common | Common types required for users to use MINA. |
| Uses of ThreadModel in org.apache.mina.common |
| Classes in org.apache.mina.common that implement ThreadModel | |
class |
ExecutorThreadModel
A ThreadModel which represents a thread model with an Executor
(from backport-util-concurrent)
per service. |
| Fields in org.apache.mina.common declared as ThreadModel | |
static ThreadModel |
ThreadModel.MANUAL
A ThreadModel which make MINA not manage a thread model at all. |
| Methods in org.apache.mina.common that return ThreadModel | |
ThreadModel |
IoServiceConfig.getThreadModel()
Returns the default ThreadModel of the IoService. |
| Methods in org.apache.mina.common with parameters of type ThreadModel | |
void |
IoServiceConfig.setThreadModel(ThreadModel threadModel)
Sets the default ThreadModel of the IoService. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||