http HttpBean Bean for supported HTTP parameters. package org.apache.maven.doxia.linkcheck HttpBean Http bean to encapsulate the supported HTTP parameters. @see org.apache.commons.httpclient.HttpMethod 1.0.0 method
HTTP GET
The HTTP GET method is defined in section 9.3 of RFC2616:
The GET method means retrieve whatever information (in the form of an entity) is identified by the Request-URI.
HTTP HEAD
The HTTP HEAD method is defined in section 9.4 of RFC2616:
The HEAD method is identical to GET except that the server MUST NOT return a message-body in the response.
]]>
1.0.0 true String head
followRedirects false otherwise.]]> 1.0.0 true boolean proxyHost The proxy host. 1.0.0 true String proxyPort The proxy port. 1.0.0 true int 0 proxyUser The proxy user. 1.0.0 true String proxyPassword The proxy password. 1.0.0 true String proxyNtlmHost The proxy NTLM (NT Lan Manager) host. 1.0.0 true String proxyNtlmDomain The proxy NTLM (NT Lan Manager) domain. 1.0.0 true String timeout The timeout to be used. A value of zero means the timeout is not used. Default value is 2000. 1.0.0 true int 2000
1.0.0