Module cloud.piranha.server
Package cloud.piranha.server
package cloud.piranha.server
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.
- Author:
- Manfred Riem (mriem@manorrock.com)
-
ClassDescriptionThe Piranha Server runtime.The builder so you can easily build instances of
ServerPiranha
.The Main for Piranha Server.This web application supports finding other contexts usingServletContext.getContext(String)
.