| Package | Description |
|---|---|
| org.eclipse.milo.opcua.sdk.server | |
| org.eclipse.milo.opcua.sdk.server.api.config |
| Modifier and Type | Method and Description |
|---|---|
OpcUaServerConfig |
OpcUaServer.getConfig() |
| Constructor and Description |
|---|
OpcUaServer(OpcUaServerConfig config) |
| Modifier and Type | Class and Description |
|---|---|
static class |
OpcUaServerConfigBuilder.OpcUaServerConfigImpl |
| Modifier and Type | Method and Description |
|---|---|
OpcUaServerConfig |
OpcUaServerConfigBuilder.build() |
static OpcUaServerConfig |
OpcUaServerConfig.copy(OpcUaServerConfig config,
Consumer<OpcUaServerConfigBuilder> consumer)
Copy the values from an existing
OpcUaServerConfig into a new OpcUaServerConfigBuilder and then
submit the builder to the provided consumer for modification. |
| Modifier and Type | Method and Description |
|---|---|
static OpcUaServerConfigBuilder |
OpcUaServerConfig.copy(OpcUaServerConfig config)
Copy the values from an existing
OpcUaServerConfig into a new OpcUaServerConfigBuilder. |
static OpcUaServerConfig |
OpcUaServerConfig.copy(OpcUaServerConfig config,
Consumer<OpcUaServerConfigBuilder> consumer)
Copy the values from an existing
OpcUaServerConfig into a new OpcUaServerConfigBuilder and then
submit the builder to the provided consumer for modification. |
Copyright © 2018. All rights reserved.