Sea 0.4.0

gov.lbl.dsd.sea.demo
Class SimpleHTTPDemo

java.lang.Object
  extended bygov.lbl.dsd.sea.demo.SimpleHTTPDemo

public class SimpleHTTPDemo
extends Object

Demonstrates how to use the HTTP framework with a very basic example. In this example there are two stages. The first stage handles the HTTP transport requests and responses. It hands the responses to the second stage, which simply prints them.

Example usage: java gov.lbl.dsd.seda.demo.SimpleHTTPDemo 2 http://www.google.com

Version:
$Revision: 1.5 $, $Date: 2004/09/16 16:57:15 $

Constructor Summary
SimpleHTTPDemo()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleHTTPDemo

public SimpleHTTPDemo()
Method Detail

main

public static void main(String[] args)

Sea 0.4.0