| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.nodes |
Common
UaNode model. |
| com.prosysopc.ua.stack.core | |
| com.prosysopc.ua.stack.transport |
This package contains SecureChannel and related interfaces
|
| Modifier and Type | Method and Description |
|---|---|
BrowsePath |
UaBrowsePath.toBrowsePath(NamespaceTable namespaceTable)
|
BrowsePath |
UaBrowseNamePath.toBrowsePath(NamespaceTable namespaceTable,
ExpandedNodeId referenceType,
boolean isInverse,
boolean includeSubTypes)
|
| Modifier and Type | Method and Description |
|---|---|
static UaBrowsePath |
UaBrowsePath.from(BrowsePath browsePath,
NamespaceTable namespaceTable)
|
| Modifier and Type | Method and Description |
|---|---|
protected BrowsePath |
GlobalServerList.createBrowsePath(UaNode app,
int gdsNamespaceIndex,
String applicationType) |
| Modifier and Type | Method and Description |
|---|---|
BrowsePathResult[] |
AddressSpace.translateBrowsePathsToNodeIds(BrowsePath... browsePaths)
Request the NodeIds for the nodes that are references from the startingNode using paths.
|
| Modifier and Type | Method and Description |
|---|---|
default List<BrowsePath> |
UaNode.getBrowsePaths()
Get all BrowsePaths to this node, from the Parents of the node.
|
| Modifier and Type | Method and Description |
|---|---|
BrowsePath |
BrowsePath.Builder.build() |
BrowsePath |
BrowsePath.clone() |
BrowsePath[] |
TranslateBrowsePathsToNodeIdsRequest.getBrowsePaths() |
BrowsePath[] |
TranslateBrowsePathsToNodeIdsRequest.Builder.getBrowsePaths() |
| Modifier and Type | Method and Description |
|---|---|
void |
TranslateBrowsePathsToNodeIdsRequest.setBrowsePaths(BrowsePath[] value) |
TranslateBrowsePathsToNodeIdsRequest.Builder |
TranslateBrowsePathsToNodeIdsRequest.Builder.setBrowsePaths(BrowsePath[] value) |
| Constructor and Description |
|---|
TranslateBrowsePathsToNodeIdsRequest(RequestHeader f_requestHeader,
BrowsePath[] f_browsePaths) |
| Modifier and Type | Method and Description |
|---|---|
TranslateBrowsePathsToNodeIdsResponse |
ChannelService.TranslateBrowsePathsToNodeIds(RequestHeader f_requestHeader,
BrowsePath... f_browsePaths) |
AsyncResult<TranslateBrowsePathsToNodeIdsResponse> |
ChannelService.TranslateBrowsePathsToNodeIdsAsync(RequestHeader f_requestHeader,
BrowsePath... f_browsePaths) |
Copyright © 2026. All rights reserved.