Module cloud.piranha.nano
Package cloud.piranha.nano
Piranha Nano is the smallest in our lineup and it delivers you with a very opinionated partial embeddable implementation of a Servlet container. While very small it most certainly is very capable and it is very easy to use.
Internally Piranha Nano uses a very light-weight request and response chain that is illustrated by the image below. Note since there is no notion of mapping the request URI there is only ONE chain of Filters and a Servlet. The arrows illustrate the flow the order in which the Filters and the Servlet will be called.
How do I use Piranha Nano?
See our documentation for more information.
- Author:
- Manfred Riem (mriem@manorrock.com)
- See Also:
NanoPiranhaBuilder
-
Class Summary Class Description NanoFilterChain The FilterChain class used byNanoPiranhafor processing of a request and generating a response.NanoFilterConfig The FilterConfig class used byNanoPiranhaBuilderso it can initialize a Filter.NanoPiranha The smallest version of Piranha in our lineup.NanoPiranhaBuilder The builder so you can easily build instances ofNanoPiranha.NanoRequest The WebApplicationRequest class used byNanoPiranhaNanoRequestBuilder The builder so you can easily build instances ofNanoRequest.NanoResponse The WebApplicationResponse class used byNanoPiranhaNanoResponseBuilder The builder so you can easily build instances ofNanoResponse.NanoServletConfig The ServletConfig class used byNanoPiranhaBuilderso it can initialize the Servlet.