Index of all Fields and Methods
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

A

addFormValue(Hashtable, String, String). Method in class COM.Extropia.net.JavaCGIBridge
Adds a form variable, value pair to the passed Hashtable.

G

getBottomSeparator(). Method in class COM.Extropia.net.JavaCGIBridge
Returns the bottom separator for the object.
getDefaultThreadJavaCGIBridgeTimeOut(). Static method in class COM.Extropia.net.JavaCGIBridge
Static method returns the default communication time out in milliseconds for the class.
getFieldSeparator(). Method in class COM.Extropia.net.JavaCGIBridge
Returns the field separator for the object.
getKeyValuePairs(Vector). Method in class COM.Extropia.net.JavaCGIBridge
Takes the parsed data returned from the getParsedData method and changes it to a Hashtable of key, value pairs where the first Vector entry of each Vector record is the key and the rest of the second Vector entry for each record is the value of the Hashtable.
getParsedData(URL). Method in class COM.Extropia.net.JavaCGIBridge
Returns parsed data in the form of a Vector of Vectors containing the returned fields inside of a Vector of returned rows.
getParsedData(URL, Hashtable). Method in class COM.Extropia.net.JavaCGIBridge
Returns parsed data in the form of a Vector of Vectors containing the returned fields inside of a Vector of returned rows.
getRawCGIData(URL). Method in class COM.Extropia.net.JavaCGIBridge
Returns raw HTML data as a String from the passed URL.
getRawCGIData(URL, Hashtable). Method in class COM.Extropia.net.JavaCGIBridge
Returns raw HTML data as a String from the passed URL and list of Form variable/value pairs stored in a Hashtable.
getRowSeparator(). Method in class COM.Extropia.net.JavaCGIBridge
Returns the row separator for the object.
getThreadJavaCGIBridgeTimeOut(). Method in class COM.Extropia.net.JavaCGIBridge
Returns the actual communication time out in milliseconds for the object.
getTopSeparator(). Method in class COM.Extropia.net.JavaCGIBridge
Returns the top separator for the object.

J

JavaCGIBridge(). Constructor for class COM.Extropia.net.JavaCGIBridge
Constructs the object with no initialization.
JavaCGIBridge(String, String, String, String). Constructor for class COM.Extropia.net.JavaCGIBridge
Constructs the object with new separator values
JavaCGIBridgeTimeOutException(). Constructor for class COM.Extropia.net.JavaCGIBridgeTimeOutException
Constructs a JavaCGIBridgeTimeOutException with no detail message.
JavaCGIBridgeTimeOutException(String). Constructor for class COM.Extropia.net.JavaCGIBridgeTimeOutException
Constructs a JavaCGIBridgeTimeOutException with the specified detail message.

R

run(). Method in class COM.Extropia.net.JavaCGIBridge
This run thread asynchronously POSTs and GETs data from a URL and places the contents into the threadCGIData variable.

S

setBottomSeparator(String). Method in class COM.Extropia.net.JavaCGIBridge
Sets the bottom separator for the object.
setDefaultThreadJavaCGIBridgeTimeOut(int). Static method in class COM.Extropia.net.JavaCGIBridge
Static method sets the default communication time out in milliseconds for the class.
setFieldSeparator(String). Method in class COM.Extropia.net.JavaCGIBridge
Sets the field separator for the object.
setRowSeparator(String). Method in class COM.Extropia.net.JavaCGIBridge
Sets the row separator for the object.
setThreadJavaCGIBridgeTimeOut(int). Method in class COM.Extropia.net.JavaCGIBridge
Sets the actual communication time out in milliseconds for the object.
setTopSeparator(String). Method in class COM.Extropia.net.JavaCGIBridge
Sets the top separator for the object.