@Deprecated public class ServletCollector extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
ACK_PREFIX
Deprecated.
If a chunk is committed; then the ack will start with the following string.
|
static String |
PATH
Deprecated.
|
| Constructor and Description |
|---|
ServletCollector(org.apache.hadoop.conf.Configuration c)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
accept(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Deprecated.
|
void |
destroy()
Deprecated.
|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Deprecated.
|
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Deprecated.
|
protected void |
doTrace(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Deprecated.
|
String |
getServletInfo()
Deprecated.
|
ChukwaWriter |
getWriter()
Deprecated.
|
void |
init(javax.servlet.ServletConfig servletConf)
Deprecated.
|
void |
setWriter(ChukwaWriter w)
Deprecated.
|
doDelete, doHead, doOptions, doPut, getLastModified, service, servicepublic static final String PATH
public static final String ACK_PREFIX
public ServletCollector(org.apache.hadoop.conf.Configuration c)
public void setWriter(ChukwaWriter w)
public ChukwaWriter getWriter()
public void init(javax.servlet.ServletConfig servletConf)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected void doTrace(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doTrace in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void accept(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException
javax.servlet.ServletExceptionprotected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic String getServletInfo()
getServletInfo in interface javax.servlet.ServletgetServletInfo in class javax.servlet.GenericServletpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletCopyright © 2015 Apache Software Foundation. All Rights Reserved.