public class BlockingServlet
extends javax.servlet.http.HttpServlet
Router's executor to process the current request and blocks until
processing is done (Synchronous).| Constructor and Description |
|---|
BlockingServlet(Router router,
ServletStreamServerConfigurationImpl configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic BlockingServlet(Router router, ServletStreamServerConfigurationImpl configuration)
protected void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
service in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2023 jUPnP.org. All rights reserved.