Uses of Class
org.apache.nutch.protocol.selenium.HttpResponse.Scheme
-
Packages that use HttpResponse.Scheme Package Description org.apache.nutch.protocol.selenium Protocol plugin which supports retrieving documents via Selenium. -
-
Uses of HttpResponse.Scheme in org.apache.nutch.protocol.selenium
Methods in org.apache.nutch.protocol.selenium that return HttpResponse.Scheme Modifier and Type Method Description static HttpResponse.Scheme
HttpResponse.Scheme. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpResponse.Scheme[]
HttpResponse.Scheme. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-