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)
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