@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.Servlet
init
in class javax.servlet.GenericServlet
config
- The Servlet's configuration information.javax.servlet.ServletException
- Thrown so the server can log the error.public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet