Uses of Package
org.opcfoundation.ua.utils.asyncsocket

Packages that use org.opcfoundation.ua.utils.asyncsocket
org.opcfoundation.ua.transport.tcp.nio   
org.opcfoundation.ua.utils Utility classes 
org.opcfoundation.ua.utils.asyncsocket Small java NIO based library that enables asynchronous and event based socket operations 
 

Classes in org.opcfoundation.ua.utils.asyncsocket used by org.opcfoundation.ua.transport.tcp.nio
BufferMonitorState
          Server Socket states.
 

Classes in org.opcfoundation.ua.utils.asyncsocket used by org.opcfoundation.ua.utils
AsyncSelector
          Create asyncronous selector.
 

Classes in org.opcfoundation.ua.utils.asyncsocket used by org.opcfoundation.ua.utils.asyncsocket
AsyncInputStream
          Asyncronous input stream of asynchronous socket.
AsyncOutputStream
          Asyncronous output stream of asynchronous socket.
AsyncSelector
          Create asyncronous selector.
AsyncSelector.SelectListener
           
AsyncServerSocket
          ASyncoronous Server Socket
AsyncServerSocket.ConnectListener
           
AsyncSocket
          AsyncSocket interface.
AsyncSocketImpl
          Async socket.
BufferMonitor
          BufferMonitor is a monitor that triggers when a specific position is reached.
BufferMonitorState
          Server Socket states.
ListenableServerSocketChannel
          ListenableServerSocketChannel adds convenient listening mechanism over non-blocking ServerSocketChannel.
ListenableServerSocketChannel.ServerSocketAcceptable
           
ListenableSocketChannel
          ListenableSocketChannel adds event listening convenience to the use of async sockets.
ListenableSocketChannel.ConnectionListener
           
ListenableSocketChannel.ReadableListener
           
ListenableSocketChannel.WriteableListener
           
MonitorListener
          MonitorListener interface.
ServerSocketState
          Servcer Socket states.
SocketState
          Socket states.
 



Copyright © 2018. All rights reserved.