edu.pdx.cs399J.web
Class RawHttpGet
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RawHttpGet
public RawHttpGet()
main
public static void main(String[] args)
throws IOException
- Throws:
IOException
Copyright © 2000-2009 Portland State University. All Rights Reserved.