Java com.google.gwt.websocket.client WebSocket fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.websocket.client WebSocket fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.websocket.client WebSocket.

The text is from its open source code.

Field

intCONNECTING
The connection has not yet been established.
intOPEN
The WebSocket connection is established and communication is possible.
intCLOSING
The connection is going through the closing handshake, or the close() method has been invoked.
intCLOSED
The connection has been closed or could not be opened.