Package cloud.piranha.micro.loader


package cloud.piranha.micro.loader

This package delivers you with a Servlet container that hosts only a single application.

Architecture diagram

The image below illustrates how the request and response handling is done by Piranha Micro. When a request comes in to the HTTP server it dispatches it to the WebApplicationServer which in turn dispatches it to the WebApplication which then in turn uses WebApplicationRequestMapper to determine which FilterChain needs to process the incoming request and it dispatches to it.

Request and response handling

How do I use Piranha Micro?

See our documentation for more information.

Author:
Manfred Riem ([email protected])