Current Forum: Homework 5 General Forum |
Date: Sun Nov 18 2001 9:26 pm |
Author: Bortz, Andrew S. <abortz@andrew.cmu.edu> |
Subject: Re: HttpTokenizer |
|
|
Go look at HttpURLConnection.getResponseCode(). 2xx codes are good, you won't see 3xx because Java handles it for you, and 4xx are bad, so you can skip any connections that return 4xx. |
|