| Modifier and Type | Method and Description |
|---|---|
UaStackClientConfig |
UaStackClientConfigBuilder.build() |
static UaStackClientConfig |
UaStackClientConfig.copy(UaStackClientConfig config,
Consumer<UaStackClientConfigBuilder> consumer)
Copy the values from an existing
UaStackClientConfig into a new UaStackClientConfigBuilder
and then submit the builder to the provided consumer for modification. |
UaStackClientConfig |
UaStackClient.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
static UaStackClientConfigBuilder |
UaStackClientConfig.copy(UaStackClientConfig config)
Copy the values from an existing
UaStackClientConfig into a new UaStackClientConfigBuilder. |
static UaStackClientConfig |
UaStackClientConfig.copy(UaStackClientConfig config,
Consumer<UaStackClientConfigBuilder> consumer)
Copy the values from an existing
UaStackClientConfig into a new UaStackClientConfigBuilder
and then submit the builder to the provided consumer for modification. |
static UaStackClient |
UaStackClient.create(UaStackClientConfig config)
Create a
UaStackClient with config. |
| Constructor and Description |
|---|
UaStackClient(UaStackClientConfig config,
Function<UaStackClient,UaTransport> transportFactory) |
| Modifier and Type | Method and Description |
|---|---|
UaStackClientConfig |
AbstractTransport.getConfig()
Get the
UaStackClientConfig of the UaStackClient this transport instance belongs to. |
| Constructor and Description |
|---|
AbstractTransport(UaStackClientConfig config) |
| Modifier and Type | Method and Description |
|---|---|
UaStackClientConfig |
OpcTcpTransport.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
static ClientSecureChannel |
ClientSecureChannel.fromConfig(UaStackClientConfig config) |
| Modifier and Type | Method and Description |
|---|---|
UaStackClientConfig |
OpcWebSocketTransport.getConfig() |
Copyright © 2021. All rights reserved.