Package cloud.piranha.embedded

This package delivers you with an embeddable Servlet container that hosts only a single application without exposing an HTTP endpoint. It is used extensively within the Piranha project itself to test all the Servlet functionality.

The image below illustrates how the request and response handling is done by Piranha Embedded. When an EmbeddedRequest comes in it uses a WebApplicationRequestMapper to determine which FilterChain needs to process the incoming request.

Embedded request and response handling

How do I use Piranha Embedded?

See our documentation for more information.

Author:
Manfred Riem ([email protected])
See Also:
EmbeddedPiranhaBuilder