org.opcfoundation.ua.transport
Interface ServerConnection.SecureChannelListener

All Known Implementing Classes:
DebugLogger
Enclosing interface:
ServerConnection

public static interface ServerConnection.SecureChannelListener


Method Summary
 void onSecureChannelAttached(Object sender, ServerSecureChannel channel)
           
 void onSecureChannelDetached(Object sender, ServerSecureChannel channel)
           
 

Method Detail

onSecureChannelAttached

void onSecureChannelAttached(Object sender,
                             ServerSecureChannel channel)

onSecureChannelDetached

void onSecureChannelDetached(Object sender,
                             ServerSecureChannel channel)


Copyright © 2018. All rights reserved.