QuickServer
v1.4.5

org.quickserver.net.server
Interface ClientWriteHandler


public interface ClientWriteHandler

This interface defines the methods that should be implemented by any class that needs to be notified when its ready to accept more data.

Recommendations to be followed when implementing ClientWriteHandler

Since:
1.4.5
Author:
Akshathkumar Shetty

Method Summary
 void handleWrite(ClientHandler handler)
          Method called every time client is ready to receive for more data.
 

Method Detail

handleWrite

public void handleWrite(ClientHandler handler)
                 throws java.io.IOException
Method called every time client is ready to receive for more data. Should be used to handle the write any requested data.

Throws:
java.io.IOException - if io error in socket/Channel.

QuickServer
v1.4.5

Copyright © 2003-2005 QuickServer.org