使用NIO实现的HTTP Server

运行 com.jenkov.nioserver.example.Main,然后构造HTTP请求:

~ curl http://localhost:9999/
<html><body>Hello World!</body></html>%