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

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

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

Methods in org.opcfoundation.ua.utils.asyncsocket that return ListenableSocketChannel.WriteableListener
 ListenableSocketChannel.WriteableListener ListenableSocketChannel.getWriteListener()
          Getter for the field writeListener.
 

Methods in org.opcfoundation.ua.utils.asyncsocket with parameters of type ListenableSocketChannel.WriteableListener
 void ListenableSocketChannel.setWriteListener(ListenableSocketChannel.WriteableListener writeListener)
          Set write listener (makes its selector key interAsyncSocketImplested on write events)
 



Copyright © 2018. All rights reserved.