HTTPCLIENT-1057: Fixed wrong class name in the HttpClient tutorial
Contributed by Neeme Praks <neeme at apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1070947 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c3c7ba214d
commit
d2670af7dc
|
@ -297,7 +297,7 @@ httpclient.getParams().setParameter(
|
|||
<para>HttpClient can work with any physical representation of a persistent cookie store that
|
||||
implements the <interfacename>CookieStore</interfacename> interface. The default
|
||||
<interfacename>CookieStore</interfacename> implementation called
|
||||
<classname>BasicClientCookie</classname> is a simple implementation backed by a
|
||||
<classname>BasicCookieStore</classname> is a simple implementation backed by a
|
||||
<classname>java.util.ArrayList</classname>. Cookies stored in an
|
||||
<classname>BasicClientCookie</classname> object are lost when the container object
|
||||
get garbage collected. Users can provide more complex implementations if
|
||||
|
|
Loading…
Reference in New Issue