org.opcfoundation.ua.utils.asyncsocket
Interface ListenableSocketChannel.ReadableListener

Enclosing class:
ListenableSocketChannel

public static interface ListenableSocketChannel.ReadableListener


Method Summary
 void onDataReadable(ListenableSocketChannel sender)
          This event is triggered either (a) data can be read from the socket channel (b) socket is disconnected (bytes read = 0) and channel must be closed
 

Method Detail

onDataReadable

void onDataReadable(ListenableSocketChannel sender)
This event is triggered either (a) data can be read from the socket channel (b) socket is disconnected (bytes read = 0) and channel must be closed

Parameters:
sender - sender


Copyright © 2018. All rights reserved.