| Package | Description |
|---|---|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CertificateValidationException
Thrown by
UaClient if the Cert for the Server doesn't validate from
CertificateValidator that is given to UaClient. |
class |
InvalidServerCertificateException
Invalid Server certificate exception.
|
class |
InvalidServerEndpointException
Invalid server endpoint exception.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UaLoopbackClient.connect()
Deprecated.
UaLoopbackClient cannot be connected or disconnected, it is always
connected. |
void |
UaClient.connect()
Connect to the OPC UA server.
|
EndpointDescription[] |
UaClient.discoverEndpoints()
Find the list of server end-points corresponding to
UaClient.getProtocol(). |
EndpointDescription[] |
UaClient.discoverEndpoints(UaApplication.Protocol... protocols)
Find the list of server end-points corresponding to the defined protocols.
|
default void |
UaClientListener.onAfterCreateSessionChannel(UaClient client,
Session session)
Called during UaClient.connect, after the session has been created, but before it is activated.
|
boolean |
UaClient.reconnect()
Reconnect to the server.
|
Copyright © 2026. All rights reserved.