A B C D E F G H N O P R S T U V

A

abort() - Method in class org.apache.http.client.fluent.Request
 
add(String, String) - Method in class org.apache.http.client.fluent.Form
 
addHeader(Header) - Method in class org.apache.http.client.fluent.Request
 
addHeader(String, String) - Method in class org.apache.http.client.fluent.Request
 
asBytes() - Method in class org.apache.http.client.fluent.Content
 
asStream() - Method in class org.apache.http.client.fluent.Content
 
asString() - Method in class org.apache.http.client.fluent.Content
 
asString(Charset) - Method in class org.apache.http.client.fluent.Content
 
Async - Class in org.apache.http.client.fluent
 
auth(AuthScope, Credentials) - Method in class org.apache.http.client.fluent.Executor
 
auth(HttpHost, Credentials) - Method in class org.apache.http.client.fluent.Executor
 
auth(String, Credentials) - Method in class org.apache.http.client.fluent.Executor
 
auth(Credentials) - Method in class org.apache.http.client.fluent.Executor
 
auth(String, String) - Method in class org.apache.http.client.fluent.Executor
 
auth(String, String, String, String) - Method in class org.apache.http.client.fluent.Executor
 
auth(HttpHost, String, String) - Method in class org.apache.http.client.fluent.Executor
 
auth(HttpHost, String, String, String, String) - Method in class org.apache.http.client.fluent.Executor
 
authPreemptive(HttpHost) - Method in class org.apache.http.client.fluent.Executor
 
authPreemptive(String) - Method in class org.apache.http.client.fluent.Executor
 
authPreemptiveProxy(HttpHost) - Method in class org.apache.http.client.fluent.Executor
 
authPreemptiveProxy(String) - Method in class org.apache.http.client.fluent.Executor
 

B

body(HttpEntity) - Method in class org.apache.http.client.fluent.Request
 
bodyByteArray(byte[]) - Method in class org.apache.http.client.fluent.Request
 
bodyByteArray(byte[], ContentType) - Method in class org.apache.http.client.fluent.Request
 
bodyByteArray(byte[], int, int) - Method in class org.apache.http.client.fluent.Request
 
bodyByteArray(byte[], int, int, ContentType) - Method in class org.apache.http.client.fluent.Request
 
bodyFile(File, ContentType) - Method in class org.apache.http.client.fluent.Request
 
bodyForm(Iterable<? extends NameValuePair>, Charset) - Method in class org.apache.http.client.fluent.Request
 
bodyForm(Iterable<? extends NameValuePair>) - Method in class org.apache.http.client.fluent.Request
 
bodyForm(NameValuePair...) - Method in class org.apache.http.client.fluent.Request
 
bodyStream(InputStream) - Method in class org.apache.http.client.fluent.Request
 
bodyStream(InputStream, ContentType) - Method in class org.apache.http.client.fluent.Request
 
bodyString(String, ContentType) - Method in class org.apache.http.client.fluent.Request
 
build() - Method in class org.apache.http.client.fluent.Form
 

C

clearAuth() - Method in class org.apache.http.client.fluent.Executor
 
clearCookies() - Method in class org.apache.http.client.fluent.Executor
 
closeIdleConnections() - Static method in class org.apache.http.client.fluent.Executor
Closes all idle persistent connections used by the internal pool.
config(String, Object) - Method in class org.apache.http.client.fluent.Request
Deprecated. (4.3)
connectTimeout(int) - Method in class org.apache.http.client.fluent.Request
 
Content - Class in org.apache.http.client.fluent
This class represents arbitrary content of a specific type that can be consumed multiple times and requires no explicit deallocation.
Content(byte[], ContentType) - Constructor for class org.apache.http.client.fluent.Content
 
ContentResponseHandler - Class in org.apache.http.client.fluent
ResponseHandler implementation that converts HttpResponse messages to Content instances.
ContentResponseHandler() - Constructor for class org.apache.http.client.fluent.ContentResponseHandler
 
cookieStore(CookieStore) - Method in class org.apache.http.client.fluent.Executor
Deprecated. (4.5) Use Executor.use(CookieStore).

D

DATE_FORMAT - Static variable in class org.apache.http.client.fluent.Request
 
DATE_LOCALE - Static variable in class org.apache.http.client.fluent.Request
 
Delete(URI) - Static method in class org.apache.http.client.fluent.Request
 
Delete(String) - Static method in class org.apache.http.client.fluent.Request
 
discardContent() - Method in class org.apache.http.client.fluent.Response
Discards response content and deallocates all resources associated with it.

E

elementCharset(String) - Method in class org.apache.http.client.fluent.Request
Deprecated. (4.3)
execute(Request, ResponseHandler<T>, FutureCallback<T>) - Method in class org.apache.http.client.fluent.Async
 
execute(Request, ResponseHandler<T>) - Method in class org.apache.http.client.fluent.Async
 
execute(Request, FutureCallback<Content>) - Method in class org.apache.http.client.fluent.Async
 
execute(Request) - Method in class org.apache.http.client.fluent.Async
 
execute(Request) - Method in class org.apache.http.client.fluent.Executor
Executes the request.
execute() - Method in class org.apache.http.client.fluent.Request
 
Executor - Class in org.apache.http.client.fluent
An Executor for fluent requests.

F

Form - Class in org.apache.http.client.fluent
 
form() - Static method in class org.apache.http.client.fluent.Form
 

G

Get(URI) - Static method in class org.apache.http.client.fluent.Request
 
Get(String) - Static method in class org.apache.http.client.fluent.Request
 
getType() - Method in class org.apache.http.client.fluent.Content
 

H

handleEntity(HttpEntity) - Method in class org.apache.http.client.fluent.ContentResponseHandler
 
handleResponse(ResponseHandler<T>) - Method in class org.apache.http.client.fluent.Response
Handles the response using the specified ResponseHandler
Head(URI) - Static method in class org.apache.http.client.fluent.Request
 
Head(String) - Static method in class org.apache.http.client.fluent.Request
 

N

newInstance() - Static method in class org.apache.http.client.fluent.Async
 
newInstance() - Static method in class org.apache.http.client.fluent.Executor
 
newInstance(HttpClient) - Static method in class org.apache.http.client.fluent.Executor
 
NO_CONTENT - Static variable in class org.apache.http.client.fluent.Content
 

O

Options(URI) - Static method in class org.apache.http.client.fluent.Request
 
Options(String) - Static method in class org.apache.http.client.fluent.Request
 
org.apache.http.client.fluent - package org.apache.http.client.fluent
Simple facade APIs for HttpClient based on the concept of a fluent interface.

P

Patch(URI) - Static method in class org.apache.http.client.fluent.Request
 
Patch(String) - Static method in class org.apache.http.client.fluent.Request
 
Post(URI) - Static method in class org.apache.http.client.fluent.Request
 
Post(String) - Static method in class org.apache.http.client.fluent.Request
 
Put(URI) - Static method in class org.apache.http.client.fluent.Request
 
Put(String) - Static method in class org.apache.http.client.fluent.Request
 

R

registerScheme(Scheme) - Static method in class org.apache.http.client.fluent.Executor
Deprecated. (4.3) do not use.
removeConfig(String) - Method in class org.apache.http.client.fluent.Request
Deprecated. (4.3)
removeHeader(Header) - Method in class org.apache.http.client.fluent.Request
 
removeHeaders(String) - Method in class org.apache.http.client.fluent.Request
 
Request - Class in org.apache.http.client.fluent
 
Response - Class in org.apache.http.client.fluent
 
returnContent() - Method in class org.apache.http.client.fluent.Response
 
returnResponse() - Method in class org.apache.http.client.fluent.Response
 

S

saveContent(File) - Method in class org.apache.http.client.fluent.Response
 
setCacheControl(String) - Method in class org.apache.http.client.fluent.Request
 
setDate(Date) - Method in class org.apache.http.client.fluent.Request
 
setHeader(Header) - Method in class org.apache.http.client.fluent.Request
 
setHeader(String, String) - Method in class org.apache.http.client.fluent.Request
 
setHeaders(Header...) - Method in class org.apache.http.client.fluent.Request
 
setIfModifiedSince(Date) - Method in class org.apache.http.client.fluent.Request
 
setIfUnmodifiedSince(Date) - Method in class org.apache.http.client.fluent.Request
 
socketTimeout(int) - Method in class org.apache.http.client.fluent.Request
 
staleConnectionCheck(boolean) - Method in class org.apache.http.client.fluent.Request
Deprecated. (4.4)

T

TIME_ZONE - Static variable in class org.apache.http.client.fluent.Request
 
toString() - Method in class org.apache.http.client.fluent.Content
 
toString() - Method in class org.apache.http.client.fluent.Request
 
Trace(URI) - Static method in class org.apache.http.client.fluent.Request
 
Trace(String) - Static method in class org.apache.http.client.fluent.Request
 

U

unregisterScheme(String) - Static method in class org.apache.http.client.fluent.Executor
Deprecated. (4.3) do not use.
use(Executor) - Method in class org.apache.http.client.fluent.Async
 
use(Executor) - Method in class org.apache.http.client.fluent.Async
 
use(CredentialsProvider) - Method in class org.apache.http.client.fluent.Executor
 
use(CookieStore) - Method in class org.apache.http.client.fluent.Executor
 
useExpectContinue() - Method in class org.apache.http.client.fluent.Request
 
userAgent(String) - Method in class org.apache.http.client.fluent.Request
 

V

version(HttpVersion) - Method in class org.apache.http.client.fluent.Request
 
viaProxy(HttpHost) - Method in class org.apache.http.client.fluent.Request
 
viaProxy(String) - Method in class org.apache.http.client.fluent.Request
 

A B C D E F G H N O P R S T U V

Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.