class ClientConneccted { static int UN_CONNECT = -1; static int CONNECTING = 1; static int CONNECTED = 2; }