Package org.apache.hadoop.http
Class ProfileOutputServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.eclipse.jetty.servlet.DefaultServlet
org.apache.hadoop.http.ProfileOutputServlet
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig,org.eclipse.jetty.server.ResourceService.WelcomeFactory,org.eclipse.jetty.util.resource.ResourceFactory
@Private
public class ProfileOutputServlet
extends org.eclipse.jetty.servlet.DefaultServlet
Servlet to serve files generated by
ProfileServlet.- See Also:
-
Field Summary
Fields inherited from class org.eclipse.jetty.servlet.DefaultServlet
CONTEXT_INIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) Methods inherited from class org.eclipse.jetty.servlet.DefaultServlet
destroy, doHead, doOptions, doPost, doTrace, getInitParameter, getResource, getWelcomeFile, init, initContextHandlerMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doPut, getLastModified, service, serviceMethods inherited from class javax.servlet.GenericServlet
getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
ProfileOutputServlet
public ProfileOutputServlet()
-
-
Method Details
-
doGet
protected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException - Overrides:
doGetin classorg.eclipse.jetty.servlet.DefaultServlet- Throws:
javax.servlet.ServletExceptionIOException
-