Skip to content

robertvazan/hookless-servlets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.