|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SocketManagerHandler
| Method Summary | |
|---|---|
void |
asynchFailure(String error,
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 msg)
Handle the message |
void |
onStreamNotification(Object stream,
int size)
Handle a stream notification |
| Method Detail |
|---|
void handleMsg(BaseMsg msg)
throws Exception
msg - the message to handler
Exception - for any error
void onStreamNotification(Object stream,
int size)
onStreamNotification in interface org.jboss.util.stream.StreamListenerstream - the streamsize - the bytes since the last notification
void asynchFailure(String error,
Throwable e)
error - the error textthrowable - the errorvoid close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||