| Package | Description |
|---|---|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.stack.transport.endpoint |
Endpoint related classes
|
| com.prosysopc.ua.stack.transport.tcp.nio |
| Modifier and Type | Method and Description |
|---|---|
AsyncWrite |
UaLoopbackClient.InternalEndpointServiceRequest.sendResponse(ServiceResponse response,
List<Locale> locales) |
| Modifier and Type | Method and Description |
|---|---|
void |
UaLoopbackClient.InternalEndpointServiceRequest.sendResponse(AsyncWrite response) |
| Modifier and Type | Method and Description |
|---|---|
AsyncWrite |
EndpointServiceRequest.sendFault(ServiceFault fault)
Send a service fault
|
abstract AsyncWrite |
EndpointServiceRequest.sendResponse(Response response,
List<Locale> locales)
Send a response.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
EndpointServiceRequest.sendResponse(AsyncWrite response)
Send response.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncWrite |
PendingRequest.sendResponse(ServiceResponse response,
List<Locale> locales) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
OpcTcpServerConnection.sendAsymmSecureMessage(AsyncWrite msg,
SecurityConfiguration securityConfiguration,
int secureChannelId,
int requestNumber,
AtomicInteger sendSequenceNumber)
sendAsymmSecureMessage.
|
protected abstract int |
AbstractServerConnection.sendAsymmSecureMessage(AsyncWrite msg,
SecurityConfiguration securityConfiguration,
int secureChannelId,
int requestNumber,
AtomicInteger sendSequenceNumber)
sendAsymmSecureMessage.
|
void |
PendingRequest.sendResponse(AsyncWrite response) |
protected void |
OpcTcpServerConnection.sendSecureMessage(AsyncWrite msg,
SecurityToken token,
int requestId,
int messageType,
AtomicInteger sendSequenceNumber)
sendSecureMessage.
|
protected abstract void |
AbstractServerConnection.sendSecureMessage(AsyncWrite msg,
SecurityToken token,
int requestId,
int messageType,
AtomicInteger sendSequenceNumber)
sendSecureMessage.
|
Copyright © 2026. All rights reserved.