| Package | Description |
|---|---|
| com.prosysopc.ua.stack.transport.tcp.io |
| Modifier and Type | Class and Description |
|---|---|
static class |
TcpConnection.DelegatingSocketWrapper
Simple implementation of
TcpConnection.SocketWrapper that delegates the all calls to the given
Socket. |
| 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. |
protected TcpConnection.SocketWrapper |
TcpConnection.getSocket()
Getter for the field
socket. |
TcpConnection.SocketWrapper |
TcpConnection.DefaultReverseConnectionProvider.provideOpenReverseConnectionSocket(TcpConnection tcpConnection) |
TcpConnection.SocketWrapper |
TcpConnection.ReverseConnectionProvider.provideOpenReverseConnectionSocket(TcpConnection tcpConnection)
Provide suitable socket for reverse connections.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TcpConnection.setSocket(TcpConnection.SocketWrapper socket)
Setter for the field
socket. |
Copyright © 2026. All rights reserved.