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