- handle(UserAgent, HttpResponse, InputStream, BufferedReader) - Method in interface com.jaunt.util.Handler
-
Handle the response data by reading from either the InputStream or the BufferedReader
- handle(UserAgent, HttpResponse, InputStream, BufferedReader) - Method in class com.jaunt.util.HandlerForBinary
-
satisfies interface.
- handle(UserAgent, HttpResponse, InputStream, BufferedReader) - Method in class com.jaunt.util.HandlerForText
-
Satisfies interface.
- Handler<T> - Interface in com.jaunt.util
-
Interface for creating a content handler for handling content of a specific content-type (as opposed to having the parser handle the content).
- HandlerForBinary - Class in com.jaunt.util
-
A class for handling content as binary (eg, image data).
- HandlerForBinary() - Constructor for class com.jaunt.util.HandlerForBinary
-
- HandlerForText - Class in com.jaunt.util
-
A class for handling content as text (eg.
- HandlerForText() - Constructor for class com.jaunt.util.HandlerForText
-
- hasAttribute(String) - Method in class com.jaunt.Element
-
Tests whether the specified attribute or keyword exists.
- hasKeyword(String) - Method in class com.jaunt.Element
-
Returns a boolean value indicating whether the specified (case-insensitive) attribute is present, either as an attribute name or a keyword (ie an attribute name without an associated attribute value).
- HttpRequest - Class in com.jaunt
-
Represents an Http request.
- HttpResponse - Class in com.jaunt
-
This class encapsulates summary information of an HTTP response.