摘要:
NIO源码分析之Channel Channel又称为“通道”,文档中描述如下: A channel represents an open connection to an entity such as a hardware device, a file, a network socket, or a 阅读全文
摘要:
摘要:本文主要介绍了tomcat内部处理HTTP请求的Container部分,即剩余的部分 上一篇文章讲到 对HTTP请求的处理,主要查看了 方法对 的处理填充。我们继续往下看: //代码清单1 // Parse and set Catalina and configuration specific 阅读全文