| 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()
Deprecated.
opc.https is deprecated, use opc.tcp instead.
|
| Modifier and Type | Method and Description |
|---|---|
HttpsSettings |
UaServer.getHttpsSettings()
Deprecated.
opc.https is deprecated, use opc.tcp instead.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UaServer.setHttpsSettings(HttpsSettings httpsSettings)
Deprecated.
opc.https is deprecated, use opc.tcp instead.
|
| Modifier and Type | Method and Description |
|---|---|
HttpsSettings |
Client.getApplicationHttpsSettings()
Deprecated.
opc.https is deprecated, use opc.tcp instead.
|
HttpsSettings |
Application.getHttpsSettings()
Deprecated.
opc.https is deprecated, use opc.tcp instead.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Application.setHttpsSettings(HttpsSettings httpsSettings)
Deprecated.
opc.https is deprecated, use opc.tcp instead.
|
| Modifier and Type | Method and Description |
|---|---|
HttpsSettings |
TransportChannelSettings.getHttpsSettings()
Deprecated.
opc.https is deprecated, use opc.tcp instead.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransportChannelSettings.setHttpsSettings(HttpsSettings httpsSettings)
Deprecated.
opc.https is deprecated, use opc.tcp instead.
|
| Modifier and Type | Method and Description |
|---|---|
HttpsSettings |
HttpsSettings.clone()
Deprecated.
|
HttpsSettings |
HttpsServer.getHttpsSettings()
Deprecated.
getHttpsSettings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpsSettings.readFrom(HttpsSettings src)
Deprecated.
|
Copyright © 2026. All rights reserved.