Org.Apache.Http.Cookies Namespace

Remarks

The API for client-side state management via cookies, commonly referred to as HttpCookie.

Classes

TypeReason
ClientCookieClientCookie extends the standard Org.Apache.Http.Cookies.ICookie interface with additional client specific functionality such ability to retrieve original cookie attributes exactly as they were specified by the origin server.
ClientCookieConstsDocumentation for this section has not yet been entered.
CookieOriginCookieOrigin class incapsulates details of an origin server that are relevant when parsing, validating or matching HTTP cookies.
CookieSpecRegistryCookie specification registry that can be used to obtain the corresponding cookie specification implementation for a given type of type or version of cookie.
IClientCookieClientCookie extends the standard Org.Apache.Http.Cookies.ICookie interface with additional client specific functionality such ability to retrieve original cookie attributes exactly as they were specified by the origin server.
ICookieHTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session.
ICookieAttributeHandlerThs interface represents a cookie attribute handler responsible for parsing, validating, and matching a specific cookie attribute, such as path, domain, port, etc.
ICookieSpecDefines the cookie management specification.
ICookieSpecFactory [Android Documentation]
ISetCookieThis interface represents a SetCookie response header sent by the origin server to the HTTP agent in order to maintain a conversational state.
ISetCookie2This interface represents a SetCookie2 response header sent by the origin server to the HTTP agent in order to maintain a conversational state.
MalformedCookieExceptionSignals that a cookie is in some way invalid or illegal in a given context
SMConstants and static helpers related to the HTTP state management.
SMConstsDocumentation for this section has not yet been entered.