#1
dubin
2025-11-24 4f33cf4caa568544dc9c50c60e2f607a02da11c1
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}