Uses of Class
org.apache.mina.core.service.AbstractIoService.ServiceOperationFuture
Packages that use AbstractIoService.ServiceOperationFuture
Package
Description
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).
Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API.
-
Uses of AbstractIoService.ServiceOperationFuture in org.apache.mina.core.polling
Fields in org.apache.mina.core.polling declared as AbstractIoService.ServiceOperationFutureModifier and TypeFieldDescriptionprivate final AbstractIoService.ServiceOperationFutureAbstractPollingIoAcceptor.disposalFutureprivate final AbstractIoService.ServiceOperationFutureAbstractPollingIoConnector.disposalFuture -
Uses of AbstractIoService.ServiceOperationFuture in org.apache.mina.core.service
Subclasses of AbstractIoService.ServiceOperationFuture in org.apache.mina.core.service -
Uses of AbstractIoService.ServiceOperationFuture in org.apache.mina.transport.socket.nio
Fields in org.apache.mina.transport.socket.nio declared as AbstractIoService.ServiceOperationFutureModifier and TypeFieldDescriptionprivate final AbstractIoService.ServiceOperationFutureNioDatagramAcceptor.disposalFuture