*
L
15 小时以前 1dacf2305187f5c2fb44f03b6b754c46cb73ba25
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}