publicclassServerSocketThreadimplementsRunnable{ServerSocketserverSocket=null;VectorvectorList=newVector();publicServerSocketThread(intport){try{serverSocket=newServerSocket(port);System.out.println("启动本地"+port+"端口号!");}catch(IOExceptione){Syst