package cn.sinata.rxnetty; /** * netty连接状态 */ public interface OnConnectListener { void onConnected(); }