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

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

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

Methods in org.opcfoundation.ua.utils.asyncsocket that return BufferMonitor
abstract  BufferMonitor AsyncOutputStream.createMonitor(long position, MonitorListener flushListener)
          Create an object that monitors for flush position of the output stream.
abstract  BufferMonitor AsyncInputStream.createMonitor(long position, MonitorListener listener)
          Create an object that monitors the position input stream.
 

Methods in org.opcfoundation.ua.utils.asyncsocket with parameters of type BufferMonitor
 int BufferMonitor.compareTo(BufferMonitor o)
          
 



Copyright © 2018. All rights reserved.