一个基于WebSocketProtocol协议(rfc6455)的安卓客户端Demo,实现了最基础的Connect/SendMessage/Disconnect三项功能;服务端的实现为(https://github.com/gorilla/websocket);客户端的实现为(https://github.com/liuchonghui/SimpleClientOfGorillaWebSocket)