service
protected open fun service(
request: HttpServletRequest,
response: HttpServletResponse
): Unit
Called by the servlet container when an HTTP request received.
protected open fun service(
request: HttpServletRequest,
response: HttpServletResponse
): Unit
Called by the servlet container when an HTTP request received.