XNIO version 1.2.0.GA

org.jboss.xnio
Interface IoWriteHandler<T extends Channel>

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

public interface IoWriteHandler<T extends 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

XNIO version 1.2.0.GA

Copyright © 2008 JBoss, a division of Red Hat, Inc.