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