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

Packages that use Endpoint
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.tcp.nio   
 

Uses of Endpoint in org.opcfoundation.ua.application
 

Methods in org.opcfoundation.ua.application that return Endpoint
 Endpoint Server.getEndpointByUri(String uri)
          getEndpointByUri.
 Endpoint[] Server.getEndpoints()
          getEndpoints.
 

Methods in org.opcfoundation.ua.application with parameters of type Endpoint
 List<EndpointServer.EndpointHandle> Server.bind(String bindAddress, Endpoint endpointAddress)
          Bind an endpoint to the server.
 

Uses of Endpoint in org.opcfoundation.ua.transport
 

Fields in org.opcfoundation.ua.transport declared as Endpoint
static Endpoint EndpointServer.discoveryEndpoint
          Constant discoveryEndpoint
 Endpoint EndpointBinding.endpointAddress
          Endpoint address description
 

Methods in org.opcfoundation.ua.transport that return Endpoint
 Endpoint ServerSecureChannel.getEndpoint()
          Get endpoint
 

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

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

Fields in org.opcfoundation.ua.transport.endpoint declared as Endpoint
protected  Endpoint EndpointServiceRequest.endpoint
           
 

Fields in org.opcfoundation.ua.transport.endpoint with type parameters of type Endpoint
protected  Map<Endpoint,Server> EndpointCollection.endpoints
          Deprecated. Endpoints (Uri -> Endpoint)
 

Methods in org.opcfoundation.ua.transport.endpoint that return Endpoint
 Endpoint EndpointCollection.get(String url)
          Deprecated. get.
 Endpoint EndpointCollection.get(String url, SecurityMode mode)
          Deprecated. get.
 Endpoint EndpointCollection.getDefault(String url)
          Deprecated. getDefault.
 Endpoint EndpointServiceRequest.getEndpoint()
          Get endpoint
 Endpoint[] EndpointCollection.getEndpoints()
          Deprecated. Get all endpoints
 Endpoint[] EndpointCollection.getEndpoints(Server server)
          Deprecated. Get endpoints by server
 

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

Methods in org.opcfoundation.ua.transport.endpoint with parameters of type Endpoint
 void EndpointCollection.add(Endpoint endpoint, Server server)
          Deprecated. add.
 boolean EndpointCollection.contains(Endpoint endpoint)
          Deprecated. contains.
 List<EndpointBinding> EndpointBindingCollection.get(Endpoint endpointAddress)
          get.
 List<EndpointBinding> EndpointBindingCollection.get(Endpoint endpointAddress, Server serviceServer)
          get.
 List<EndpointBinding> EndpointBindingCollection.get(EndpointServer endpointServer, Endpoint endpointAddress)
          get.
 Server EndpointCollection.getServer(Endpoint endpoint)
          Deprecated. getServer.
 EndpointBinding EndpointBindingCollection.getSingle(EndpointServer endpointServer, Endpoint endpointAddress)
          getSingle.
 Server EndpointCollection.remove(Endpoint endpoint)
          Deprecated. remove.
 

Constructors in org.opcfoundation.ua.transport.endpoint with parameters of type Endpoint
EndpointServiceRequest(Request request, Server server, Endpoint endpoint)
          Constructor for EndpointServiceRequest.
 

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

Methods in org.opcfoundation.ua.transport.https that return Endpoint
 Endpoint HttpsServerSecureChannel.getEndpoint()
          Get endpoint
 

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

Methods in org.opcfoundation.ua.transport.tcp.nio that return Endpoint
 Endpoint OpcTcpServerSecureChannel.getEndpoint()
          Get endpoint
 

Constructors in org.opcfoundation.ua.transport.tcp.nio with parameters of type Endpoint
PendingRequest(OpcTcpServerSecureChannel channel, Endpoint endpoint, Server server, int requestId, ServiceRequest requestMessage)
          Constructor for PendingRequest.
 



Copyright © 2018. All rights reserved.