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

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

Uses of ServerConnection in org.opcfoundation.ua.common
 

Methods in org.opcfoundation.ua.common with parameters of type ServerConnection
 void DebugLogger.onClose(Object sender, ServerConnection connection)
          
 void DebugLogger.onConnect(Object sender, ServerConnection connection)
          
 

Uses of ServerConnection in org.opcfoundation.ua.transport
 

Methods in org.opcfoundation.ua.transport that return ServerConnection
 ServerConnection ServiceChannel.getConnection()
          Get current socket connection if applicable for the binding type.
 ServerConnection ServerSecureChannel.getConnection()
          Get current socket connection if applicable for the binding type.
 ServerConnection SecureChannel.getConnection()
          Get current socket connection if applicable for the binding type.
 

Methods in org.opcfoundation.ua.transport with parameters of type ServerConnection
 void ConnectionMonitor.ConnectListener.onClose(Object sender, ServerConnection connection)
           
 void ConnectionMonitor.ConnectListener.onConnect(Object sender, ServerConnection connection)
           
 

Method parameters in org.opcfoundation.ua.transport with type arguments of type ServerConnection
 void ConnectionMonitor.getConnections(Collection<ServerConnection> result)
          getConnections.
 

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

Classes in org.opcfoundation.ua.transport.https that implement ServerConnection
 class HttpsServerConnection
          This class implements HTTP TSL/SSL conversation.
 

Methods in org.opcfoundation.ua.transport.https that return ServerConnection
 ServerConnection HttpsServerSecureChannel.getConnection()
          Get current socket connection if applicable for the binding type.
 ServerConnection HttpsClientSecureChannel.getConnection()
          Get current socket connection if applicable for the binding type.
 

Method parameters in org.opcfoundation.ua.transport.https with type arguments of type ServerConnection
 void HttpsServer.getConnections(Collection<ServerConnection> result)
          getConnections.
 

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

Methods in org.opcfoundation.ua.transport.impl with parameters of type ServerConnection
 void ConnectionCollection.addConnection(ServerConnection c)
          addConnection.
 void ConnectionCollection.removeConnection(ServerConnection c)
          removeConnection.
 

Method parameters in org.opcfoundation.ua.transport.impl with type arguments of type ServerConnection
 void ConnectionCollection.getConnections(Collection<ServerConnection> result)
          getConnections.
 

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

Methods in org.opcfoundation.ua.transport.tcp.io that return ServerConnection
 ServerConnection SecureChannelTcp.getConnection()
          Get current socket connection if applicable for the binding type.
 

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

Classes in org.opcfoundation.ua.transport.tcp.nio that implement ServerConnection
 class AbstractServerConnection
          Abstract AbstractServerConnection class.
 class OpcTcpServerConnection
          OpcTcpServerConnection class.
 

Methods in org.opcfoundation.ua.transport.tcp.nio that return ServerConnection
 ServerConnection OpcTcpServerSecureChannel.getConnection()
          Get current socket connection if applicable for the binding type.
 

Method parameters in org.opcfoundation.ua.transport.tcp.nio with type arguments of type ServerConnection
 void OpcTcpServer.getConnections(Collection<ServerConnection> result)
          getConnections.
 



Copyright © 2018. All rights reserved.