Package org.opcfoundation.ua.utils.asyncsocket

Small java NIO based library that enables asynchronous and event based socket operations

See:
          Description

Interface Summary
AsyncSelector.SelectListener  
AsyncServerSocket.ConnectListener  
AsyncSocket AsyncSocket interface.
ListenableServerSocketChannel.ServerSocketAcceptable  
ListenableSocketChannel.ConnectionListener  
ListenableSocketChannel.ReadableListener  
ListenableSocketChannel.WriteableListener  
MonitorListener MonitorListener interface.
 

Class Summary
AsyncInputStream Asyncronous input stream of asynchronous socket.
AsyncOutputStream Asyncronous output stream of asynchronous socket.
AsyncSelector Create asyncronous selector.
AsyncServerSocket ASyncoronous Server Socket
AsyncSocketImpl Async socket.
BufferMonitor BufferMonitor is a monitor that triggers when a specific position is reached.
ListenableServerSocketChannel ListenableServerSocketChannel adds convenient listening mechanism over non-blocking ServerSocketChannel.
ListenableSocketChannel ListenableSocketChannel adds event listening convenience to the use of async sockets.
 

Enum Summary
BufferMonitorState Server Socket states.
ServerSocketState Servcer Socket states.
SocketState Socket states.
 

Package org.opcfoundation.ua.utils.asyncsocket Description

Small java NIO based library that enables asynchronous and event based socket operations



Copyright © 2018. All rights reserved.