dubin
2026-01-20 f165afcbf9e8837ea49b5c46d47c8b1b3bfb4a03
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}