} //else if …….. //在此可加入服务器的其他指令 else if(!command.startsWith("HELP") && !command.startsWith("QUIT") && !command.startsWith("QUERY")){ output.println("Command not Found! Please refer to the HELP!"); } }//end of while try{ clientRequest.close(); //关闭套接字 }catch(IOException e){ System.out.println(e.getMessage()); } command=null; }//end of run
Copyright 2001-2010, www.comprg.com.cn, All Rights Reserved 京ICP备14022230号-1,电话/传真:010-82561037 82561614 ,Mail:gaojian@comprg.com.cn
地址:北京市海淀区远大路20号宝蓝大厦E座704,邮编:100089