Is it possible to send \"100 Continue\" HTTP status code, and then later some other status code after processing entire request using Java Servlet API (HttpServletResponse)?
Do you mean status code 100 ?
The API does support sending SC_CONTINUE.