Uses of Class
com.prosysopc.ua.client.ConnectException

Packages that use ConnectException
com.prosysopc.ua.client Main client side classes of the SDK. 
 

Uses of ConnectException in com.prosysopc.ua.client
 

Subclasses of ConnectException in com.prosysopc.ua.client
 class InvalidServerEndpointException
          Invalid server endpoint exception.
 

Methods in com.prosysopc.ua.client that throw ConnectException
 void UaClient.connect()
          Connect to the server.
 org.opcfoundation.ua.core.EndpointDescription[] UaClient.discoverEndpoints()
          Find the list of server end-points corresponding to UaClient.getProtocol().
 org.opcfoundation.ua.core.EndpointDescription[] UaClient.discoverEndpoints(UaApplication.Protocol... protocols)
          Find the list of server end-points corresponding to the defined protocols.
 void UaClientListener.onAfterCreateSessionChannel(UaClient client, org.opcfoundation.ua.application.Session session)
          Called during UaClient.connect, after the session has been created, but before it is activated.
 boolean UaClient.reconnect()
          Reconnect to the server.
 



Copyright © 2018. All rights reserved.