| Package | Description |
|---|---|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| com.prosysopc.ua.stack.core | |
| com.prosysopc.ua.stack.transport |
This package contains SecureChannel and related interfaces
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionServiceHandler.onCreateSession(EndpointServiceRequest<CreateSessionRequest,CreateSessionResponse> req) |
| Modifier and Type | Method and Description |
|---|---|
CreateSessionResponse |
CreateSessionResponse.Builder.build() |
CreateSessionResponse |
CreateSessionResponse.clone() |
| Modifier and Type | Method and Description |
|---|---|
CreateSessionResponse |
ChannelService.CreateSession(CreateSessionRequest req) |
CreateSessionResponse |
ChannelService.CreateSession(RequestHeader f_requestHeader,
ApplicationDescription f_clientDescription,
String f_serverUri,
String f_endpointUrl,
String f_sessionName,
ByteString f_clientNonce,
ByteString f_clientCertificate,
Double f_requestedSessionTimeout,
UnsignedInteger f_maxResponseMessageSize) |
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<CreateSessionResponse> |
ChannelService.CreateSessionAsync(CreateSessionRequest req) |
AsyncResult<CreateSessionResponse> |
ChannelService.CreateSessionAsync(RequestHeader f_requestHeader,
ApplicationDescription f_clientDescription,
String f_serverUri,
String f_endpointUrl,
String f_sessionName,
ByteString f_clientNonce,
ByteString f_clientCertificate,
Double f_requestedSessionTimeout,
UnsignedInteger f_maxResponseMessageSize) |
Copyright © 2026. All rights reserved.