#
lsh
2024-01-27 ccdf00ab7e831a36e269932d71a4af6f620b3d17
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}