| Package | Description |
|---|---|
| com.prosysopc.ua.stack.utils.asyncsocket |
Small java NIO based library that enables asynchronous and event based socket operations
|
| Modifier and Type | Method and Description |
|---|---|
BufferMonitor |
AsyncSocketImpl.AsyncSocketInputStream.createMonitor(long position,
MonitorListener listener)
Create alarm for
|
BufferMonitor |
AsyncSocketImpl.AsyncSocketOutputStream.createMonitor(long position,
MonitorListener listener) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
BufferMonitor.compareTo(BufferMonitor o) |
Copyright © 2026. All rights reserved.