to top
Android APIs
public class

DefaultHttpRequestFactory

extends Object
implements HttpRequestFactory
java.lang.Object
   ↳ org.apache.http.impl.DefaultHttpRequestFactory

Class Overview

Default implementation of a factory for creating request objects.

Summary

Public Constructors
DefaultHttpRequestFactory()
Public Methods
HttpRequest newHttpRequest( RequestLine requestline)
HttpRequest newHttpRequest( String method, String uri)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.http.HttpRequestFactory

Public Constructors

public DefaultHttpRequestFactory ()

Added in API level 1

Public Methods

public HttpRequest newHttpRequest (RequestLine requestline)

Added in API level 1

public HttpRequest newHttpRequest (String method, String uri)

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.