| 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 |
|---|---|
protected void |
Subscription.onPublishResponse(PublishResponse response)
Records the new notification to the responseQueue to be handled later at
#handleNotificationData in another thread.
|
default boolean |
UaClientListener.validatePublishResponse(UaClient client,
PublishResponse response)
Called before handling the PublishResponse.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SubscriptionManager.acknowledge(ServiceContext serviceContext,
PublishRequest request,
PublishResponse response) |
protected void |
SubscriptionManager.publish(ServiceContext serviceContext,
PublishRequest request,
PublishResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionServiceHandler.onPublish(EndpointServiceRequest<PublishRequest,PublishResponse> req) |
| Modifier and Type | Method and Description |
|---|---|
PublishResponse |
PublishResponse.Builder.build() |
PublishResponse |
PublishResponse.clone() |
| Modifier and Type | Method and Description |
|---|---|
PublishResponse |
ChannelService.Publish(PublishRequest req) |
PublishResponse |
ChannelService.Publish(RequestHeader f_requestHeader,
SubscriptionAcknowledgement... f_subscriptionAcknowledgements) |
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<PublishResponse> |
ChannelService.PublishAsync(PublishRequest req) |
AsyncResult<PublishResponse> |
ChannelService.PublishAsync(RequestHeader f_requestHeader,
SubscriptionAcknowledgement... f_subscriptionAcknowledgements) |
Copyright © 2026. All rights reserved.