zwl
8 天以前 c6b6c90518697fdb2f89853a75921ff2af41ee73
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}