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

Packages that use ConnectionMonitor
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.impl This package contains SecureChannel related implementations 
org.opcfoundation.ua.transport.tcp.nio   
 

Uses of ConnectionMonitor in org.opcfoundation.ua.transport
 

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

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

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

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

Classes in org.opcfoundation.ua.transport.impl that implement ConnectionMonitor
 class ConnectionCollection
          ConnectionCollection class.
 

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

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



Copyright © 2018. All rights reserved.