|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceRequest | |
|---|---|
| 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 ServiceRequest in org.opcfoundation.ua.application |
|---|
| Methods in org.opcfoundation.ua.application with parameters of type ServiceRequest | |
|---|---|
IEncodeable |
SessionChannel.serviceRequest(ServiceRequest serviceRequest)
Sends a request over the secure channel. |
AsyncResult<ServiceResponse> |
SessionChannel.serviceRequestAsync(ServiceRequest request)
Asynchronous operation to send a request over the secure channel. |
| Method parameters in org.opcfoundation.ua.application with type arguments of type ServiceRequest | ||
|---|---|---|
|
ServiceHandlerComposition.getServiceHandlerByService(Class<? extends ServiceRequest> requestClass)
Returns the service handler that handles given request. |
|
|
Server.getServiceHandlerByService(Class<? extends ServiceRequest> requestClass)
Get Service Handler object by service. |
|
| Uses of ServiceRequest in org.opcfoundation.ua.core |
|---|
| Uses of ServiceRequest in org.opcfoundation.ua.transport |
|---|
| Methods in org.opcfoundation.ua.transport with parameters of type ServiceRequest | |
|---|---|
ServiceResponse |
ServiceChannel.serviceRequest(ServiceRequest request)
Sends a request over the secure channel. |
ServiceResponse |
SecureChannel.serviceRequest(ServiceRequest request)
Sends a request over the secure channel. |
IEncodeable |
RequestChannel.serviceRequest(ServiceRequest request)
Sends a request over the secure channel. |
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 ServiceRequest in org.opcfoundation.ua.transport.endpoint |
|---|
| Classes in org.opcfoundation.ua.transport.endpoint with type parameters of type ServiceRequest | |
|---|---|
class |
EndpointServiceRequest<Request extends ServiceRequest,Response extends ServiceResponse>
Asynchronous message exchange. |
| Fields in org.opcfoundation.ua.transport.endpoint declared as ServiceRequest | |
|---|---|
protected Request |
EndpointServiceRequest.request
|
| Uses of ServiceRequest in org.opcfoundation.ua.transport.https |
|---|
| Methods in org.opcfoundation.ua.transport.https with parameters of type ServiceRequest | |
|---|---|
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. |
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 ServiceRequest in org.opcfoundation.ua.transport.tcp.io |
|---|
| Methods in org.opcfoundation.ua.transport.tcp.io with parameters of type ServiceRequest | |
|---|---|
protected long |
SecureChannelTcp.getRequestTimeout(ServiceRequest request)
getRequestTimeout. |
void |
TcpConnection.sendRequest(ServiceRequest request,
int secureChannelId,
int requestId)
Send request to the connection. |
void |
IConnection.sendRequest(ServiceRequest request,
int secureChannelId,
int requestId)
Send request to the connection. |
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. |
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 ServiceRequest in org.opcfoundation.ua.transport.tcp.nio |
|---|
| Constructors in org.opcfoundation.ua.transport.tcp.nio with parameters of type ServiceRequest | |
|---|---|
PendingRequest(OpcTcpServerSecureChannel channel,
Endpoint endpoint,
Server server,
int requestId,
ServiceRequest requestMessage)
Constructor for PendingRequest. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||