野心家
2025-02-17 796cfcc66392f78362cd72ca2510fc5194c0d079
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}