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

Class org.apache.http.message.BasicLineParser

Removed Methods
HeaderValueParser getHeaderValueParser() Obtains the header value parser to use.
 

Changed Methods
boolean hasProtocolVersion(CharArrayBuffer, ParserCursor) Change in signature from (CharArrayBuffer, int) to (CharArrayBuffer, ParserCursor).
 
void skipWhitespace(CharArrayBuffer, ParserCursor) Change in return type from int to void.
Change in signature from (CharArrayBuffer, int) to (CharArrayBuffer, ParserCursor).
Helper to skip whitespace.
ProtocolVersion parseProtocolVersion(CharArrayBuffer, ParserCursor) Change in signature from (CharArrayBuffer, int, int) to (CharArrayBuffer, ParserCursor).
 
RequestLine parseRequestLine(CharArrayBuffer, ParserCursor) Change in signature from (CharArrayBuffer, int, int) to (CharArrayBuffer, ParserCursor).
Parses a request line.
StatusLine parseStatusLine(CharArrayBuffer, ParserCursor) Change in signature from (CharArrayBuffer, int, int) to (CharArrayBuffer, ParserCursor).
 
 

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