public final class Chase extends Http
DEBUGGING, DEFAULT_LENGTH, DEFAULT_RESPONSE_CODE, DEFAULT_RESPONSE_MESSAGE, EMBEDDED_COPYRIGHT, readTimeout, responseCode, responseMessage, url, UTF8Charset, VERSION_STRING
Constructor and Description |
---|
Chase()
constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
send(java.net.URL url)
Chase redirection to find where page permanently redirected if any.
|
dumpHeaders, getEncodedParms, getRawResponseMessage, getReferer, getResponseCode, getResponseMessage, getURL, guessCharSet, processResponse, setConnectTimeout, setInstanceFollowRedirects, setParms, setReadTimeout, setReferer, setRequestProperties, setStandardProperties, setUserAgent
public java.lang.String send(java.net.URL url)
url
- complete URL including any parms, pre-encoded (use Http.encodeParms).
might be http: or https:.Get.send(java.net.URL, java.nio.charset.Charset)