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

Packages that use EndpointBinding
org.opcfoundation.ua.transport This package contains SecureChannel and related interfaces 
org.opcfoundation.ua.transport.endpoint Endpoint related classes 
org.opcfoundation.ua.transport.https Code for creating a HTTPS based secure channel 
org.opcfoundation.ua.transport.tcp.nio   
 

Uses of EndpointBinding in org.opcfoundation.ua.transport
 

Methods in org.opcfoundation.ua.transport that return EndpointBinding
 EndpointBinding EndpointServer.EndpointHandle.endpointBinding()
           
 

Methods in org.opcfoundation.ua.transport that return types with arguments of type EndpointBinding
 List<EndpointBinding> EndpointServerCollection.getEndpointBindings()
          Get all endpoint bindings
 

Methods in org.opcfoundation.ua.transport with parameters of type EndpointBinding
 EndpointServer.EndpointHandle EndpointServer.bind(SocketAddress socketAddress, EndpointBinding endpointBinding)
          Bind an endpoint to a handle.
 

Uses of EndpointBinding in org.opcfoundation.ua.transport.endpoint
 

Methods in org.opcfoundation.ua.transport.endpoint that return EndpointBinding
 EndpointBinding EndpointBindingCollection.getDefault(String url)
          getDefault.
 EndpointBinding EndpointBindingCollection.getSingle(EndpointServer endpointServer, Endpoint endpointAddress)
          getSingle.
 

Methods in org.opcfoundation.ua.transport.endpoint that return types with arguments of type EndpointBinding
 List<EndpointBinding> EndpointBindingCollection.get(Endpoint endpointAddress)
          get.
 List<EndpointBinding> EndpointBindingCollection.get(EndpointServer endpointServer)
          get.
 List<EndpointBinding> EndpointBindingCollection.get(Endpoint endpointAddress, Server serviceServer)
          get.
 List<EndpointBinding> EndpointBindingCollection.get(EndpointServer endpointServer, Endpoint endpointAddress)
          get.
 List<EndpointBinding> EndpointBindingCollection.get(EndpointServer endpointServer, Server serviceServer)
          get.
 List<EndpointBinding> EndpointBindingCollection.get(Server serviceServer)
          get.
 List<EndpointBinding> EndpointBindingCollection.get(String endpointUrl)
          get.
 List<EndpointBinding> EndpointBindingCollection.getAll()
          getAll.
 

Methods in org.opcfoundation.ua.transport.endpoint with parameters of type EndpointBinding
 void EndpointBindingCollection.add(EndpointBinding binding)
          add.
 boolean EndpointBindingCollection.contains(EndpointBinding binding)
          contains.
 void EndpointBindingCollection.EndpointBindingListener.onAddingEndpoint(EndpointBinding endpointBinding)
           
 void EndpointBindingCollection.remove(EndpointBinding binding)
          remove.
 

Method parameters in org.opcfoundation.ua.transport.endpoint with type arguments of type EndpointBinding
static List<Endpoint> EndpointBindingCollection.getEndpointAddresses(List<EndpointBinding> bindingList)
          Get a list of endpoint addresses in an bindingList
static List<EndpointServer> EndpointBindingCollection.getEndpointServers(List<EndpointBinding> bindingList)
          Get a list of endpoint servers in an bindingList
static List<Server> EndpointBindingCollection.getServiceServers(List<EndpointBinding> bindingList)
          Get a list of service servers in an bindingList
 

Constructor parameters in org.opcfoundation.ua.transport.endpoint with type arguments of type EndpointBinding
EndpointBindingCollection(List<EndpointBinding> bindings)
          Constructor for EndpointBindingCollection.
 

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

Methods in org.opcfoundation.ua.transport.https that return EndpointBinding
 EndpointBinding HttpsServer.HttpsEndpointHandle.endpointBinding()
           
 

Methods in org.opcfoundation.ua.transport.https with parameters of type EndpointBinding
 EndpointServer.EndpointHandle HttpsServer.bind(SocketAddress socketAddress, EndpointBinding endpointBinding)
          Bind an endpoint to a handle.
 

Constructors in org.opcfoundation.ua.transport.https with parameters of type EndpointBinding
HttpsServerEndpointHandler(EndpointBinding endpointBinding)
          Constructor for HttpsServerEndpointHandler.
 

Uses of EndpointBinding in org.opcfoundation.ua.transport.tcp.nio
 

Fields in org.opcfoundation.ua.transport.tcp.nio declared as EndpointBinding
 EndpointBinding OpcTcpServer.discoveryEndpointBinding
           
 

Methods in org.opcfoundation.ua.transport.tcp.nio that return EndpointBinding
 EndpointBinding OpcTcpServer.OpcTcpEndpointHandle.endpointBinding()
           
 

Methods in org.opcfoundation.ua.transport.tcp.nio with parameters of type EndpointBinding
 EndpointServer.EndpointHandle OpcTcpServer.bind(SocketAddress socketAddress, EndpointBinding endpointBinding)
          Bind an endpoint to a handle.
 



Copyright © 2018. All rights reserved.