|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.lib.WebSocketModule.QuercusWebSocketListener
public static class WebSocketModule.QuercusWebSocketListener
Method Summary | |
---|---|
void |
onDisconnect(SocketLinkDuplexController context)
Called when the connection closes |
void |
onRead(SocketLinkDuplexController context)
Called when read data is available |
void |
onStart(SocketLinkDuplexController context)
Called when the connection is established |
void |
onTimeout(SocketLinkDuplexController context)
Called when the connection times out |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public void onRead(SocketLinkDuplexController context)
SocketLinkDuplexListener
onRead
in interface SocketLinkDuplexListener
public void onDisconnect(SocketLinkDuplexController context)
SocketLinkDuplexListener
onDisconnect
in interface SocketLinkDuplexListener
public void onTimeout(SocketLinkDuplexController context)
SocketLinkDuplexListener
onTimeout
in interface SocketLinkDuplexListener
public java.lang.String toString()
toString
in class java.lang.Object
public void onStart(SocketLinkDuplexController context) throws java.io.IOException
SocketLinkDuplexListener
onStart
in interface SocketLinkDuplexListener
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |