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