Uses of Class
org.opcfoundation.ua.transport.ServiceChannel

Packages that use ServiceChannel
org.opcfoundation.ua.application The code in this package is for application developer. 
 

Uses of ServiceChannel in org.opcfoundation.ua.application
 

Methods in org.opcfoundation.ua.application that return ServiceChannel
 ServiceChannel Client.createServiceChannel(ApplicationDescription applicationDescription)
          Create a service channel Note this implementation is unsecure as the dialog with discover endpoint is not encrypted.
 ServiceChannel Client.createServiceChannel(EndpointDescription endpoint)
          Create a service channel to an endpoint.
 ServiceChannel Client.createServiceChannel(String endpointUrl)
          Create a service channel to a UA Server This method first queries endpoints, chooses the most suitable and connects to it.
 ServiceChannel Client.createServiceChannel(String connectUrl, EndpointDescription endpoint)
          Create a service channel to an endpoint
 ServiceChannel Client.createServiceChannel(String connectUrl, String endpointUri)
          Create a service channel to a UA Server This method first queries endpoints, chooses the most suitable and connects to it.
 ServiceChannel Client.createServiceChannel(String connectUrl, String endpointUri, SecurityMode mode, Cert remoteCertificate)
          Create and open a service channel.
 ServiceChannel Client.createServiceChannel(TransportChannelSettings settings)
          Create and open a secure channel and adapt to service channel.
 



Copyright © 2018. All rights reserved.