| 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 |
|---|---|
protected void |
SubscriptionServiceHandler.createSubscription(ServiceContext serviceContext,
CreateSubscriptionRequest request,
CreateSubscriptionResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionServiceHandler.onCreateSubscription(EndpointServiceRequest<CreateSubscriptionRequest,CreateSubscriptionResponse> req) |
| Modifier and Type | Method and Description |
|---|---|
CreateSubscriptionResponse |
CreateSubscriptionResponse.Builder.build() |
CreateSubscriptionResponse |
CreateSubscriptionResponse.clone() |
| Modifier and Type | Method and Description |
|---|---|
CreateSubscriptionResponse |
ChannelService.CreateSubscription(CreateSubscriptionRequest req) |
CreateSubscriptionResponse |
ChannelService.CreateSubscription(RequestHeader f_requestHeader,
Double f_requestedPublishingInterval,
UnsignedInteger f_requestedLifetimeCount,
UnsignedInteger f_requestedMaxKeepAliveCount,
UnsignedInteger f_maxNotificationsPerPublish,
Boolean f_publishingEnabled,
UnsignedByte f_priority) |
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<CreateSubscriptionResponse> |
ChannelService.CreateSubscriptionAsync(CreateSubscriptionRequest req) |
AsyncResult<CreateSubscriptionResponse> |
ChannelService.CreateSubscriptionAsync(RequestHeader f_requestHeader,
Double f_requestedPublishingInterval,
UnsignedInteger f_requestedLifetimeCount,
UnsignedInteger f_requestedMaxKeepAliveCount,
UnsignedInteger f_maxNotificationsPerPublish,
Boolean f_publishingEnabled,
UnsignedByte f_priority) |
Copyright © 2026. All rights reserved.