📄 clientitf.java
字号:
import java.net.*;
import java.io.*;
public interface ClientItf
{
public Socket connection(String s);
public boolean login (UserInfo user) throws IOException;
public boolean Registrg (UserRegistrg ur) throws IOException;
public String UpateInfo(UserUpateInfo us) throws IOException;
public boolean Retake(UserRetake ut) throws IOException;
public ServerResults getServerResults() throws IOException;
public void messageSend(Message m)throws IOException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -