Sea 0.4.0

gov.lbl.dsd.sea.nio.demo
Class HttpClient

java.lang.Object
  extended bygov.lbl.dsd.sea.EventHandler
      extended bygov.lbl.dsd.sea.nio.AgentEventHandler
          extended bygov.lbl.dsd.sea.nio.demo.HttpClient

public class HttpClient
extends AgentEventHandler

Simple echo client; connects to one or more HTTP servers and prints page output.

Example usage: fire-java gov.lbl.dsd.sea.nio.demo.HttpClient localhost:8080 www.google.com:80 localhost:9999

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

Constructor Summary
HttpClient(String[] args)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class gov.lbl.dsd.sea.nio.AgentEventHandler
handle
 
Methods inherited from class gov.lbl.dsd.sea.EventHandler
onStart, onStop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpClient

public HttpClient(String[] args)
           throws IOException
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException

Sea 0.4.0