Uses of Class
org.htmlunit.WebRequest.HttpHint
-
Packages that use WebRequest.HttpHint Package Description org.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of WebRequest.HttpHint in org.htmlunit
Methods in org.htmlunit that return WebRequest.HttpHint Modifier and Type Method Description static WebRequest.HttpHintWebRequest.HttpHint. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WebRequest.HttpHint[]WebRequest.HttpHint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.htmlunit with parameters of type WebRequest.HttpHint Modifier and Type Method Description voidWebRequest. addHint(WebRequest.HttpHint hint)booleanWebRequest. hasHint(WebRequest.HttpHint hint)
-