zwl
2025-09-03 1999452f6faf5dc357defdf9bcd395059a10059a
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}