@WebServlet(description="SIMRacingApps Consumer Tester",
urlPatterns="/ConsumerTester",
loadOnStartup=0)
public class ConsumerTester
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
ConsumerTester()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Gets called when the container destroys this object
|
void |
init(javax.servlet.ServletConfig config)
Initializes the servlet by getting the IP address and version information.
|
public ConsumerTester()
HttpServlet()public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletconfig - The Servlet's configuration information.javax.servlet.ServletException - Thrown so the server can log the error.public void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServlet