Java org.apache.http.client.methods HttpUriRequest fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.client.methods HttpUriRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.client.methods HttpUriRequest.

The text is from its open source code.

Implementation

org.apache.http.client.methods.HttpUriRequest has the following implementations.
Click this link to see all its implementation.

Method

voidabort()
Aborts execution of the request.
voidaddHeader(String str, String str2)
voidaddHeader(Header header)
booleancontainsHeader(String str)
booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
Header[]getAllHeaders()
ClassgetClass()
Returns the runtime class of this Object .
HeadergetFirstHeader(String str)
Header[]getHeaders(String str)
HeadergetLastHeader(String str)
StringgetMethod()
Returns the HTTP method this request uses, such as GET, PUT, POST, or other.
HttpParamsgetParams()
ProtocolVersiongetProtocolVersion()
RequestLinegetRequestLine()
URIgetURI()
Returns the URI this request uses, such as http://example.org/path/to/file.
inthashCode()
Returns a hash code value for the object.
HeaderIteratorheaderIterator()
booleanisAborted()
Tests if the request execution has been aborted.
voidremoveHeader(Header header)
voidremoveHeaders(String str)
voidsetHeader(String str, String str2)
voidsetHeader(Header header)
voidsetHeaders(Header[] headerArr)
voidsetParams(HttpParams httpParams)
StringtoString()
Returns a string representation of the object.