public final class nw_ws_response_status_t
extends java.lang.Object
The status of a WebSocket server's response to a client's request to connect.
| Modifier and Type | Field and Description |
|---|---|
static int |
nw_ws_response_status_accept
[@const] nw_ws_response_status_accept Accept the request to connect.
|
static int |
nw_ws_response_status_invalid
[@const] nw_ws_response_status_invalid The response is invalid.
|
static int |
nw_ws_response_status_reject
[@const] nw_ws_response_status_accept Reject the request to connect.
|
public static final int nw_ws_response_status_invalid
public static final int nw_ws_response_status_accept
public static final int nw_ws_response_status_reject