org.khelekore.rnio
Interface ReadHandler

All Superinterfaces:
SocketChannelHandler
All Known Implementing Classes:
SimpleBlockReader

public interface ReadHandler
extends SocketChannelHandler

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


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

Method Detail

read

void read()
The channel is ready for read.