You can buy this project and download/modify it how often you want.
Source code 001package com.pusher.client.connection; 002 003/** 004 * Represents connection states e.g. connected and disconnected. 005 */ 006public enum ConnectionState { 007 CONNECTING, CONNECTED, DISCONNECTING, DISCONNECTED, ALL 008}
001package com.pusher.client.connection; 002 003/** 004 * Represents connection states e.g. connected and disconnected. 005 */ 006public enum ConnectionState { 007 CONNECTING, CONNECTED, DISCONNECTING, DISCONNECTED, ALL 008}