|
QuickServer v1.4.5 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
ClientData
class, which can be retrieved
using handler.getClientData() method.
Method Summary | |
void |
handleWrite(ClientHandler handler)
Method called every time client is ready to receive for more data. |
Method Detail |
public void handleWrite(ClientHandler handler) throws java.io.IOException
java.io.IOException
- if io error in socket/Channel.
|
QuickServer v1.4.5 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |