Uses of Class
org.apache.mina.core.service.AbstractIoAcceptor.AcceptorOperationFuture
Packages that use AbstractIoAcceptor.AcceptorOperationFuture
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 AbstractIoAcceptor.AcceptorOperationFuture in org.apache.mina.core.polling
Fields in org.apache.mina.core.polling with type parameters of type AbstractIoAcceptor.AcceptorOperationFutureModifier and TypeFieldDescriptionprivate final Queue<AbstractIoAcceptor.AcceptorOperationFuture> AbstractPollingIoAcceptor.cancelQueueprivate final Queue<AbstractIoAcceptor.AcceptorOperationFuture> AbstractPollingIoAcceptor.registerQueueMethod parameters in org.apache.mina.core.polling with type arguments of type AbstractIoAcceptor.AcceptorOperationFutureModifier and TypeMethodDescriptionprotected voidAbstractPollingIoAcceptor.handleUnbound(Collection<AbstractIoAcceptor.AcceptorOperationFuture> unboundFutures) Processes the futures for executed unbindings, marking all futures as done.private intAbstractPollingIoAcceptor.Acceptor.unregisterHandles(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.AcceptorOperationFutureModifier and TypeFieldDescriptionprivate final Queue<AbstractIoAcceptor.AcceptorOperationFuture> NioDatagramAcceptor.cancelQueueprivate final 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.AcceptorOperationFutureModifier and TypeMethodDescriptionprotected voidNioSocketAcceptor.handleUnbound(Collection<AbstractIoAcceptor.AcceptorOperationFuture> unboundFutures) Processes the futures for executed unbindings, marking all futures as done.