| Package | Description |
|---|---|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| 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 |
|---|---|
CallResponse |
UaClient.call(CallMethodRequest... MethodsToCall)
Call several methods at once.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<CallResponse> |
UaClient.callAsync(CallMethodRequest... methodsToCall)
Call several methods asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
NodeManagementServiceHandler.call(ServiceContext serviceContext,
CallRequest request,
CallResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeManagementServiceHandler.onCall(EndpointServiceRequest<CallRequest,CallResponse> req) |
| Modifier and Type | Method and Description |
|---|---|
CallResponse |
CallResponse.Builder.build() |
CallResponse |
CallResponse.clone() |
| Modifier and Type | Method and Description |
|---|---|
CallResponse |
ChannelService.Call(CallRequest req) |
CallResponse |
ChannelService.Call(RequestHeader f_requestHeader,
CallMethodRequest... f_methodsToCall) |
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<CallResponse> |
ChannelService.CallAsync(CallRequest req) |
AsyncResult<CallResponse> |
ChannelService.CallAsync(RequestHeader f_requestHeader,
CallMethodRequest... f_methodsToCall) |
Copyright © 2026. All rights reserved.