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

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

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

Methods in org.opcfoundation.ua.utils.asyncsocket with parameters of type ListenableSocketChannel
 void ListenableSocketChannel.ConnectionListener.onConnected(ListenableSocketChannel sender)
          This event is triggered when an incoming connection has been established, or when there was an error in connect attempt.
 void ListenableSocketChannel.ConnectionListener.onConnectFailed(ListenableSocketChannel sender, IOException error)
           
 void ListenableSocketChannel.ReadableListener.onDataReadable(ListenableSocketChannel sender)
          This event is triggered either (a) data can be read from the socket channel (b) socket is disconnected (bytes read = 0) and channel must be closed
 void ListenableSocketChannel.WriteableListener.onDataWriteable(ListenableSocketChannel sender)
          Bytes can be written to the socket.
 



Copyright © 2018. All rights reserved.