📄 conthread.java
字号:
package Utopia;
//~--- JDK imports ------------------------------------------------------------
import java.io.*;
import java.lang.*;
import java.net.*;
import java.util.*;
/**
* This class is used to create a thread to Utopia Application, and then
* the application can communicate with the Utopia.
* To under this class, who should know the query rule.
* @author Liu Yu Yang
*/
public class ConThread extends Thread {
static String register;
ConRegServer conServer = new ConRegServer();
ContextObjectGenerator generator = new ContextObjectGenerator();
EnvQuery envQuery = new EnvQuery();
Vector queryRule = new Vector(); // 炜茧Μ 耄办潉 霌彪
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -