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

Packages that use IConnectionListener
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.io   
org.opcfoundation.ua.transport.tcp.nio   
 

Uses of IConnectionListener in org.opcfoundation.ua.transport
 

Methods in org.opcfoundation.ua.transport with parameters of type IConnectionListener
 void ServerConnection.addConnectionListener(IConnectionListener listener)
          Add response listener
 void ServerConnection.removeConnectionListener(IConnectionListener listener)
          Add response listener
 

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

Methods in org.opcfoundation.ua.transport.https with parameters of type IConnectionListener
 void HttpsServerConnection.addConnectionListener(IConnectionListener listener)
          Add response listener
 void HttpsServerConnection.removeConnectionListener(IConnectionListener listener)
          Add response listener
 

Uses of IConnectionListener in org.opcfoundation.ua.transport.tcp.io
 

Classes in org.opcfoundation.ua.transport.tcp.io that implement IConnectionListener
 class SecureChannelTcp
          Client's Secure Channel connection to an endpoint.
 

Methods in org.opcfoundation.ua.transport.tcp.io with parameters of type IConnectionListener
 void TcpConnection.addConnectionListener(IConnectionListener listener)
          Add response listener
 void IConnection.addConnectionListener(IConnectionListener listener)
          Add response listener
 void TcpConnection.removeConnectionListener(IConnectionListener listener)
          Add response listener
 void IConnection.removeConnectionListener(IConnectionListener listener)
          Add response listener
 

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

Methods in org.opcfoundation.ua.transport.tcp.nio with parameters of type IConnectionListener
 void OpcTcpServerConnection.addConnectionListener(IConnectionListener listener)
          Add response listener
 void AbstractServerConnection.addConnectionListener(IConnectionListener listener)
          Add response listener
 void OpcTcpServerConnection.removeConnectionListener(IConnectionListener listener)
          Add response listener
 void AbstractServerConnection.removeConnectionListener(IConnectionListener listener)
          Add response listener
 



Copyright © 2018. All rights reserved.