- read(File) - Static method in class com.jaunt.util.IOUtil
-
Reads the specified file and returns the content as a String.
- read(File, String) - Static method in class com.jaunt.util.IOUtil
-
Reads the specified file and returns the content as a String in the charset specified by the charsetName.
- readObj(File) - Static method in class com.jaunt.util.IOUtil
-
Reads and deserializes the content of the specified file, returning it as a Serializable Object.
- REGULAR - Static variable in class com.jaunt.Comment
-
commentType constant denoting a reglar HTML/XML comment (eg, <!-- comment -->
)
- remove(String) - Method in class com.jaunt.Cookies
-
Removes cookies for the specified (case insensitive) domain.
- remove(K) - Method in class com.jaunt.util.MultiMap
-
Removes (and returns) the List of values associated with the specified key.
- removeAllIgnoreCase(K) - Method in class com.jaunt.util.MultiMap
-
Removes all keys and their associated values for the specified key where the String representation of the key (from toString()) matches the String representation (case-insensitive) of the specified key.
- removeAttribute(String) - Method in class com.jaunt.Element
-
Removes the specified attribute or keyword.
- removeAttributes() - Method in class com.jaunt.Element
-
Removes all attributes.
- removeBasicAuthenticators(String) - Method in class com.jaunt.UserAgent
-
Removes any basic authenticators associated with the specified realmName.
- removeChild(Node) - Method in class com.jaunt.Element
-
Removes the specified Node and sets the parent property of the removed Node to null.
- removeChildren() - Method in class com.jaunt.Element
-
Removes all child nodes and sets their parent property to null.
- removeCookie(Cookie) - Method in class com.jaunt.Cookies
-
Removes the specified cookie.
- removeFilter() - Method in class com.jaunt.UserAgent
-
Deprecated.
- removeNameValuePairs(String) - Method in class com.jaunt.HttpRequest
-
Removes all values associated with the specified (case insensitive) name from the collection of name-value pairs.
- report(String) - Static method in class com.jaunt.util.IOUtil
-
Formats and prints the specified error message to System.err.
- response - Variable in class com.jaunt.UserAgent
-
The Response object generated by the most recent HTTP request.
- ResponseException - Exception in com.jaunt
-
Represents a connection error or HTTP error.
- ResponseException(String, HttpResponse, String) - Constructor for exception com.jaunt.ResponseException
-
Create a ResponseException from the specified text (error message) and Response object, which can be null (indicating an ability to make a connection).
- responseTimeout - Variable in class com.jaunt.UserAgentSettings
-
UserAgent setting indicating milliseconds to wait for a completed response (including any redirects) before throwing a ResponseException; default of 0 represents no application of a timer.