#
qlsxk
6 天以前 8c7b4949dfcf875cc537304d34a7f6960cbb0c10
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler extends Runnable {
 
    boolean connect();
 
    void close();
 
}