#
tqs
2022-11-23 ef04c26104567b2701ae88d8b0069f4c48750fd4
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}