| Package | Description |
|---|---|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.stack.application |
The code in this package is for application developer.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
UaClient.getSession()
The current session.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
UaClientListener.onAfterCreateSessionChannel(UaClient client,
Session session)
Called during UaClient.connect, after the session has been created, but before it is activated.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
Client.createSession(SecureChannel channel)
Create a new session on a server.
|
Session |
Client.createSession(SecureChannel channel,
UnsignedInteger maxResponseMessageSize,
Double requestedSessionTimeout,
String sessionName)
Create a new session on a server
|
Session |
Client.createSession(SecureChannel channel,
UnsignedInteger maxResponseMessageSize,
Double requestedSessionTimeout,
String sessionName,
EndpointDescription[] discoveredEndpoints)
Create a new session on a server
|
Session |
SessionChannel.getSession()
Get the session.
|
| Constructor and Description |
|---|
SessionChannel(Client client,
Session session,
SecureChannel channel)
Constructor for SessionChannel.
|
Copyright © 2026. All rights reserved.