Uses of Class
com.norconex.collector.http.fetch.HttpMethod
-
Packages that use HttpMethod Package Description com.norconex.collector.http.fetch com.norconex.collector.http.fetch.impl com.norconex.collector.http.fetch.impl.webdriver com.norconex.collector.http.fetch.util -
-
Uses of HttpMethod in com.norconex.collector.http.fetch
Methods in com.norconex.collector.http.fetch that return HttpMethod Modifier and Type Method Description static HttpMethodHttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.norconex.collector.http.fetch with parameters of type HttpMethod Modifier and Type Method Description protected 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)IHttpFetchResponseHttpFetchClient. fetch(CrawlDoc doc, HttpMethod httpMethod)IHttpFetchResponseIHttpFetcher. 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 HttpMethod Modifier and Type Method Description List<HttpMethod>GenericHttpFetcherConfig. 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 HttpMethod Modifier and Type Method Description protected booleanGenericHttpFetcher. accept(HttpMethod httpMethod)protected booleanPhantomJSDocumentFetcher. accept(HttpMethod httpMethod)Deprecated.booleanPhantomJSDocumentFetcher. accept(Doc doc, HttpMethod httpMethod)Deprecated.IHttpFetchResponseGenericHttpFetcher. fetch(CrawlDoc doc, HttpMethod httpMethod)IHttpFetchResponsePhantomJSDocumentFetcher. fetch(CrawlDoc doc, HttpMethod httpMethod)Deprecated.Method parameters in com.norconex.collector.http.fetch.impl with type arguments of type HttpMethod Modifier and Type Method Description voidGenericHttpFetcherConfig. 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 HttpMethod Modifier and Type Method Description protected booleanWebDriverHttpFetcher. accept(HttpMethod httpMethod)IHttpFetchResponseWebDriverHttpFetcher. 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 HttpMethod Modifier and Type Method Description static org.apache.http.client.methods.HttpRequestBaseApacheHttpUtil. createUriRequest(String url, HttpMethod method)Creates an HTTP request.
-