Uses of Class
org.opcfoundation.ua.transport.endpoint.EndpointBindingCollection

Packages that use EndpointBindingCollection
org.opcfoundation.ua.application The code in this package is for application developer. 
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.nio   
 

Uses of EndpointBindingCollection in org.opcfoundation.ua.application
 

Fields in org.opcfoundation.ua.application declared as EndpointBindingCollection
protected  EndpointBindingCollection Server.endpointBindings
          Endpoints
 

Methods in org.opcfoundation.ua.application that return EndpointBindingCollection
 EndpointBindingCollection Server.getEndpointBindings()
          Getter for the field endpointBindings.
 EndpointBindingCollection EndpointDiscoveryService.getEndpointCollection()
          getEndpointCollection.
 

Methods in org.opcfoundation.ua.application with parameters of type EndpointBindingCollection
 void EndpointDiscoveryService.setEndpointBindingCollection(EndpointBindingCollection endpointBindings)
          setEndpointBindingCollection.
 void Server.setEndpointBindings(EndpointBindingCollection newBindings)
          Setter for the field endpointBindings.
 

Constructors in org.opcfoundation.ua.application with parameters of type EndpointBindingCollection
EndpointDiscoveryService(EndpointBindingCollection endpointBindings)
          Constructor for EndpointDiscoveryService.
 

Uses of EndpointBindingCollection in org.opcfoundation.ua.transport
 

Methods in org.opcfoundation.ua.transport that return EndpointBindingCollection
 EndpointBindingCollection EndpointServer.getEndpointBindings()
          Get a collection that contains related endpoints bindings.
 

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

Methods in org.opcfoundation.ua.transport.https that return EndpointBindingCollection
 EndpointBindingCollection HttpsServer.getEndpointBindings()
          Get a collection that contains related endpoints bindings.
 

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

Methods in org.opcfoundation.ua.transport.tcp.nio that return EndpointBindingCollection
 EndpointBindingCollection OpcTcpServer.getEndpointBindings()
          Get a collection that contains related endpoints bindings.
 



Copyright © 2018. All rights reserved.