| 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.application |
The code in this package is for application developer.
|
| com.prosysopc.ua.stack.transport |
This package contains SecureChannel and related interfaces
|
| com.prosysopc.ua.stack.transport.https |
Code for creating a HTTPS based secure channel
|
| com.prosysopc.ua.stack.transport.tcp.nio |
| Modifier and Type | Class and Description |
|---|---|
static class |
UaLoopbackClient.InternalEndpointServiceRequest
Internal, but used from multiple packages.
|
| Constructor and Description |
|---|
UaLoopbackClient(UaServer server,
Consumer<EndpointServiceRequest<?,?>> requestConsumer)
Internal (but used from other packages, thus public).
|
| Modifier and Type | Method and Description |
|---|---|
protected UaLoopbackClient |
UaServer.createLoopbackClient(Consumer<EndpointServiceRequest<?,?>> requestConsumer)
Creates a new
UaLoopbackClient using the given consumer. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerDiscoveryService.onFindServers(EndpointServiceRequest<FindServersRequest,FindServersResponse> req)
onFindServers.
|
void |
EndpointDiscoveryService.onGetEndpoints(EndpointServiceRequest<GetEndpointsRequest,GetEndpointsResponse> messageExchange)
onGetEndpoints.
|
void |
ServiceHandlerComposition.serve(EndpointServiceRequest<?,?> request)
Serve a service request.
|
void |
ServiceHandler.serve(EndpointServiceRequest<?,?> request)
Serve a service request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerSecureChannel.getPendingServiceRequests(Collection<EndpointServiceRequest<?,?>> result)
Get all unanswered service requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpsServerSecureChannel.getPendingServiceRequests(Collection<EndpointServiceRequest<?,?>> result)
Get all unanswered service requests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PendingRequest
PendingRequest class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpcTcpServerSecureChannel.getPendingServiceRequests(Collection<EndpointServiceRequest<?,?>> result) |
Copyright © 2026. All rights reserved.