Java org.apache.http.impl.client BasicCookieStore fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.impl.client BasicCookieStore fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.impl.client BasicCookieStore.

The text is from its open source code.

Subclass

org.apache.http.impl.client.BasicCookieStore has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidaddCookie(final Cookie cookie)
Adds an Cookie HTTP cookie , replacing any existing equivalent cookies.
voidaddCookies(final Cookie[] cookies)
Adds an array of Cookie HTTP cookies .
voidclear()
Clears all cookies.
ListgetCookies()
Returns an immutable array of Cookie cookies that this HTTP state currently contains.