| 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.server |
Main server side classes of the SDK.
|
| Modifier and Type | Method and Description |
|---|---|
static UaAddress |
UaAddress.fromComponents(UaApplication.Protocol protocol,
String host,
int port)
Creates UaAddress with the given components.
|
static UaAddress |
UaAddress.fromComponents(UaApplication.Protocol protocol,
String host,
int port,
String serverName)
Creates a new UaAddress with the given components.
|
static UaAddress |
UaAddress.parse(String address)
Create a new UaAddress from a string representation.
|
static UaAddress |
UaAddress.parse(URI uri)
Create a new UaAddress from an URI.
|
static UaAddress |
UaAddress.parse(URL url)
Create a new UaAddress from an URI.
|
static UaAddress |
UaAddress.wildcardOpcTcp(int port)
Returns a wildcard address for the given port using opc.tcp protocol.
|
static UaAddress |
UaAddress.wildcardOpcTcpIPv4(int port)
Convenience factory method for creating an address opc.tcp://0.0.0.0:port where the port is the
given port.
|
static UaAddress |
UaAddress.wildcardOpcTcpIPv6(int port)
Convenience factory method for creating an address opc.tcp://[::]:port where the port is the
given port.
|
| Modifier and Type | Method and Description |
|---|---|
UaAddress |
UaClient.getAddress()
Returns the connection address of the OPC UA server.
|
UaAddress |
UaClient.getReverseAddress() |
protected UaAddress |
UaClient.resolveConnectionAddress(UaAddress connectionAddress,
EndpointDescription discoveredEndpoint)
This method is used to resolve the connection address that is used to form the socket
connection to the "actual endpoint" after Discovery has been done (to
UaClient.getAddress()). |
| Modifier and Type | Method and Description |
|---|---|
protected UaAddress |
UaClient.resolveConnectionAddress(UaAddress connectionAddress,
EndpointDescription discoveredEndpoint)
This method is used to resolve the connection address that is used to form the socket
connection to the "actual endpoint" after Discovery has been done (to
UaClient.getAddress()). |
void |
UaLoopbackClient.setAddress(UaAddress address)
Deprecated.
|
void |
UaClient.setAddress(UaAddress address)
Define the connection address to the OPC UA server.
|
void |
UaLoopbackClient.setReverseAddress(UaAddress clientListenAddress)
Deprecated.
|
void |
UaClient.setReverseAddress(UaAddress clientListenAddress)
Defines a client-side socket address for an OPC UA Reverse Connection.
|
| Constructor and Description |
|---|
UaClient(UaAddress address)
Create a server connection using the given server connection address.
|
| Modifier and Type | Method and Description |
|---|---|
UaAddress |
UaServer.getDiscoveryServerAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
UaServer.setDiscoveryServerAddress(UaAddress discoveryServerAddress)
Set DiscoveryServer address, same as setDiscoveryServerUrl, but this method does not throw
exception as UaAddress instances have valid syntax.
|
Copyright © 2026. All rights reserved.