Uses of Interface
org.opcfoundation.ua.builtintypes.ServiceRequest

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
<T> T
ServiceHandlerComposition.getServiceHandlerByService(Class<? extends ServiceRequest> requestClass)
          Returns the service handler that handles given request.
<T> T
Server.getServiceHandlerByService(Class<? extends ServiceRequest> requestClass)
          Get Service Handler object by service.
 

Uses of ServiceRequest in org.opcfoundation.ua.core
 

Classes in org.opcfoundation.ua.core that implement ServiceRequest
 class ActivateSessionRequest
           
 class AddNodesRequest
           
 class AddReferencesRequest
           
 class BrowseNextRequest
           
 class BrowseRequest
           
 class CallRequest
           
 class CancelRequest
           
 class CloseSecureChannelRequest
           
 class CloseSessionRequest
           
 class CreateMonitoredItemsRequest
           
 class CreateSessionRequest
           
 class CreateSubscriptionRequest
           
 class DeleteMonitoredItemsRequest
           
 class DeleteNodesRequest
           
 class DeleteReferencesRequest
           
 class DeleteSubscriptionsRequest
           
 class FindServersOnNetworkRequest
           
 class FindServersRequest
           
 class GetEndpointsRequest
           
 class HistoryReadRequest
           
 class HistoryUpdateRequest
           
 class ModifyMonitoredItemsRequest
           
 class ModifySubscriptionRequest
           
 class OpenSecureChannelRequest
           
 class PublishRequest
           
 class QueryFirstRequest
           
 class QueryNextRequest
           
 class ReadRequest
           
 class RegisterNodesRequest
           
 class RegisterServer2Request
           
 class RegisterServerRequest
           
 class RepublishRequest
           
 class SetMonitoringModeRequest
           
 class SetPublishingModeRequest
           
 class SetTriggeringRequest
           
 class TransferSubscriptionsRequest
           
 class TranslateBrowsePathsToNodeIdsRequest
           
 class UnregisterNodesRequest
           
 class WriteRequest
           
 

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.
 



Copyright © 2018. All rights reserved.