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

Class org.apache.http.impl.auth.RFC2617Scheme

The superclass changed from java.lang.Object to org.apache.http.impl.auth.AuthSchemeBase.
Removed interface org.apache.http.auth.AuthScheme.

Added Methods
void parseChallenge(CharArrayBuffer, int, int)  
 

Changed Methods
Map<String, String> getParameters() Change in return type from Map to (Map<String, String>).
Returns authentication parameters map.
boolean isProxy() Method was locally defined, but is now inherited from AuthSchemeBase. Returns true if authenticating against a proxy, false otherwise.
void processChallenge(Header) Method was locally defined, but is now inherited from AuthSchemeBase. Processes the given challenge token.
 

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