Package cloud.piranha.server.isolated


@Deprecated(since="22.11.0", forRemoval=true) package cloud.piranha.server.isolated
Deprecated, for removal: This API element is subject to removal in a future version.

This package delivers you with a Servlet container version of Piranha.

Architecture diagram

The image below illustrates how the request and response handling is done by Piranha Server. When a request comes in to the HTTP server it dispatches it to the WebApplicationServer which uses a WebApplicationServerRequestMapper to determine which web application needs to serve the request and it the dispatches to it and then in turn the WebApplication 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 Server?

See our documentation for more information.

Please use the cloud.pirnaha.dist.isolated instead of this module.

Author:
Manfred Riem ([email protected])
  • Classes
    Class
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.