com.sun.net.httpserver 这个工具包,提供了一些原始的工具 Java Doc 对com.sun.net.httpserver的说明: This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number and listens for incoming … 继续阅读
实现一个简单Http服务器
回复
com.sun.net.httpserver 这个工具包,提供了一些原始的工具 Java Doc 对com.sun.net.httpserver的说明: This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number and listens for incoming … 继续阅读