All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

B

BmrbFileGetSend(URL). Constructor for class EDU.bmrb.net.BmrbFileGetSend
Constructor: Creates the URL for the file_get_send CGI program, by using this applets' document base string.

C

cgiURL. Variable in class EDU.bmrb.net.BmrbFileGetSend

D

delFile(String). Method in class EDU.bmrb.net.BmrbFileGetSend
This method deletes the specified file from the host

G

getFile(String). Method in class EDU.bmrb.net.BmrbFileGetSend
This method gets the specified file, and generates a new String containing the contents of the file.
getMessage(). Method in class EDU.bmrb.net.HTTPException
Returns the string status, for example: "HTTP/1.0 404 Not Found"

H

HTTPException(String). Constructor for class EDU.bmrb.net.HTTPException

S

sendFile(String, byte[]). Method in class EDU.bmrb.net.BmrbFileGetSend
This method sends the file's contents from a string variable.