|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
asynchFailure(java.lang.String error,
java.lang.Throwable e)
Report a connection failure |
void |
close()
Handle closedown, this maybe invoked many times due to an explicit close and/or a connection failure. |
void |
handleMsg(BaseMsg (src) msg)
Handle the message |
void |
onStreamNotification(java.lang.Object stream,
int size)
Handle a stream notification |
| Method Detail |
public void handleMsg(BaseMsg (src) msg)
throws java.lang.Exception
msg - the message to handler
java.lang.Exception - for any error
public void onStreamNotification(java.lang.Object stream,
int size)
onStreamNotification in interface StreamListener (src) stream - the streamsize - the bytes since the last notification
public void asynchFailure(java.lang.String error,
java.lang.Throwable e)
error - the error textpublic void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||