org.opennms.web.availability.raw
Class RawAvailabilityServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.opennms.web.availability.raw.RawAvailabilityServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class RawAvailabilityServlet
- extends HttpServlet
- Author:
- Jacinta Remedios , Lawrence Karnowski , OpenNMS
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RawAvailabilityServlet
public RawAvailabilityServlet()
init
public void init()
throws ServletException
- Overrides:
init in class GenericServlet
- Throws:
ServletException
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doGet in class HttpServlet
- Throws:
ServletException
IOException
log
public Logger log()
streamToStream
protected void streamToStream(Reader in,
Writer out)
throws IOException
- Deprecated. Should use
Util.streamToStream instead.
- Throws:
IOException
Copyright © 2009. All Rights Reserved.