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

Enclosing class:
ListenableSocketChannel

public static interface ListenableSocketChannel.WriteableListener


Method Summary
 void onDataWriteable(ListenableSocketChannel sender)
          Bytes can be written to the socket.
 

Method Detail

onDataWriteable

void onDataWriteable(ListenableSocketChannel sender)
Bytes can be written to the socket.

Parameters:
sender - sender


Copyright © 2018. All rights reserved.