Uses of Class
org.apache.mina.core.service.AbstractIoAcceptor.AcceptorOperationFuture
-
Packages that use AbstractIoAcceptor.AcceptorOperationFuture 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. -
-
Uses of AbstractIoAcceptor.AcceptorOperationFuture in org.apache.mina.core.polling
Fields in org.apache.mina.core.polling with type parameters of type AbstractIoAcceptor.AcceptorOperationFuture Modifier and Type Field Description private java.util.Queue<AbstractIoAcceptor.AcceptorOperationFuture>AbstractPollingIoAcceptor. cancelQueueprivate java.util.Queue<AbstractIoAcceptor.AcceptorOperationFuture>AbstractPollingIoAcceptor. registerQueueMethod parameters in org.apache.mina.core.polling with type arguments of type AbstractIoAcceptor.AcceptorOperationFuture Modifier and Type Method Description protected voidAbstractPollingIoAcceptor. handleUnbound(java.util.Collection<AbstractIoAcceptor.AcceptorOperationFuture> unboundFutures)Processes the futures for executed unbindings, marking all futures as done.private intAbstractPollingIoAcceptor.Acceptor. unregisterHandles(java.util.Collection<AbstractIoAcceptor.AcceptorOperationFuture> cancelled)This method just checks to see if anything has been placed into the cancellation queue. -
Uses of AbstractIoAcceptor.AcceptorOperationFuture in org.apache.mina.transport.socket.nio
Fields in org.apache.mina.transport.socket.nio with type parameters of type AbstractIoAcceptor.AcceptorOperationFuture Modifier and Type Field Description private java.util.Queue<AbstractIoAcceptor.AcceptorOperationFuture>NioDatagramAcceptor. cancelQueueprivate java.util.Queue<AbstractIoAcceptor.AcceptorOperationFuture>NioDatagramAcceptor. registerQueueA queue used to store the list of pending BindsMethod parameters in org.apache.mina.transport.socket.nio with type arguments of type AbstractIoAcceptor.AcceptorOperationFuture Modifier and Type Method Description protected voidNioSocketAcceptor. handleUnbound(java.util.Collection<AbstractIoAcceptor.AcceptorOperationFuture> unboundFutures)Processes the futures for executed unbindings, marking all futures as done.
-