Uses of Class
org.opcfoundation.ua.utils.asyncsocket.AsyncSelector

Packages that use AsyncSelector
org.opcfoundation.ua.utils Utility classes 
org.opcfoundation.ua.utils.asyncsocket Small java NIO based library that enables asynchronous and event based socket operations 
 

Uses of AsyncSelector in org.opcfoundation.ua.utils
 

Methods in org.opcfoundation.ua.utils that return AsyncSelector
static AsyncSelector StackUtils.getSelector()
          getSelector.
 

Uses of AsyncSelector in org.opcfoundation.ua.utils.asyncsocket
 

Methods in org.opcfoundation.ua.utils.asyncsocket that return AsyncSelector
 AsyncSelector ListenableSocketChannel.getSelectorThread()
          getSelectorThread.
 AsyncSelector ListenableServerSocketChannel.getSelectorThread()
          getSelectorThread.
 

Methods in org.opcfoundation.ua.utils.asyncsocket with parameters of type AsyncSelector
 void AsyncSelector.SelectListener.onSelected(AsyncSelector sender, SelectableChannel channel, int selectOps, int interestOps)
          Event for selected key.
 

Constructors in org.opcfoundation.ua.utils.asyncsocket with parameters of type AsyncSelector
AsyncServerSocket(ServerSocketChannel chan, Executor e, AsyncSelector sel)
          Constructor for AsyncServerSocket.
AsyncSocketImpl(SocketChannel channel, Executor triggerExecutor, AsyncSelector selectorThread)
          Constructor for AsyncSocketImpl.
ListenableServerSocketChannel(ServerSocketChannel channel, Executor eventExecutor, AsyncSelector t)
          Wrap AsyncServerSocket over given ServerSocketChannel using given event worker thread and selector thread.
ListenableSocketChannel(SocketChannel channel, Executor executor, AsyncSelector selectorThread)
          Create async-socket wrapper over given socket channel, given listener handling thread, and given selector thread.
 



Copyright © 2018. All rights reserved.