net.groboclown.util.http.v1
Interface IHttpClientStateParser

All Known Implementing Classes:
NetscapeCookieParser

public interface IHttpClientStateParser

Parses cookies to and from the HTTP messages.

Since:
Alpha 0.9.1
Version:
Alpha 0.9.1
Author:
Matt Albrecht

Method Summary
 IHttpClientState[] parseClientStateHeaders(IHttpResponseMessage msg)
          Return the list of cookies that are contained in the headers for the message.
 

Method Detail

parseClientStateHeaders

public IHttpClientState[] parseClientStateHeaders(IHttpResponseMessage msg)
Return the list of cookies that are contained in the headers for the message. If none of them are supported, returns null. This needs to be thread safe.


Written under the LGPL