API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Interface org.apache.http.cookie.CookieSpec

Changed Methods
List<Header> formatCookies(List<Cookie>) Change in return type from Header[] to List<Header>.
Change in signature from Cookie[] to List<Cookie>.
Create "Cookie" headers for an array of Cookies.
List<Cookie> parse(Header, CookieOrigin) Change in return type from Cookie[] to List<Cookie>.
Parse the "Set-Cookie" Header into an array of Cookies.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff