| Package | Description |
|---|---|
| com.prosysopc.ua.stack.application |
The code in this package is for application developer.
|
| Modifier and Type | Method and Description |
|---|---|
SessionChannel |
Client.createSessionChannel(ApplicationDescription applicationDescription)
Creates a secure channel and an unactivated session channel.
|
SessionChannel |
Client.createSessionChannel(EndpointDescription endpoint)
Creates a secure channel and an unactivated session channel.
|
SessionChannel |
Session.createSessionChannel(SecureChannel channel,
Client client)
Create new unactivated session channel.
|
SessionChannel |
Client.createSessionChannel(String endpointUrl)
Creates a secure channel and an unactivated session channel.
|
SessionChannel |
Client.createSessionChannel(String connectUrl,
EndpointDescription endpoint)
Creates a secure channel and an unactivated session channel.
|
SessionChannel |
Client.createSessionChannel(String connectUrl,
String endpointUri)
Creates a secure channel and an unactivated session channel.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ServiceResponse> |
SessionChannel.RequestValidator.validateServiceRequest(SessionChannel channel,
ServiceRequest<T> request)
If attached to a
SessionChannel, this method is called before the request is
delegated to underlying secure channel and allows modification of the request or prevention
it's delegation (by throwing the ServiceResultException). |
Copyright © 2026. All rights reserved.