public class Attributes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
WS_ECHO
The pong message to ask client to send a dummy ping message.
|
static java.lang.String |
WS_EP
The name of an item which stores the websocket serverpush class in desktop storage.
|
static java.lang.String |
WS_HANDSHAKE_REQUEST
The name of an attribute which stores the handshake request of the websocket connection in desktop.
|
static java.lang.String |
WS_HANDSHAKE_RESPONSE
The name of an attribute which stores the handshake response of the websocket connection in desktop.
|
static int |
WS_OK_STATUS
A status number representing the pong message is successful in websocket connection.
|
static int |
WS_SERVER_ERROR_STATUS
A status number representing a server error is occurred when a pong message is received in websocket connection.
|
Constructor and Description |
---|
Attributes() |
public static final java.lang.String WS_HANDSHAKE_REQUEST
public static final java.lang.String WS_HANDSHAKE_RESPONSE
public static final java.lang.String WS_EP
public static final int WS_OK_STATUS
public static final int WS_SERVER_ERROR_STATUS
public static final java.lang.String WS_ECHO
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.