Firefish 0.5.10

gov.lbl.dsd.firefish.server
Class DemoServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bygov.lbl.dsd.firefish.server.DemoServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class DemoServlet
extends HttpServlet

Demonstrates P2PIO features through a simple HTML GUI. Usage: Start tomcat, then point your browser to http://localhost:8080/firefish/demo/index.html

Version:
$Revision: 1.5 $, $Date: 2004/02/06 23:05:35 $
See Also:
Serialized Form

Constructor Summary
DemoServlet()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
 void init()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoServlet

public DemoServlet()
Method Detail

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws IOException,
                   ServletException
Throws:
IOException
ServletException

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws IOException,
                  ServletException
Throws:
IOException
ServletException

init

public void init()

Firefish 0.5.10

Jump to the Firefish Homepage