项目作者: robertvazan

项目描述 :
Reactive adapters for javax.servlet.* classes.
高级语言: Java
项目地址: git://github.com/robertvazan/hookless-servlets.git
创建时间: 2019-10-06T14:44:09Z
项目社区:https://github.com/robertvazan/hookless-servlets

开源协议:Apache License 2.0

下载


SWUbanner

Hookless Servlets

Maven Central
Build status
Test coverage

Reactive servlet as implemented in ReactiveServlet class
is a reactive adapter for Jakarta’s
HttpServlet.
Reactive servlet is a reactive consumer.
It will keep running its handler method until the handler no longer reactively blocks.
It will then send the last output of the handler to the client as an HTTP response.
Reactive servlet is fully asynchronous. It never blocks servlet container threads.

More on homepage.

Status

Experimental. Stagean is used to track progress on class and method level.

Getting started

See homepage.

Documentation

Some APIs are undocumented. You might have to peek in the source code.

Feedback

Bug reports and pull requests are welcome. See CONTRIBUTING.md.

License

Distributed under Apache License 2.0.