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

Packages that use CloseableObject
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 CloseableObject in org.opcfoundation.ua.transport
 

Subinterfaces of CloseableObject in org.opcfoundation.ua.transport
 interface EndpointServer
          EndpointServer is an object that binds to a network socket and offers hosting for endpoints.
 

Methods in org.opcfoundation.ua.transport that return CloseableObject
 CloseableObject CloseableObject.close()
          Close the object.
 

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

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

Methods in org.opcfoundation.ua.transport.https that return CloseableObject
 CloseableObject HttpsServer.close()
          close.
 

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

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

Methods in org.opcfoundation.ua.transport.tcp.nio that return CloseableObject
 CloseableObject OpcTcpServerConnection.close()
          close.
 CloseableObject AbstractServerConnection.close()
          close.
 



Copyright © 2018. All rights reserved.