Module cloud.piranha.server
Package cloud.piranha.server
@Deprecated(since="22.10.0",
forRemoval=true)
package cloud.piranha.server
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.
This module and distribution is deprecated. Please use the cloud.piranha.dist.server module and its distribution instead.
- Author:
- Manfred Riem (mriem@manorrock.com)
-
ClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.