Current Forum: Homework 5 General Forum |
Date: Tue Nov 20 2001 3:05 pm |
Author: Bortz, Andrew S. <abortz@andrew.cmu.edu> |
Subject: Re: HttpTokenizer |
|
|
You don't have to write your own class for HttpURLConnection. Create a new URLConnection from a URL, and, if it is an HTTP url, you can cast URLConnection to HttpURLConnection to get the additional features of HttpURLConnection. |
|