Uses of Class
org.opcfoundation.ua.core.FindServersRequest

Packages that use FindServersRequest
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 
 

Uses of FindServersRequest in org.opcfoundation.ua.application
 

Method parameters in org.opcfoundation.ua.application with type arguments of type FindServersRequest
 void ServerDiscoveryService.onFindServers(EndpointServiceRequest<FindServersRequest,FindServersResponse> req)
          onFindServers.
 

Uses of FindServersRequest in org.opcfoundation.ua.core
 

Methods in org.opcfoundation.ua.core that return FindServersRequest
 FindServersRequest FindServersRequest.clone()
          Deep clone
 

Method parameters in org.opcfoundation.ua.core with type arguments of type FindServersRequest
 void DiscoveryServiceSetHandler.onFindServers(EndpointServiceRequest<FindServersRequest,FindServersResponse> req)
           
 

Uses of FindServersRequest in org.opcfoundation.ua.transport
 

Methods in org.opcfoundation.ua.transport with parameters of type FindServersRequest
 FindServersResponse ChannelService.FindServers(FindServersRequest req)
          Synchronous FindServers service request.
 AsyncResult ChannelService.FindServersAsync(FindServersRequest req)
          Asynchronous FindServers service request.
 



Copyright © 2018. All rights reserved.