Uses of Enum Class
org.apache.nutch.protocol.htmlunit.HttpResponse.Scheme
Packages that use HttpResponse.Scheme
Package
Description
Protocol plugin which supports retrieving documents via HTTP/HTTPS using
Selenium and the
HtmlUnitDriver web
driver for the for the
HtmlUnit headless browser.
-
Uses of HttpResponse.Scheme in org.apache.nutch.protocol.htmlunit
Methods in org.apache.nutch.protocol.htmlunit that return HttpResponse.SchemeModifier and TypeMethodDescriptionstatic HttpResponse.SchemeReturns the enum constant of this class with the specified name.static HttpResponse.Scheme[]HttpResponse.Scheme.values()Returns an array containing the constants of this enum class, in the order they are declared.