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

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

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

Methods in org.opcfoundation.ua.utils.asyncsocket that return AsyncServerSocket
 AsyncServerSocket AsyncServerSocket.bind(SocketAddress addr, int backlog)
          Binds the ServerSocket to a specific address (IP address and port number).
 AsyncServerSocket AsyncServerSocket.close()
          close.
 

Methods in org.opcfoundation.ua.utils.asyncsocket with parameters of type AsyncServerSocket
 void AsyncServerSocket.ConnectListener.onConnected(AsyncServerSocket sender, AsyncSocketImpl newConnection)
           
 



Copyright © 2018. All rights reserved.