Uses of Interface
org.opcfoundation.ua.transport.EndpointServer

Packages that use EndpointServer
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.endpoint Endpoint related classes 
org.opcfoundation.ua.transport.https Code for creating a HTTPS based secure channel 
org.opcfoundation.ua.transport.impl This package contains SecureChannel related implementations 
org.opcfoundation.ua.transport.tcp.nio   
 

Uses of EndpointServer in org.opcfoundation.ua.application
 

Methods in org.opcfoundation.ua.application that return EndpointServer
 EndpointServer[] Server.getBindings()
          getBindings.
 EndpointServer Application.getOrCreateEndpointServer(String scheme)
          getOrCreateEndpointServer.
 

Uses of EndpointServer in org.opcfoundation.ua.transport
 

Fields in org.opcfoundation.ua.transport declared as EndpointServer
 EndpointServer EndpointBinding.endpointServer
          The object that listens to the network socket
 

Methods in org.opcfoundation.ua.transport that return EndpointServer
 EndpointServer EndpointServerCollection.getEndpointServer(SocketAddress socketAddress)
          Get the endpoint server that is bound at the given socket address.
 

Methods in org.opcfoundation.ua.transport that return types with arguments of type EndpointServer
 List<EndpointServer> EndpointServerCollection.getList()
          Get a snapshot of the endpoint server list
 

Methods in org.opcfoundation.ua.transport with parameters of type EndpointServer
 void EndpointServerCollection.add(EndpointServer endpointServer)
          add.
 void EndpointServerCollection.remove(EndpointServer endpointServer)
          remove.
 

Constructors in org.opcfoundation.ua.transport with parameters of type EndpointServer
EndpointBinding(EndpointServer endpointServer, Endpoint endpointAddress, Server serviceServer)
          Constructor for EndpointBinding.
 

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

Methods in org.opcfoundation.ua.transport.endpoint that return types with arguments of type EndpointServer
 List<EndpointServer> EndpointBindingCollection.getEndpointServers()
          getEndpointServers.
static List<EndpointServer> EndpointBindingCollection.getEndpointServers(List<EndpointBinding> bindingList)
          Get a list of endpoint servers in an bindingList
 

Methods in org.opcfoundation.ua.transport.endpoint with parameters of type EndpointServer
 List<EndpointBinding> EndpointBindingCollection.get(EndpointServer endpointServer)
          get.
 List<EndpointBinding> EndpointBindingCollection.get(EndpointServer endpointServer, Endpoint endpointAddress)
          get.
 List<EndpointBinding> EndpointBindingCollection.get(EndpointServer endpointServer, Server serviceServer)
          get.
 EndpointBinding EndpointBindingCollection.getSingle(EndpointServer endpointServer, Endpoint endpointAddress)
          getSingle.
 

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

Classes in org.opcfoundation.ua.transport.https that implement EndpointServer
 class HttpsServer
          Host for an https endpoint
 

Uses of EndpointServer in org.opcfoundation.ua.transport.impl
 

Constructors in org.opcfoundation.ua.transport.impl with parameters of type EndpointServer
SecureChannelFactory(EndpointServer endpointServer, Server serviceServer)
          Constructor for SecureChannelFactory.
 

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

Classes in org.opcfoundation.ua.transport.tcp.nio that implement EndpointServer
 class OpcTcpServer
          EndpointOpcTcp hosts an endpoint for opc.tcp socket.
 



Copyright © 2018. All rights reserved.