| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.server |
| Modifier and Type | Method and Description |
|---|---|
UaStackServerConfig |
UaStackServerConfigBuilder.build() |
static UaStackServerConfig |
UaStackServerConfig.copy(UaStackServerConfig config,
Consumer<UaStackServerConfigBuilder> consumer)
Copy the values from an existing
UaStackServerConfig into a new UaStackServerConfigBuilder
and then submit the builder to the provided consumer for modification. |
UaStackServerConfig |
UaStackServer.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
static UaStackServerConfigBuilder |
UaStackServerConfig.copy(UaStackServerConfig config)
Copy the values from an existing
UaStackServerConfig into a new UaStackServerConfigBuilder. |
static UaStackServerConfig |
UaStackServerConfig.copy(UaStackServerConfig config,
Consumer<UaStackServerConfigBuilder> consumer)
Copy the values from an existing
UaStackServerConfig into a new UaStackServerConfigBuilder
and then submit the builder to the provided consumer for modification. |
| Constructor and Description |
|---|
UaStackServer(UaStackServerConfig config) |
Copyright © 2021. All rights reserved.