*
lsh
2024-10-23 0b232db982fd452c805e0c823416c106fe63b4ca
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}