android 中okhttp3 的webSocket 使用
@BindView(R.id.titlebar)
BGATitleBar titlebar;
@BindView(R.id.lv_price)
ListView lvPrice;
WebSocket mSocket;
private List<QuotationInfo.DataBean> data;
private List<QuotationInfo.DataBean>...
原创
2018-09-18 17:47:34 ·
2080 阅读 ·
0 评论