| Package | Description |
|---|---|
| org.eclipse.milo.opcua.sdk.server | |
| org.eclipse.milo.opcua.sdk.server.namespaces | |
| org.eclipse.milo.opcua.sdk.server.util |
| Modifier and Type | Method and Description |
|---|---|
<T extends Namespace> |
NamespaceManager.registerAndAdd(String namespaceUri,
Function<UShort,T> namespaceFunction)
Register a namespace URI and add the corresponding
Namespace. |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
NamespaceManager.getNamespace(int index) |
Namespace |
NamespaceManager.getNamespace(UShort index) |
| Modifier and Type | Method and Description |
|---|---|
void |
NamespaceManager.addNamespace(Namespace namespace)
Add a
Namespace. |
| Modifier and Type | Class and Description |
|---|---|
class |
OpcUaNamespace |
class |
VendorNamespace |
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpNamespace |
Copyright © 2018. All rights reserved.