@ThreadSafe public final class WebInterfaceWorkersServlet extends javax.servlet.http.HttpServlet
Modifier and Type | Class and Description |
---|---|
static class |
WebInterfaceWorkersServlet.NodeInfo
Class to make referencing worker nodes more intuitive.
|
Constructor and Description |
---|
WebInterfaceWorkersServlet(BlockMaster blockMaster)
Creates a new instance of
WebInterfaceWorkersServlet . |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Populates attributes before redirecting to a jsp.
|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public WebInterfaceWorkersServlet(BlockMaster blockMaster)
WebInterfaceWorkersServlet
.blockMaster
- block masterprotected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
request
- the HttpServletRequest
objectresponse
- the HttpServletResponse
objectjavax.servlet.ServletException
- if the target resource throws this exceptionIOException
Copyright © 2023. All Rights Reserved.