Uses of Enum Class
com.norconex.crawler.web.fetch.HttpMethod
Packages that use HttpMethod
Package
Description
-
Uses of HttpMethod in com.norconex.crawler.web.fetch
Methods in com.norconex.crawler.web.fetch that return HttpMethodModifier and TypeMethodDescription@NonNull HttpMethodWebFetchRequest.getMethod()static 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.crawler.web.fetch with parameters of type HttpMethodModifier and TypeMethodDescriptionbooleanHttpMethod.is(HttpMethod httpMethod) booleanHttpMethod.isAny(HttpMethod... httpMethods) Constructors in com.norconex.crawler.web.fetch with parameters of type HttpMethod -
Uses of HttpMethod in com.norconex.crawler.web.fetch.impl.httpclient
Methods in com.norconex.crawler.web.fetch.impl.httpclient that return types with arguments of type HttpMethodModifier and TypeMethodDescriptionHttpClientFetcherConfig.getHttpMethods()Gets the list of HTTP methods to be accepted by this fetcher.Method parameters in com.norconex.crawler.web.fetch.impl.httpclient with type arguments of type HttpMethodModifier and TypeMethodDescriptionHttpClientFetcherConfig.setHttpMethods(List<HttpMethod> httpMethods) Sets the list of HTTP methods to be accepted by this fetcher. -
Uses of HttpMethod in com.norconex.crawler.web.fetch.util
Methods in com.norconex.crawler.web.fetch.util with parameters of type HttpMethodModifier and TypeMethodDescriptionstatic org.apache.hc.client5.http.classic.methods.HttpUriRequestBaseApacheHttpUtil.createUriRequest(String url, HttpMethod method) Creates an HTTP request.