org.jboss.xnio
Interface IoWriteHandler<T extends java.nio.channels.Channel>

Type Parameters:
T - the channel type
All Known Subinterfaces:
IoHandler<T>
All Known Implementing Classes:
DelegatingIoHandler

public interface IoWriteHandler<T extends java.nio.channels.Channel>

A handler for channel write events.

Since:
1.2

Method Summary
 void handleWritable(T channel)
          Handle channel writability.
 

Method Detail

handleWritable

void handleWritable(T channel)
Handle channel writability. Called when the channel may be read from. Further read notifications from the channel are automatically suspended.

Parameters:
channel - the channel that is readable