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