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

Packages that use EndpointConfiguration
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.https Code for creating a HTTPS based secure channel 
org.opcfoundation.ua.transport.tcp.io   
 

Uses of EndpointConfiguration in org.opcfoundation.ua.application
 

Methods in org.opcfoundation.ua.application that return EndpointConfiguration
 EndpointConfiguration Client.getEndpointConfiguration()
          Getter for the field endpointConfiguration.
 

Methods in org.opcfoundation.ua.application with parameters of type EndpointConfiguration
 void Client.setEndpointConfiguration(EndpointConfiguration endpointConfiguration)
          Setter for the field endpointConfiguration.
 

Uses of EndpointConfiguration in org.opcfoundation.ua.core
 

Methods in org.opcfoundation.ua.core that return EndpointConfiguration
 EndpointConfiguration EndpointConfiguration.clone()
          Deep clone
static EndpointConfiguration EndpointConfiguration.defaults()
          Creates an instance of a configuration with reasonable default values.
 

Uses of EndpointConfiguration in org.opcfoundation.ua.transport
 

Methods in org.opcfoundation.ua.transport that return EndpointConfiguration
 EndpointConfiguration TransportChannelSettings.getConfiguration()
          Getter for the field configuration.
 EndpointConfiguration ServiceChannel.getEndpointConfiguration()
          getEndpointConfiguration.
 EndpointConfiguration SecureChannel.getEndpointConfiguration()
          getEndpointConfiguration.
 EndpointConfiguration Endpoint.getEndpointConfiguration()
          Getter for the field endpointConfiguration.
 

Methods in org.opcfoundation.ua.transport with parameters of type EndpointConfiguration
 void TransportChannelSettings.setConfiguration(EndpointConfiguration configuration)
          Setter for the field configuration.
 void Endpoint.setEndpointConfiguration(EndpointConfiguration endpointConfiguration)
          Setter for the field endpointConfiguration.
 

Constructors in org.opcfoundation.ua.transport with parameters of type EndpointConfiguration
TransportChannelSettings(EndpointDescription description, EndpointConfiguration configuration, Cert clientCertificate, PrivKey privateKey, CertificateValidator certificateValidator, NamespaceTable namespaceUris)
          Create Transport channel settings for a opctcp connection
TransportChannelSettings(EndpointDescription description, EndpointConfiguration configuration, KeyPair keypair, CertificateValidator certValidator, org.apache.http.conn.ssl.X509HostnameVerifier hostnameVerifier)
          Create Transport channel settings for a https connection
 

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

Methods in org.opcfoundation.ua.transport.https that return EndpointConfiguration
 EndpointConfiguration HttpsClientSecureChannel.getEndpointConfiguration()
          getEndpointConfiguration.
 EndpointConfiguration HttpsClient.getEndpointConfiguration()
          getEndpointConfiguration.
 

Uses of EndpointConfiguration in org.opcfoundation.ua.transport.tcp.io
 

Methods in org.opcfoundation.ua.transport.tcp.io that return EndpointConfiguration
 EndpointConfiguration TcpConnection.getEndpointConfiguration()
          Getter for the field endpointConfiguration.
 EndpointConfiguration SecureChannelTcp.getEndpointConfiguration()
          getEndpointConfiguration.
 EndpointConfiguration ITransportChannel.getEndpointConfiguration()
          getEndpointConfiguration.
 



Copyright © 2018. All rights reserved.