org.apache.avro.ipc
Class ResponderServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.avro.ipc.ResponderServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class ResponderServlet
- extends HttpServlet
An HttpServlet
that responds to Avro RPC requests.
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResponderServlet
public ResponderServlet(Responder responder)
throws IOException
- Throws:
IOException
doPost
protected void doPost(HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
- Overrides:
doPost
in class HttpServlet
- Throws:
IOException
ServletException
Copyright © 2010 The Apache Software Foundation