The method `getCookieStore()` in Java's `org.apache.http.impl.client.DefaultHttpClient` class is used to retrieve the cookie store associated with the current HttpClient object. The cookie store contains all the cookies received and sent by the HttpClient during multiple requests. This method allows accessing the stored cookies for further processing or analysis.
Java DefaultHttpClient.getCookieStore - 30 examples found. These are the top rated real world Java examples of org.apache.http.impl.client.DefaultHttpClient.getCookieStore extracted from open source projects. You can rate examples to help us improve the quality of examples.