Interface Piranha

All Known Implementing Classes:
CoreProfilePiranha, EmbeddedPiranha, IsolatedServerPiranha, MicroEmbeddedPiranha, MicroPiranha, ServerPiranha

public interface Piranha
The Piranha API.
Author:
Manfred Riem ([email protected])
  • Method Details

    • service

      void service(WebApplicationRequest request, WebApplicationResponse response) throws IOException, jakarta.servlet.ServletException
      Service the request and response.
      Parameters:
      request - the request.
      response - the response.
      Throws:
      IOException - when an I/O error occurs.
      jakarta.servlet.ServletException - when a Servlet error occurs.