| 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 |
|---|---|
AsyncServerSocket |
AsyncServerSocket.bind(SocketAddress addr,
int backlog)
Binds the
ServerSocket to a specific address (IP address and port number). |
AsyncServerSocket |
AsyncServerSocket.close()
close.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncServerSocket.ConnectListener.onConnected(AsyncServerSocket sender,
AsyncSocketImpl newConnection) |
Copyright © 2026. All rights reserved.