Package jadex.publishservice.publish
Interface IRequestHandler
- All Known Subinterfaces:
IPathHandler
- All Known Implementing Classes:
PathHandler
,PathHandler2
public interface IRequestHandler
Interface for handling http requests.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleRequest
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Object args) Handle the request.
-
Method Details