HttpCore is a set of low level HTTP transport components that can be used to build custom client and server side HTTP services with a minimal footprint. HttpCore supports two I/O models: blocking I/O model based on the classic Java I/O and non-blocking, event driven I/O model based on Java NIO.
HttpCore 是一组底层 HTTP 传输组件,可用于构建自定义客户端和服务器端 HTTP 服务,并且占用空间最少。HttpCore 支持两种 I/O 模型:基于经典 Java I/O 的阻塞 I/O 模型和基于 Java NIO 的非阻塞事件驱动 I/O 模型。
- HttpCore Tutorial ( HTML / PDF )
HttpCore 教程
- Some examples of HttpCore components in action can be found here
HttpCore 组件的一些例子可以在这里找到
- Project reports(项目报告)
- HttpCore
- HttpCore NIO
HttpCore components strive to conform to the following specifications endorsed by the Internet Engineering Task Force (IETF) and the internet at large:
HttpCore 组件努力遵循以下由互联网工程任务组(IETF)和整个互联网认可的规范: