Uses of Class
org.apache.http.client.fluent.Request
-
Uses of Request in org.apache.http.client.fluent
Methods in org.apache.http.client.fluent that return RequestModifier and TypeMethodDescriptionRequest.addHeader(org.apache.http.Header header) / HTTP header operationsRequest.body(org.apache.http.HttpEntity entity) / HTTP entity operationsRequest.bodyByteArray(byte[] b) Request.bodyByteArray(byte[] b, int off, int len) Request.bodyByteArray(byte[] b, int off, int len, org.apache.http.entity.ContentType contentType) Request.bodyByteArray(byte[] b, org.apache.http.entity.ContentType contentType) Request.bodyForm(org.apache.http.NameValuePair... formParams) Request.bodyStream(InputStream inStream) Request.bodyStream(InputStream inStream, org.apache.http.entity.ContentType contentType) Request.bodyString(String s, org.apache.http.entity.ContentType contentType) Deprecated.(4.3)Request.connectTimeout(int timeout) static Requeststatic RequestRequest.elementCharset(String charset) Deprecated.(4.3)static Requeststatic Requeststatic Requeststatic Requeststatic Requeststatic Requeststatic Requeststatic Requeststatic Requeststatic Requeststatic Requeststatic RequestRequest.removeConfig(String param) Deprecated.(4.3)Request.removeHeader(org.apache.http.Header header) Request.removeHeaders(String name) Request.setCacheControl(String cacheControl) Request.setHeader(org.apache.http.Header header) Request.setHeaders(org.apache.http.Header... headers) Request.setIfModifiedSince(Date date) Request.setIfUnmodifiedSince(Date date) Request.socketTimeout(int timeout) / HTTP connection parameter operationsRequest.staleConnectionCheck(boolean b) Deprecated.(4.4)static Requeststatic RequestRequest.useExpectContinue()Request.version(org.apache.http.HttpVersion version) / HTTP protocol parameter operationsRequest.viaProxy(org.apache.http.HttpHost proxy) / HTTP connection route operationsMethods in org.apache.http.client.fluent with parameters of type Request