edu.pdx.cs399J.web
Class RawHttpGet

java.lang.Object
  extended by edu.pdx.cs399J.web.RawHttpGet

public class RawHttpGet
extends Object

Sends an HTTP request to a server via a socket. This demonstrates HTTP at a very low level.

Since:
Summer 2008
Author:
David Whitlock

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

Constructor Detail

RawHttpGet

public RawHttpGet()
Method Detail

main

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


Copyright © 2000-2009 Portland State University. All Rights Reserved.