Uses of Enum Class
com.norconex.collector.http.fetch.HttpMethod
Packages that use HttpMethod
Package
Description
-
Uses of HttpMethod in com.norconex.collector.http.fetch
Methods in com.norconex.collector.http.fetch that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodReturns the enum constant of this class with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.norconex.collector.http.fetch with parameters of type HttpMethodModifier and TypeMethodDescriptionprotected abstract booleanAbstractHttpFetcher.accept(HttpMethod httpMethod) Whether the supplied HttpMethod is supported by this fetcher.booleanAbstractHttpFetcher.accept(Doc doc, HttpMethod httpMethod) booleanIHttpFetcher.accept(Doc doc, HttpMethod httpMethod) HttpFetchClient.fetch(CrawlDoc doc, HttpMethod httpMethod) IHttpFetcher.fetch(CrawlDoc doc, HttpMethod httpMethod) Performs an HTTP request for the supplied document reference and HTTP method.booleanHttpMethod.is(HttpMethod httpMethod) booleanHttpMethod.isAny(HttpMethod... httpMethods) -
Uses of HttpMethod in com.norconex.collector.http.fetch.impl
Methods in com.norconex.collector.http.fetch.impl that return types with arguments of type HttpMethodModifier and TypeMethodDescriptionGenericHttpFetcherConfig.getHttpMethods()Gets the list of HTTP methods to be accepted by this fetcher.Methods in com.norconex.collector.http.fetch.impl with parameters of type HttpMethodModifier and TypeMethodDescriptionprotected booleanGenericHttpFetcher.accept(HttpMethod httpMethod) protected booleanPhantomJSDocumentFetcher.accept(HttpMethod httpMethod) Deprecated.booleanPhantomJSDocumentFetcher.accept(Doc doc, HttpMethod httpMethod) Deprecated.GenericHttpFetcher.fetch(CrawlDoc doc, HttpMethod httpMethod) PhantomJSDocumentFetcher.fetch(CrawlDoc doc, HttpMethod httpMethod) Deprecated.Method parameters in com.norconex.collector.http.fetch.impl with type arguments of type HttpMethodModifier and TypeMethodDescriptionvoidGenericHttpFetcherConfig.setHttpMethods(List<HttpMethod> httpMethods) Sets the list of HTTP methods to be accepted by this fetcher. -
Uses of HttpMethod in com.norconex.collector.http.fetch.impl.webdriver
Methods in com.norconex.collector.http.fetch.impl.webdriver with parameters of type HttpMethodModifier and TypeMethodDescriptionprotected booleanWebDriverHttpFetcher.accept(HttpMethod httpMethod) WebDriverHttpFetcher.fetch(CrawlDoc doc, HttpMethod httpMethod) -
Uses of HttpMethod in com.norconex.collector.http.fetch.util
Methods in com.norconex.collector.http.fetch.util with parameters of type HttpMethodModifier and TypeMethodDescriptionstatic org.apache.http.client.methods.HttpRequestBaseApacheHttpUtil.createUriRequest(String url, HttpMethod method) Creates an HTTP request.