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