| Package | Description |
|---|---|
| org.apache.mina.core.polling |
Base class for implementing transport based on active polling strategies like NIO select call, or any API
based on I/O polling system calls (epoll, poll, select, kqueue, etc).
|
| org.apache.mina.proxy |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPollingIoConnector.ConnectionRequest |
| Modifier and Type | Field and Description |
|---|---|
private DefaultConnectFuture |
ProxyConnector.future
This future will notify it's listeners when really connected to the target
|