org.khelekore.rnio
Interface WriteHandler

All Superinterfaces:
SocketChannelHandler
All Known Implementing Classes:
SimpleBlockSender

public interface WriteHandler
extends SocketChannelHandler

A handler that signals that data is ready to be written.


Method Summary
 void write()
          The channel is ready for read.
 
Methods inherited from interface org.khelekore.rnio.SocketChannelHandler
closed, getDescription, getTimeout, timeout, useSeparateThread
 

Method Detail

write

void write()
The channel is ready for read.