Uses of Class
org.apache.mina.core.service.AbstractIoService.ServiceOperationFuture
-
Packages that use AbstractIoService.ServiceOperationFuture 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.core.service org.apache.mina.transport.socket.nio 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.ServiceOperationFuture Modifier and Type Field Description private AbstractIoService.ServiceOperationFutureAbstractPollingIoAcceptor. disposalFutureprivate AbstractIoService.ServiceOperationFutureAbstractPollingIoConnector. disposalFuture -
Uses of AbstractIoService.ServiceOperationFuture in org.apache.mina.core.service
Subclasses of AbstractIoService.ServiceOperationFuture in org.apache.mina.core.service Modifier and Type Class Description static classAbstractIoAcceptor.AcceptorOperationFutureAIoFuture -
Uses of AbstractIoService.ServiceOperationFuture in org.apache.mina.transport.socket.nio
Fields in org.apache.mina.transport.socket.nio declared as AbstractIoService.ServiceOperationFuture Modifier and Type Field Description private AbstractIoService.ServiceOperationFutureNioDatagramAcceptor. disposalFuture
-