Class WarmupServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.google.apphosting.utils.servlet.WarmupServlet
-
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class WarmupServlet extends javax.servlet.http.HttpServletWarmupServletdoes very little. It primarily serves as a placeholder that is mapped to the warmup path (/_ah/warmup) and is marked <load-on-startup%gt;. This causes all other <load-on-startup%gt; servlets to be initialized during warmup requests.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WarmupServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidservice(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
Method Detail
-
init
public void init()
- Overrides:
initin classjavax.servlet.GenericServlet
-
service
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException- Throws:
IOException
-
-