| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.server | |
| org.eclipse.milo.opcua.stack.server.transport |
| Modifier and Type | Method and Description |
|---|---|
EndpointConfiguration |
EndpointConfiguration.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Set<EndpointConfiguration> |
UaStackServer.getBoundEndpoints()
Get the
EndpointConfigurations that were successfully bound during startup. |
Set<EndpointConfiguration> |
UaStackServerConfig.getEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
UaStackServerConfigBuilder |
UaStackServerConfigBuilder.setEndpoints(Set<EndpointConfiguration> endpointConfigurations) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Unit> |
ServerChannelManager.bind(EndpointConfiguration endpoint) |
CompletableFuture<Unit> |
ServerChannelManager.unbind(EndpointConfiguration endpoint) |
Copyright © 2021. All rights reserved.