- make(short, String, short, MultiMap<String, String>, MultiMap<String, File>, String, Map<String, String>) - Static method in class com.jaunt.HttpRequest
-
Creates and returns an HTTP request.
- makeDELETE(String, Map<String, String>) - Static method in class com.jaunt.HttpRequest
-
Creates and returns a DELETE HttpRequest.
- makeDELETE(String) - Static method in class com.jaunt.HttpRequest
-
Creates and returns a DELETE HttpRequest.
- makeGET(String, MultiMap<String, String>, Map<String, String>) - Static method in class com.jaunt.HttpRequest
-
Creates and returns a GET HttpRequest.
- makeGET(String) - Static method in class com.jaunt.HttpRequest
-
Creates and returns a GET HttpRequest.
- makeHEAD(String, Map<String, String>) - Static method in class com.jaunt.HttpRequest
-
Creates and returns a HEAD HttpRequest.
- makeHEAD(String) - Static method in class com.jaunt.HttpRequest
-
Creates and returns a HEAD HttpRequest.
- makePOST(String, short, MultiMap<String, String>, MultiMap<String, File>, Map<String, String>) - Static method in class com.jaunt.HttpRequest
-
Creates and returns a POST HttpRequest.
- makePOST(String, MultiMap<String, String>) - Static method in class com.jaunt.HttpRequest
-
Creates and returns a POST HttpRequest.
- makePUT(String, String, Map<String, String>) - Static method in class com.jaunt.HttpRequest
-
Creates and returns a PUT HttpRequest.
- makePUT(String, String) - Static method in class com.jaunt.HttpRequest
-
Creates and returns a PUT HttpRequest.
- maxBytes - Variable in class com.jaunt.UserAgentSettings
-
UserAgent setting indicating the maximum number of bytes of response content processed by the parser, after which point no further content is parsed; the value -1 indicates no limit; in cases where the resultant Document is truncated as a result of this setting, the flag Document.truncated is set to true.
- maxRedirects - Variable in class com.jaunt.UserAgentSettings
-
UserAgent setting indicating the maximum number of consecutive redirects to attempt before failing.
- methodToString(short) - Static method in class com.jaunt.HttpRequest
-
Returns a String representation of the specified method constant.
- MultiMap<K,V> - Class in com.jaunt.util
-
A Map-like container that associates each key with one or more values.
- MultiMap() - Constructor for class com.jaunt.util.MultiMap
-
Creates a new, empty MultiMap.
- MultiMap(int) - Constructor for class com.jaunt.util.MultiMap
-
Creates a new, empty MultiMap with the specified initial capacity
- MultiMap(int, int) - Constructor for class com.jaunt.util.MultiMap
-
- MultipleFound - Exception in com.jaunt
-
Represents an error caused by an finding multiple search results where only one was expected.
- MultipleFound(String) - Constructor for exception com.jaunt.MultipleFound
-
Creates a new Exception with the specified error message.