public class SauceServlet
extends org.openqa.grid.web.servlet.RegistryBasedServlet
RegistryBasedServlet based servlet takes care of spinning up or tearing down a virtual sauce node.LoginServlet available.| Modifier and Type | Field and Description |
|---|---|
static String |
PROXY_ID
The proxy id that will be used to register to the hub
|
static String |
SHUTDOWN_PARAM
Request parameter that trigger a proxy shutdown action
|
| Constructor and Description |
|---|
SauceServlet() |
SauceServlet(org.openqa.grid.internal.Registry registry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected org.openqa.grid.internal.Registry |
getRegistry() |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final String PROXY_ID
public static final String SHUTDOWN_PARAM
public SauceServlet(org.openqa.grid.internal.Registry registry)
public SauceServlet()
protected org.openqa.grid.internal.Registry getRegistry()
getRegistry in class org.openqa.grid.web.servlet.RegistryBasedServletprotected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2016 PayPal Open Source. All rights reserved.