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