|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is an interface for notifying a client response. The cycle is : - once 'notifyInit' - any number of 'notifyResponse' - once 'notifyEnd'
Method Summary | |
void |
notifyEnd()
Notify once the end of the response |
void |
notifyInit()
Notify once before a set of reponse |
void |
notifyResponse(java.lang.String response)
Send a response for a client request |
Method Detail |
public void notifyInit()
public void notifyEnd()
public void notifyResponse(java.lang.String response)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |