Uses of Interface
org.opcfoundation.ua.utils.asyncsocket.ListenableSocketChannel.ReadableListener

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

Uses of ListenableSocketChannel.ReadableListener in org.opcfoundation.ua.utils.asyncsocket
 

Methods in org.opcfoundation.ua.utils.asyncsocket that return ListenableSocketChannel.ReadableListener
 ListenableSocketChannel.ReadableListener ListenableSocketChannel.getReadListener()
          Getter for the field readListener.
 

Methods in org.opcfoundation.ua.utils.asyncsocket with parameters of type ListenableSocketChannel.ReadableListener
 void ListenableSocketChannel.setReadListener(ListenableSocketChannel.ReadableListener readListener)
          Set Read listener (makes its selector key interested on read events)
 



Copyright © 2018. All rights reserved.