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