edu.pdx.cs399J.web
Class UrlHttpGet

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

public class UrlHttpGet
extends Object

Demonstrates making an HTTP GET request using the URLConnection class

Since:
Summer 2008
Author:
David Whitlock

Constructor Summary
UrlHttpGet()
           
 
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

UrlHttpGet

public UrlHttpGet()
Method Detail

main

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


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