Uses of Class
com.gargoylesoftware.htmlunit.WebRequest.HttpHint
-
Packages that use WebRequest.HttpHint Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of WebRequest.HttpHint in com.gargoylesoftware.htmlunit
Methods in com.gargoylesoftware.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 com.gargoylesoftware.htmlunit with parameters of type WebRequest.HttpHint Modifier and Type Method Description voidWebRequest. addHint(WebRequest.HttpHint hint)booleanWebRequest. hasHint(WebRequest.HttpHint hint)
-