Package | Description |
---|---|
org.apache.http.client |
The API for client-side HTTP communication.
|
org.apache.http.client.protocol |
Additional request and response interceptors for HTTP state and
authentication management.
|
org.apache.http.cookie |
The API for client-side state management via cookies.
|
org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client . |
org.apache.http.impl.cookie |
Default implementations for interfaces in
org.apache.http.cookie . |
Class and Description |
---|
Cookie
Cookie interface represents a token or short packet of state information
(also referred to as "magic-cookie") that the HTTP agent and the target
server can exchange to maintain a session.
|
Class and Description |
---|
CookieSpecRegistry
Cookie specification registry that can be used to obtain the corresponding
cookie specification implementation for a given type of type or version of
cookie.
|
Class and Description |
---|
Cookie
Cookie interface represents a token or short packet of state information
(also referred to as "magic-cookie") that the HTTP agent and the target
server can exchange to maintain a session.
|
CookieOrigin
CookieOrigin class encapsulates details of an origin server that
are relevant when parsing, validating or matching HTTP cookies.
|
CookieSpec
Defines the cookie management specification.
|
CookieSpecFactory
Factory for
CookieSpec implementations. |
MalformedCookieException
Signals that a cookie is in some way invalid or illegal in a given
context
|
SetCookie
This interface represents a
Set-Cookie response header sent by the
origin server to the HTTP agent in order to maintain a conversational state. |
Class and Description |
---|
Cookie
Cookie interface represents a token or short packet of state information
(also referred to as "magic-cookie") that the HTTP agent and the target
server can exchange to maintain a session.
|
CookieSpecRegistry
Cookie specification registry that can be used to obtain the corresponding
cookie specification implementation for a given type of type or version of
cookie.
|
Class and Description |
---|
ClientCookie
ClientCookie extends the standard
Cookie interface with
additional client specific functionality such ability to retrieve
original cookie attributes exactly as they were specified by the
origin server. |
Cookie
Cookie interface represents a token or short packet of state information
(also referred to as "magic-cookie") that the HTTP agent and the target
server can exchange to maintain a session.
|
CookieAttributeHandler
This interface represents a cookie attribute handler responsible
for parsing, validating, and matching a specific cookie attribute,
such as path, domain, port, etc.
|
CookieOrigin
CookieOrigin class encapsulates details of an origin server that
are relevant when parsing, validating or matching HTTP cookies.
|
CookieSpec
Defines the cookie management specification.
|
CookieSpecFactory
Factory for
CookieSpec implementations. |
MalformedCookieException
Signals that a cookie is in some way invalid or illegal in a given
context
|
SetCookie
This interface represents a
Set-Cookie response header sent by the
origin server to the HTTP agent in order to maintain a conversational state. |
SetCookie2
This interface represents a
Set-Cookie2 response header sent by the
origin server to the HTTP agent in order to maintain a conversational state. |
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.