| Package | Description |
|---|---|
| com.prosysopc.ua.stack.transport.tcp.io |
| Modifier and Type | Method and Description |
|---|---|
TcpConnection.SocketWrapper |
TcpConnection.DefaultSocketFactory.createSocket(TcpConnection tcpConnection) |
TcpConnection.SocketWrapper |
TcpConnection.SocketFactory.createSocket(TcpConnection tcpConnection)
Return a
TcpConnection.SocketWrapper that is suitable for the given TcpConnection. |
Executor |
TcpConnection.DefaultExecutorProvider.get(TcpConnection tcpConnection) |
Executor |
TcpConnection.ExecutorProvider.get(TcpConnection tcpConnection)
This method is called whenever an
Executor is needed within TcpConnection. |
TcpConnection.SocketWrapper |
TcpConnection.DefaultReverseConnectionProvider.provideOpenReverseConnectionSocket(TcpConnection tcpConnection) |
TcpConnection.SocketWrapper |
TcpConnection.ReverseConnectionProvider.provideOpenReverseConnectionSocket(TcpConnection tcpConnection)
Provide suitable socket for reverse connections.
|
Copyright © 2026. All rights reserved.