| Free tutorials for Java, Eclipse and Web programming |
Version 0.8
Copyright © 2008 - 2011 Lars Vogel
05.01.2011
| Revision History | ||
|---|---|---|
| Revision 0.1 | 03.10.2008 | Lars Vogel |
| First Version | ||
| Revision 0.2 - 0.8 | 01.05.2009 - 05.01.2011 | Lars Vogel |
| bug fixes and enhancements | ||
Table of Contents
Java provides API's to access resources over the network, for example to read webpages. The main classes which are used to read web resources is "java.net.URL" and "java.net.HttpURLConnection". URL can be used to define a web resources while "HttpURLConnection" can be used to access the web resource.
The Apache Foundation provides a powerful framework to to transmit and receive HTTP messages via the Apache HttpClient .