SSL认证(SSL authentication)对称认证(Symmetric authentication)连接创建者(Connection Creator)Socket服务器与Socket侦听者(SocketServer and SocketListener)Socket服务器构造函数与方法(SocketServer constructor and methods)Socket...
public class SocketClient { public static void main(String[]args)throws IOException {/TODO Auto-generated method stub final Socketsocket=new Socket("127.0.0.1",10000);回复服务端 new Thread(){ public void run(){ try { ...