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

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

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

Methods in org.opcfoundation.ua.utils.asyncsocket that return ListenableSocketChannel.ConnectionListener
 ListenableSocketChannel.ConnectionListener ListenableSocketChannel.getConnectListener()
          Getter for the field connectListener.
 

Methods in org.opcfoundation.ua.utils.asyncsocket with parameters of type ListenableSocketChannel.ConnectionListener
 void ListenableSocketChannel.setConnectListener(ListenableSocketChannel.ConnectionListener connectListener)
          Set connection listener (make its selector key interested on connect events)
 



Copyright © 2018. All rights reserved.