| Package | Description |
|---|---|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.stack.transport.tcp.io |
| Modifier and Type | Method and Description |
|---|---|
TcpConnection.SocketFactory |
UaClient.getSocketFactory()
Returns the
TcpConnection.SocketFactory previously set via #setSocketFactory(SocketFactory). |
| Modifier and Type | Method and Description |
|---|---|
void |
UaClient.setSocketFactory(TcpConnection.SocketFactory socketFactory)
This can be used to override the
TcpConnection.DefaultSocketFactory used by
TcpConnection.getSocketFactory() for opc.tcp connections (during UaClient.connect())
reverse connections). |
| Modifier and Type | Class and Description |
|---|---|
static class |
TcpConnection.DefaultSocketFactory
The
TcpConnection.SocketFactory that TcpConnection uses by default. |
| Modifier and Type | Method and Description |
|---|---|
static TcpConnection.SocketFactory |
TcpConnection.getSocketFactory()
Returns the current
TcpConnection.SocketFactory implementation in use. |
TcpConnection.SocketFactory |
OpcTcpSettings.getSocketFactory()
The
TcpConnection.SocketFactory to be used in the connection (if null
TcpConnection.getSocketFactory() is used instead). |
| Modifier and Type | Method and Description |
|---|---|
static void |
TcpConnection.setSocketFactory(TcpConnection.SocketFactory newSocketFactory)
Set a
TcpConnection.SocketFactory to be used to generate the underlying sockets. |
void |
OpcTcpSettings.setSocketFactory(TcpConnection.SocketFactory socketFactory)
The
TcpConnection.SocketFactory to be used in the connection (if null
TcpConnection.getSocketFactory() is used instead). |
Copyright © 2026. All rights reserved.