Uses of Interface
org.opcfoundation.ua.transport.ServerConnection.SecureChannelListener

Packages that use ServerConnection.SecureChannelListener
org.opcfoundation.ua.common This package contains common and shared classes 
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 ServerConnection.SecureChannelListener in org.opcfoundation.ua.common
 

Classes in org.opcfoundation.ua.common that implement ServerConnection.SecureChannelListener
 class DebugLogger
          Connect monitor prints to logger server's connect and secure channel events.
 

Uses of ServerConnection.SecureChannelListener in org.opcfoundation.ua.transport
 

Methods in org.opcfoundation.ua.transport with parameters of type ServerConnection.SecureChannelListener
 void ServerConnection.addSecureChannelListener(ServerConnection.SecureChannelListener l)
          addSecureChannelListener.
 void ServerConnection.removeSecureChannelListener(ServerConnection.SecureChannelListener l)
          removeSecureChannelListener.
 

Uses of ServerConnection.SecureChannelListener in org.opcfoundation.ua.transport.https
 

Methods in org.opcfoundation.ua.transport.https with parameters of type ServerConnection.SecureChannelListener
 void HttpsServerConnection.addSecureChannelListener(ServerConnection.SecureChannelListener l)
          addSecureChannelListener.
 void HttpsServerConnection.removeSecureChannelListener(ServerConnection.SecureChannelListener l)
          removeSecureChannelListener.
 

Uses of ServerConnection.SecureChannelListener in org.opcfoundation.ua.transport.tcp.nio
 

Methods in org.opcfoundation.ua.transport.tcp.nio with parameters of type ServerConnection.SecureChannelListener
 void AbstractServerConnection.addSecureChannelListener(ServerConnection.SecureChannelListener l)
          addSecureChannelListener.
 void AbstractServerConnection.removeSecureChannelListener(ServerConnection.SecureChannelListener l)
          removeSecureChannelListener.
 



Copyright © 2018. All rights reserved.