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.transport.socket.nio |
Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPollingIoAcceptor.handleUnbound(Collection<AbstractIoAcceptor.AcceptorOperationFuture> unboundFutures)
Processes the futures for executed unbindings, marking all futures as done.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NioSocketAcceptor.handleUnbound(Collection<AbstractIoAcceptor.AcceptorOperationFuture> unboundFutures)
Processes the futures for executed unbindings, marking all futures as done.
|
Copyright © 2004–2025 Apache MINA Project. All rights reserved.