C F G H P R S

C

Chase - Class in com.mindprod.http
Chase redirection to find where page permanently redirected if any.
Chase() - Constructor for class com.mindprod.http.Chase
constructor
com.mindprod.http - package com.mindprod.http
 

F

Fetch - Class in com.mindprod.http
Reads HTTP page with a generic http: https: file: etc, arbitrary URL.
Fetch() - Constructor for class com.mindprod.http.Fetch
constructor

G

Get - Class in com.mindprod.http
simulates a browser posting a form to CGI via GET.
Get() - Constructor for class com.mindprod.http.Get
constructor

H

Head - Class in com.mindprod.http
Simulates a browser posting a form to CGI via HEAD.
Head() - Constructor for class com.mindprod.http.Head
constructor

P

Post - Class in com.mindprod.http
simulates a browser posting a form to CGI via POST.
Post() - Constructor for class com.mindprod.http.Post
Constructor
Probe - Class in com.mindprod.http
simulates a browser posting a form to CGI via HEAD/GET.
Probe() - Constructor for class com.mindprod.http.Probe
constructor

R

Read - Class in com.mindprod.http
Read a stream from a server.
readBytesBlocking(InputStream, byte[], int, int, int) - Static method in class com.mindprod.http.Read
Reads exactly len bytes from the input stream into the byte array.
readStringBlocking(InputStream, int, long, boolean, String) - Static method in class com.mindprod.http.Read
Used to read until EOF on an InputStream that sometimes returns 0 bytes because data have not arrived yet.

S

send(URL) - Method in class com.mindprod.http.Chase
Chase redirection to find where page permanently redirected if any.
send(URL, String) - Method in class com.mindprod.http.Fetch
Read a message given an URL.
send(URL, String) - Method in class com.mindprod.http.Get
Send a form full of data to the CGI host using GET.
send(String, int, String, String) - 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, String) - 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, String) - 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.
setContentType(String) - Method in class com.mindprod.http.Post
declare Mime Type of the message contents.
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.

C F G H P R S