org.opcfoundation.ua.transport.tcp.io
Interface IConnection.IMessageListener

All Known Implementing Classes:
SecureChannelTcp
Enclosing interface:
IConnection

public static interface IConnection.IMessageListener

Message listener interface


Method Summary
 void onMessage(int requestId, int secureChannelId, IEncodeable message)
          New message arrived to the connection.
 

Method Detail

onMessage

void onMessage(int requestId,
               int secureChannelId,
               IEncodeable message)
New message arrived to the connection. Incoming message listeners. All incoming messages are notified to all listeners. It is up to the listener to find the interesting messages.

Parameters:
requestId -
secureChannelId -
message -


Copyright © 2018. All rights reserved.