to top
Android APIs
public class

HttpResponseParser

extends AbstractMessageParser
java.lang.Object
   ↳ org.apache.http.impl.io.AbstractMessageParser
     ↳ org.apache.http.impl.io.HttpResponseParser

Summary

[Expand]
Inherited Fields
From class org.apache.http.impl.io.AbstractMessageParser
Public Constructors
HttpResponseParser( SessionInputBuffer buffer, LineParser parser, HttpResponseFactory responseFactory, HttpParams params)
Protected Methods
HttpMessage parseHead( SessionInputBuffer sessionBuffer)
[Expand]
Inherited Methods
From class org.apache.http.impl.io.AbstractMessageParser
From class java.lang.Object
From interface org.apache.http.io.HttpMessageParser

Public Constructors

public HttpResponseParser (SessionInputBuffer buffer, LineParser parser, HttpResponseFactory responseFactory, HttpParams params)

Added in API level 1

Protected Methods

protected HttpMessage parseHead (SessionInputBuffer sessionBuffer)

Added in API level 1
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.