Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在fs2-http用作我用 Scala 编写的 JavaFX 库的库,但就目前而言,它fs2-http是一个相当大的库,并且有太多依赖项无法作为桌面应用程序交付,因此我需要它尽可能小大小和内存占用,同时保留功能。
fs2-http
我决定使用 Undertow,它是一个 Java 库,但目前我正在努力将其组件转换为 Streams,而我当前处理数据的函数已经是流。
所以这是我的问题,我如何才能将这个普通的 Java 库转换为流式库?