Uses of Class
org.opcfoundation.ua.transport.https.HttpsSettings

Packages that use HttpsSettings
org.opcfoundation.ua.application The code in this package is for application developer. 
org.opcfoundation.ua.transport This package contains SecureChannel and related interfaces 
org.opcfoundation.ua.transport.https Code for creating a HTTPS based secure channel 
 

Uses of HttpsSettings in org.opcfoundation.ua.application
 

Methods in org.opcfoundation.ua.application that return HttpsSettings
 HttpsSettings Client.getApplicationHttpsSettings()
          getApplicationHttpsSettings.
 HttpsSettings Application.getHttpsSettings()
          Getter for the field httpsSettings.
 

Methods in org.opcfoundation.ua.application with parameters of type HttpsSettings
 void Application.setHttpsSettings(HttpsSettings httpsSettings)
          Setter for the field httpsSettings.
 

Uses of HttpsSettings in org.opcfoundation.ua.transport
 

Methods in org.opcfoundation.ua.transport that return HttpsSettings
 HttpsSettings TransportChannelSettings.getHttpsSettings()
          Getter for the field httpsSettings.
 

Methods in org.opcfoundation.ua.transport with parameters of type HttpsSettings
 void TransportChannelSettings.setHttpsSettings(HttpsSettings httpsSettings)
          Setter for the field httpsSettings.
 

Uses of HttpsSettings in org.opcfoundation.ua.transport.https
 

Methods in org.opcfoundation.ua.transport.https that return HttpsSettings
 HttpsSettings HttpsSettings.clone()
           
 HttpsSettings HttpsServer.getHttpsSettings()
          getHttpsSettings.
 

Methods in org.opcfoundation.ua.transport.https with parameters of type HttpsSettings
 void HttpsSettings.readFrom(HttpsSettings src)
           
 



Copyright © 2018. All rights reserved.