#
lsh
2023-03-02 820a2b268b0a95041bb3d4b1a393adc42c88d077
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}