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