public class PendingRequest extends EndpointServiceRequest<ServiceRequest<ServiceResponse>,ServiceResponse>
PendingRequest class.
endpoint, receiveTimestamp, request, sendServiceFaultsForBadServiceLevelOpcHttpsResponses, sendServiceFaultsForBadServiceLevelResponses, server| Constructor and Description |
|---|
PendingRequest(OpcTcpServerSecureChannel channel,
Endpoint endpoint,
Server server,
int requestId,
ServiceRequest requestMessage)
Constructor for PendingRequest.
|
| Modifier and Type | Method and Description |
|---|---|
ServerSecureChannel |
getChannel()
getChannel.
|
SecurityMode |
getSecurityMode()
A SecurityMode.
|
void |
sendResponse(AsyncWrite response)
Send response.
|
AsyncWrite |
sendResponse(ServiceResponse response,
List<Locale> locales)
Send a response.
|
getEndpoint, getReceiveTimestamp, getRequest, getServer, sendException, sendFaultpublic PendingRequest(OpcTcpServerSecureChannel channel, Endpoint endpoint, Server server, int requestId, ServiceRequest requestMessage)
Constructor for PendingRequest.
channel - a OpcTcpServerSecureChannel
object.endpoint - a Endpoint object.server - a Server object.requestId - a int.requestMessage - a ServiceRequest object.public ServerSecureChannel getChannel()
EndpointServiceRequestgetChannel.
getChannel in class EndpointServiceRequest<ServiceRequest<ServiceResponse>,ServiceResponse>ServerSecureChannel object.public SecurityMode getSecurityMode()
EndpointServiceRequestgetSecurityMode in class EndpointServiceRequest<ServiceRequest<ServiceResponse>,ServiceResponse>public void sendResponse(AsyncWrite response)
EndpointServiceRequestsendResponse in class EndpointServiceRequest<ServiceRequest<ServiceResponse>,ServiceResponse>response - async write wrapping response or ServiceFaultpublic AsyncWrite sendResponse(ServiceResponse response, List<Locale> locales)
EndpointServiceRequestsendResponse in class EndpointServiceRequest<ServiceRequest<ServiceResponse>,ServiceResponse>response - to send, either ServiceFault or ServiceResultlocales - a list of locale preferences (or null if none)Copyright © 2026. All rights reserved.