#
zjj
2023-12-24 35a949829185f9f204cd83c84e8fbc298af3016a
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}