grizzly-EchoServer-sample 是一个 http 服务器

is grizzly-EchoServer-sample an http server

我在一个使用 grizzly 的项目中工作。一开始,我为我的项目使用示例 https://grizzly.java.net/quickstart.html. Since I want to built a grizzly-based https-server, I used another sample https://grizzly.java.net/httpserverframework.html

请问我一开始使用的第一个示例中的服务器是否是http-server。我认为它不是 http 服务器,但我需要确认,以便我了解情况

Echo 示例不是基于 HTTP 的。这是一个简单的 TCP 回显。