| Package | Description |
|---|---|
| org.apache.mina.transport.nio |
Transport implementations base on NIO (New I/O),
Channel |
| Modifier and Type | Class and Description |
|---|---|
class |
FixedSelectorLoopPool
A fixed size pool of
SelectorLoop. |
| Constructor and Description |
|---|
NioTcpClient(SelectorLoopPool selectorLoopPool,
IoHandlerExecutor handlerExecutor)
Create a TCP client with provided selector loops pool.
|
NioTcpClient(SelectorLoop connectSelectorLoop,
SelectorLoopPool readWriteSelectorLoop,
IoHandlerExecutor handlerExecutor)
Create a TCP client with provided selector loops pool
|
NioTcpServer(SelectorLoopPool selectorLoopPool,
IoHandlerExecutor handlerExecutor)
Create a TCP server with provided selector loops pool.
|
NioTcpServer(SelectorLoop acceptSelectorLoop,
SelectorLoopPool readWriteSelectorLoop,
IoHandlerExecutor handlerExecutor)
Create a TCP server with provided selector loops pool
|
NioTcpServer(TcpSessionConfig config,
SelectorLoopPool selectorLoopPool,
IoHandlerExecutor handlerExecutor)
Create a TCP server with provided selector loops pool.
|
NioTcpServer(TcpSessionConfig config,
SelectorLoop acceptSelectorLoop,
SelectorLoopPool readWriteSelectorLoop,
IoHandlerExecutor handlerExecutor)
Create a TCP server with provided selector loops pool
|
Copyright © 2009–2013 Apache MINA Project. All rights reserved.