Uses of Class
org.htmlunit.WebRequest.HttpHint
-
Packages that use WebRequest.HttpHint Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of WebRequest.HttpHint in org.htmlunit
Fields in org.htmlunit with type parameters of type WebRequest.HttpHint Modifier and Type Field Description private java.util.Set<WebRequest.HttpHint>
WebRequest. httpHints_
Methods in org.htmlunit that return WebRequest.HttpHint Modifier and Type Method Description static WebRequest.HttpHint
WebRequest.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 void
WebRequest. addHint(WebRequest.HttpHint hint)
boolean
WebRequest. hasHint(WebRequest.HttpHint hint)
-