public static class WebSocketModule.QuercusWebSocketListener extends java.lang.Object implements SocketLinkDuplexListener
| Modifier and Type | Method and Description |
|---|---|
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() |
public void onRead(SocketLinkDuplexController context)
SocketLinkDuplexListeneronRead in interface SocketLinkDuplexListenerpublic void onDisconnect(SocketLinkDuplexController context)
SocketLinkDuplexListeneronDisconnect in interface SocketLinkDuplexListenerpublic void onTimeout(SocketLinkDuplexController context)
SocketLinkDuplexListeneronTimeout in interface SocketLinkDuplexListenerpublic java.lang.String toString()
toString in class java.lang.Objectpublic void onStart(SocketLinkDuplexController context) throws java.io.IOException
SocketLinkDuplexListeneronStart in interface SocketLinkDuplexListenerjava.io.IOException