| Package | Description |
|---|---|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| 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.
|
List<SecurityMode> |
UaClient.getSupportedSecurityModes()
Get a list of security modes supported by the server.
|
<T extends ServiceResponse> |
UaClient.sessionlessRequest(ServiceRequest<T> request)
Make a service request to the server over a secure channel.
|
Copyright © 2026. All rights reserved.