|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceResponse | |
|---|---|
| org.opcfoundation.ua.application | The code in this package is for application developer. |
| org.opcfoundation.ua.core | All the code in this package are codegenerated. |
| org.opcfoundation.ua.transport | This package contains SecureChannel and related interfaces |
| org.opcfoundation.ua.transport.endpoint | Endpoint related classes |
| org.opcfoundation.ua.transport.https | Code for creating a HTTPS based secure channel |
| org.opcfoundation.ua.transport.tcp.io | |
| org.opcfoundation.ua.transport.tcp.nio | |
| Uses of ServiceResponse in org.opcfoundation.ua.application |
|---|
| Methods in org.opcfoundation.ua.application that return types with arguments of type ServiceResponse | |
|---|---|
AsyncResult<ServiceResponse> |
SessionChannel.serviceRequestAsync(ServiceRequest request)
Asynchronous operation to send a request over the secure channel. |
| Uses of ServiceResponse in org.opcfoundation.ua.core |
|---|
| Uses of ServiceResponse in org.opcfoundation.ua.transport |
|---|
| Methods in org.opcfoundation.ua.transport that return ServiceResponse | |
|---|---|
ServiceResponse |
ServiceChannel.serviceRequest(ServiceRequest request)
Sends a request over the secure channel. |
ServiceResponse |
SecureChannel.serviceRequest(ServiceRequest request)
Sends a request over the secure channel. |
| Methods in org.opcfoundation.ua.transport that return types with arguments of type ServiceResponse | |
|---|---|
AsyncResult<ServiceResponse> |
ServiceChannel.serviceRequestAsync(ServiceRequest request)
Asynchronous operation to send a request over the secure channel. |
AsyncResult<ServiceResponse> |
SecureChannel.serviceRequestAsync(ServiceRequest request)
Asynchronous operation to send a request over the secure channel. |
AsyncResult<ServiceResponse> |
RequestChannel.serviceRequestAsync(ServiceRequest request)
Asynchronous operation to send a request over the secure channel. |
| Uses of ServiceResponse in org.opcfoundation.ua.transport.endpoint |
|---|
| Classes in org.opcfoundation.ua.transport.endpoint with type parameters of type ServiceResponse | |
|---|---|
class |
EndpointServiceRequest<Request extends ServiceRequest,Response extends ServiceResponse>
Asynchronous message exchange. |
| Uses of ServiceResponse in org.opcfoundation.ua.transport.https |
|---|
| Methods in org.opcfoundation.ua.transport.https that return ServiceResponse | |
|---|---|
ServiceResponse |
HttpsClientSecureChannel.serviceRequest(ServiceRequest request)
Sends a request over the secure channel. |
ServiceResponse |
HttpsClient.serviceRequest(ServiceRequest request)
Send a service request over the secure channel. |
ServiceResponse |
HttpsClient.serviceRequest(ServiceRequest request,
long operationTimeout)
Send a service request over the secure channel. |
| Methods in org.opcfoundation.ua.transport.https that return types with arguments of type ServiceResponse | |
|---|---|
AsyncResult<ServiceResponse> |
HttpsClientSecureChannel.serviceRequestAsync(ServiceRequest request)
Asynchronous operation to send a request over the secure channel. |
AsyncResult<ServiceResponse> |
HttpsClient.serviceRequestAsync(ServiceRequest serviceRequest)
Asynchronous operation to send a request over the secure channel. |
AsyncResult<ServiceResponse> |
HttpsClient.serviceRequestAsync(ServiceRequest serviceRequest,
long operationTimeout)
Asynchronous operation to send a request over the secure channel. |
AsyncResult<ServiceResponse> |
HttpsClient.serviceRequestAsync(ServiceRequest serviceRequest,
long operationTimeout,
int secureChannelId)
serviceRequestAsync. |
| Uses of ServiceResponse in org.opcfoundation.ua.transport.tcp.io |
|---|
| Methods in org.opcfoundation.ua.transport.tcp.io that return ServiceResponse | |
|---|---|
ServiceResponse |
SecureChannelTcp.serviceRequest(ServiceRequest request)
Send a service request over the secure channel. |
ServiceResponse |
ITransportChannel.serviceRequest(ServiceRequest request)
Send a service request over the secure channel. |
ServiceResponse |
SecureChannelTcp.serviceRequest(ServiceRequest request,
long operationTimeout)
Send a service request over the secure channel. |
ServiceResponse |
ITransportChannel.serviceRequest(ServiceRequest request,
long operationTimeout)
Send a service request over the secure channel. |
| Methods in org.opcfoundation.ua.transport.tcp.io that return types with arguments of type ServiceResponse | |
|---|---|
AsyncResult<ServiceResponse> |
SecureChannelTcp.serviceRequestAsync(ServiceRequest request)
Asynchronous operation to send a request over the secure channel. |
AsyncResult<ServiceResponse> |
ITransportChannel.serviceRequestAsync(ServiceRequest request)
Asynchronous operation to send a request over the secure channel. |
AsyncResult<ServiceResponse> |
SecureChannelTcp.serviceRequestAsync(ServiceRequest request,
long operationTimeout)
Asynchronous operation to send a request over the secure channel. |
AsyncResult<ServiceResponse> |
ITransportChannel.serviceRequestAsync(ServiceRequest request,
long operationTimeout)
Asynchronous operation to send a request over the secure channel. |
| Uses of ServiceResponse in org.opcfoundation.ua.transport.tcp.nio |
|---|
| Methods in org.opcfoundation.ua.transport.tcp.nio with parameters of type ServiceResponse | |
|---|---|
AsyncWrite |
PendingRequest.sendResponse(ServiceResponse response)
Send a response. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||