- send(URL) - Method in class com.mindprod.http.Chase
-
Chase redirection to find where page permanently redirected if any.
- send(URL, Charset) - Method in class com.mindprod.http.Fetch
-
Read a message given an URL.
- send(URL, Charset) - Method in class com.mindprod.http.Get
-
Send a form full of data to the CGI host using GET.
- send(String, int, String, Charset) - Method in class com.mindprod.http.Get
-
Send a form full of data to the CGI host using GET.
- send(URL) - Method in class com.mindprod.http.Head
-
Check if URL is working
Send a form full of data to the CGI host using HEAD.
- send(String, int, String) - Method in class com.mindprod.http.Head
-
Check if URL is working
Send a form full of data to the CGI host using HEAD.
- send(URL, Charset) - Method in class com.mindprod.http.Post
-
Send a form full of data to the CGI host using POST
Must have done a setParms(optional) and setPostParms beforehand.
- send(String, int, String, Charset) - Method in class com.mindprod.http.Post
-
Send a form full of data to the CGI host using POST
setPostParms must have been called previously, and possibly setParms as well.
- send(URL) - Method in class com.mindprod.http.Probe
-
Check if a URL is working.
- send(String, int, String) - Method in class com.mindprod.http.Probe
-
Send a form full of data to the CGI host using HEAD/GET.
- setConnectTimeout(int) - Method in class com.mindprod.http.Http
-
override the default connect timeout of 50 seconds
- setContentType(String) - Method in class com.mindprod.http.Post
-
declare Mime Type of the message contents.
- setInstanceFollowRedirects(boolean) - Method in class com.mindprod.http.Http
-
control whether redirects are automatically followed or treated as errors.
- setParms(String...) - Method in class com.mindprod.http.Http
-
set the parms that will be send tacked onto the end of the URL, get-style
- setPostBody(String) - Method in class com.mindprod.http.Post
-
set the body of the post, after the post parms.
- setPostParms(String...) - Method in class com.mindprod.http.Post
-
set the parms that will be send in the Post body.
- setReadTimeout(int) - Method in class com.mindprod.http.Http
-
override the default read timeout of 40 seconds
- setReferer(String) - Method in class com.mindprod.http.Http
-
set the Referrer ie.
- setRequestProperties(String...) - Method in class com.mindprod.http.Http
-
set additional requestProperties.
- setStandardProperties(URLConnection) - Method in class com.mindprod.http.Http
-
set up the standard properties on the connection
- setUserAgent(String) - Method in class com.mindprod.http.Http
-
override the default User-Agent