*
lsh
2025-02-26 3962181e93e996bbffc5cc7cf678bfac1901040a
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}