| 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 |
|---|---|
QueryNextResponse |
AddressSpace.queryNext(boolean releaseContinuationPoints,
byte[] continuationPoint) |
QueryNextResponse |
AddressSpace.queryNext(boolean releaseContinuationPoints,
ByteString continuationPoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeManagerTableListener.queryNext(ServiceContext serviceContext,
QueryNextRequest request,
QueryNextResponse response)
Can be used to implement QueryNext service call.
|
protected void |
NodeManagerTable.queryNext(ServiceContext serviceContext,
QueryNextRequest request,
QueryNextResponse response) |
protected void |
NodeManager.queryNext(ServiceContext serviceContext,
QueryNextRequest request,
QueryNextResponse response) |
protected void |
NodeManagementServiceHandler.queryNext(ServiceContext serviceContext,
QueryNextRequest request,
QueryNextResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeManagementServiceHandler.onQueryNext(EndpointServiceRequest<QueryNextRequest,QueryNextResponse> req) |
| Modifier and Type | Method and Description |
|---|---|
QueryNextResponse |
QueryNextResponse.Builder.build() |
QueryNextResponse |
QueryNextResponse.clone() |
| Modifier and Type | Method and Description |
|---|---|
QueryNextResponse |
ChannelService.QueryNext(QueryNextRequest req) |
QueryNextResponse |
ChannelService.QueryNext(RequestHeader f_requestHeader,
Boolean f_releaseContinuationPoint,
ByteString f_continuationPoint) |
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<QueryNextResponse> |
ChannelService.QueryNextAsync(QueryNextRequest req) |
AsyncResult<QueryNextResponse> |
ChannelService.QueryNextAsync(RequestHeader f_requestHeader,
Boolean f_releaseContinuationPoint,
ByteString f_continuationPoint) |
Copyright © 2026. All rights reserved.