| Package | Description |
|---|---|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| com.prosysopc.ua.stack.application |
The code in this package is for application developer.
|
| com.prosysopc.ua.stack.transport |
This package contains SecureChannel and related interfaces
|
| com.prosysopc.ua.stack.transport.https |
Code for creating a HTTPS based secure channel
|
| Modifier and Type | Method and Description |
|---|---|
HttpsSettings |
UaClient.getHttpsSettings() |
| Modifier and Type | Method and Description |
|---|---|
HttpsSettings |
UaServer.getHttpsSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
UaServer.setHttpsSettings(HttpsSettings httpsSettings) |
| Modifier and Type | Method and Description |
|---|---|
HttpsSettings |
Client.getApplicationHttpsSettings()
getApplicationHttpsSettings.
|
HttpsSettings |
Application.getHttpsSettings()
Getter for the field
httpsSettings. |
| Modifier and Type | Method and Description |
|---|---|
void |
Application.setHttpsSettings(HttpsSettings httpsSettings)
Setter for the field
httpsSettings. |
| Modifier and Type | Method and Description |
|---|---|
HttpsSettings |
TransportChannelSettings.getHttpsSettings()
Getter for the field
httpsSettings. |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportChannelSettings.setHttpsSettings(HttpsSettings httpsSettings)
Setter for the field
httpsSettings. |
| Modifier and Type | Method and Description |
|---|---|
HttpsSettings |
HttpsSettings.clone() |
HttpsSettings |
HttpsServer.getHttpsSettings()
getHttpsSettings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpsSettings.readFrom(HttpsSettings src) |
Copyright © 2026. All rights reserved.