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

Packages that use OpenSecureChannelRequest
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.tcp.nio   
 

Uses of OpenSecureChannelRequest in org.opcfoundation.ua.core
 

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

Method parameters in org.opcfoundation.ua.core with type arguments of type OpenSecureChannelRequest
 void SecureChannelServiceSetHandler.onOpenSecureChannel(EndpointServiceRequest<OpenSecureChannelRequest,OpenSecureChannelResponse> req)
           
 

Uses of OpenSecureChannelRequest in org.opcfoundation.ua.transport
 

Methods in org.opcfoundation.ua.transport with parameters of type OpenSecureChannelRequest
 OpenSecureChannelResponse ChannelService.OpenSecureChannel(OpenSecureChannelRequest req)
          Synchronous OpenSecureChannel service request.
 AsyncResult ChannelService.OpenSecureChannelAsync(OpenSecureChannelRequest req)
          Asynchronous OpenSecureChannel service request.
 

Uses of OpenSecureChannelRequest in org.opcfoundation.ua.transport.tcp.nio
 

Methods in org.opcfoundation.ua.transport.tcp.nio with parameters of type OpenSecureChannelRequest
protected  void OpcTcpServerSecureChannel.handleOpenChannel(InputMessage mb, OpenSecureChannelRequest req)
          handleOpenChannel.
protected  void OpcTcpServerSecureChannel.handleRenewSecureChannelRequest(InputMessage mb, OpenSecureChannelRequest req)
          handleRenewSecureChannelRequest.
 



Copyright © 2018. All rights reserved.