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.message.LineParser

Changed Methods
boolean hasProtocolVersion(CharArrayBuffer, ParserCursor) Change in signature from (CharArrayBuffer, int) to (CharArrayBuffer, ParserCursor).
Checks whether there likely is a protocol version in a line.
ProtocolVersion parseProtocolVersion(CharArrayBuffer, ParserCursor) Change in signature from (CharArrayBuffer, int, int) to (CharArrayBuffer, ParserCursor).
Parses the textual representation of a protocol version.
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).
Parses a status line.
 

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