Uses of Class
com.prosysopc.ua.UaApplication.Protocol

Packages that use UaApplication.Protocol
com.prosysopc.ua Common classes for client and server side. 
com.prosysopc.ua.client Main client side classes of the SDK. 
com.prosysopc.ua.server Main server side classes of the SDK. 
 

Uses of UaApplication.Protocol in com.prosysopc.ua
 

Methods in com.prosysopc.ua that return UaApplication.Protocol
static UaApplication.Protocol UaAddress.getDefaultProtocol()
           
 UaApplication.Protocol UaAddress.getProtocol()
           
static UaApplication.Protocol UaApplication.Protocol.parseProtocol(String s)
           
static UaApplication.Protocol UaApplication.Protocol.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UaApplication.Protocol[] UaApplication.Protocol.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.prosysopc.ua with parameters of type UaApplication.Protocol
static String UaApplication.formatUri(UaApplication.Protocol protocol, String host, int port, String serverName)
          Compose a valid OPCUA URI string from the parts
static void UaAddress.setDefaultProtocol(UaApplication.Protocol defaultProtocol)
           
 

Constructors in com.prosysopc.ua with parameters of type UaApplication.Protocol
UaAddress(UaApplication.Protocol protocol, String host, int port)
           
UaAddress(UaApplication.Protocol protocol, String host, int port, String serverName)
           
 

Uses of UaApplication.Protocol in com.prosysopc.ua.client
 

Methods in com.prosysopc.ua.client that return UaApplication.Protocol
static UaApplication.Protocol UaClient.getDefaultProtocol()
          The default protocol to use for URI, if none is defined in #setUri()
 UaApplication.Protocol UaClient.getProtocol()
           
 

Methods in com.prosysopc.ua.client with parameters of type UaApplication.Protocol
 void ServerList.discover(UaApplication.Protocol protocol, String hostName)
          Discover OPCUA applications from a discovery server.
 org.opcfoundation.ua.core.EndpointDescription[] UaClient.discoverEndpoints(UaApplication.Protocol... protocols)
          Find the list of server end-points corresponding to the defined protocols.
static void UaClient.setDefaultProtocol(UaApplication.Protocol defaultProtocol)
          The default protocol to use for URI, if none is defined in #setUri()
 

Uses of UaApplication.Protocol in com.prosysopc.ua.server
 

Methods in com.prosysopc.ua.server with parameters of type UaApplication.Protocol
 Set<InetAddress> UaServer.getBindAddresses(UaApplication.Protocol protocol)
          Get the addresses to bind the server endpoints that use a specific protocol.
 int UaServer.getPort(UaApplication.Protocol protocol)
          Get the protocol specific TCP/IP port number.
 String UaServer.getServerName(UaApplication.Protocol protocol)
          Get the protocol specific serverName definition.
 void UaServer.setBindAddresses(UaApplication.Protocol protocol, Set<InetAddress> bindAddresses)
          Define the InetAddresses the server endpoints should be bound to.
 void UaServer.setPort(UaApplication.Protocol protocol, int port)
          Define the TCP/IP port number for a specific protocol.
 void UaServer.setServerName(UaApplication.Protocol protocol, String serverName)
          Define the server name for a specific protocol.
 



Copyright © 2018. All rights reserved.