This directory contains a minimal example of an HTTP server implemented in Java using the Jetty web server. The server:
To run this example:
mvn package _JAVA_OPTIONS="--add-opens=java.base/java.nio=ALL-UNNAMED" mvn exec:java -Dexec.mainClass="ArrowHttpServer"
[!NOTE] For simplicity, the example here uses static class members and does not properly initialize and release resources or handle errors.