public class WebSocketModule
extends AbstractQuercusModule
| Modifier and Type | Class and Description |
|---|---|
static class |
WebSocketModule.QuercusWebSocketListener |
| Constructor and Description |
|---|
WebSocketModule() |
| Modifier and Type | Method and Description |
|---|---|
static Value |
websocket_read(Env env)
Reads a string from the websocket.
|
static SocketLinkDuplexController |
websocket_start(Env env,
StringValue path)
Reads a string from the websocket.
|
static Value |
websocket_write(Env env,
StringValue string)
Writes a string to the websocket.
|
public static Value websocket_write(Env env,
StringValue string)
public static Value websocket_read(Env env)
public static SocketLinkDuplexController websocket_start(Env env, StringValue path)