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

A

add(String, String) - Method in class org.apache.hc.client5.http.fluent.Form
 
addHeader(Header) - Method in class org.apache.hc.client5.http.fluent.Request
 
addHeader(String, String) - Method in class org.apache.hc.client5.http.fluent.Request
 
asBytes() - Method in class org.apache.hc.client5.http.fluent.Content
 
asStream() - Method in class org.apache.hc.client5.http.fluent.Content
 
asString() - Method in class org.apache.hc.client5.http.fluent.Content
 
asString(Charset) - Method in class org.apache.hc.client5.http.fluent.Content
 
Async - Class in org.apache.hc.client5.http.fluent
Asynchronous executor for Requests.
auth(AuthScope, Credentials) - Method in class org.apache.hc.client5.http.fluent.Executor
 
auth(HttpHost, Credentials) - Method in class org.apache.hc.client5.http.fluent.Executor
 
auth(String, Credentials) - Method in class org.apache.hc.client5.http.fluent.Executor
 
auth(HttpHost, String, char[]) - Method in class org.apache.hc.client5.http.fluent.Executor
 
auth(HttpHost, String, char[], String, String) - Method in class org.apache.hc.client5.http.fluent.Executor
 
authPreemptive(HttpHost) - Method in class org.apache.hc.client5.http.fluent.Executor
 
authPreemptive(String) - Method in class org.apache.hc.client5.http.fluent.Executor
 
authPreemptiveProxy(HttpHost) - Method in class org.apache.hc.client5.http.fluent.Executor
 
authPreemptiveProxy(String) - Method in class org.apache.hc.client5.http.fluent.Executor
 

B

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

C

clearAuth() - Method in class org.apache.hc.client5.http.fluent.Executor
 
clearCookies() - Method in class org.apache.hc.client5.http.fluent.Executor
 
connectTimeout(Timeout) - Method in class org.apache.hc.client5.http.fluent.Request
 
Content - Class in org.apache.hc.client5.http.fluent
This class represents arbitrary content of a specific type that can be consumed multiple times and requires no explicit deallocation used by the fluent facade.
Content(byte[], ContentType) - Constructor for class org.apache.hc.client5.http.fluent.Content
 
ContentResponseHandler - Class in org.apache.hc.client5.http.fluent
HttpClientResponseHandler implementation that converts HttpResponse messages to Content instances.
ContentResponseHandler() - Constructor for class org.apache.hc.client5.http.fluent.ContentResponseHandler
 
create(Method, URI) - Static method in class org.apache.hc.client5.http.fluent.Request
 
create(String, String) - Static method in class org.apache.hc.client5.http.fluent.Request
 
create(String, URI) - Static method in class org.apache.hc.client5.http.fluent.Request
 

D

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

E

execute(Request, HttpClientResponseHandler<T>, FutureCallback<T>) - Method in class org.apache.hc.client5.http.fluent.Async
 
execute(Request, HttpClientResponseHandler<T>) - Method in class org.apache.hc.client5.http.fluent.Async
 
execute(Request, FutureCallback<Content>) - Method in class org.apache.hc.client5.http.fluent.Async
 
execute(Request) - Method in class org.apache.hc.client5.http.fluent.Async
 
execute(Request) - Method in class org.apache.hc.client5.http.fluent.Executor
Executes the request.
execute() - Method in class org.apache.hc.client5.http.fluent.Request
 
execute(CloseableHttpClient) - Method in class org.apache.hc.client5.http.fluent.Request
 
Executor - Class in org.apache.hc.client5.http.fluent
Executor for Requests.

F

Form - Class in org.apache.hc.client5.http.fluent
HTTP form used by the fluent facade.
form() - Static method in class org.apache.hc.client5.http.fluent.Form
 

G

get(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
 
get(String) - Static method in class org.apache.hc.client5.http.fluent.Request
 
getType() - Method in class org.apache.hc.client5.http.fluent.Content
 

H

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

N

newInstance() - Static method in class org.apache.hc.client5.http.fluent.Async
 
newInstance() - Static method in class org.apache.hc.client5.http.fluent.Executor
 
newInstance(CloseableHttpClient) - Static method in class org.apache.hc.client5.http.fluent.Executor
 
NO_CONTENT - Static variable in class org.apache.hc.client5.http.fluent.Content
 

O

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

P

patch(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
 
patch(String) - Static method in class org.apache.hc.client5.http.fluent.Request
 
post(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
 
post(String) - Static method in class org.apache.hc.client5.http.fluent.Request
 
put(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
 
put(String) - Static method in class org.apache.hc.client5.http.fluent.Request
 

R

removeHeader(Header) - Method in class org.apache.hc.client5.http.fluent.Request
 
removeHeaders(String) - Method in class org.apache.hc.client5.http.fluent.Request
 
Request - Class in org.apache.hc.client5.http.fluent
HTTP request used by the fluent facade.
Response - Class in org.apache.hc.client5.http.fluent
HTTP response used by the fluent facade.
responseTimeout(Timeout) - Method in class org.apache.hc.client5.http.fluent.Request
 
returnContent() - Method in class org.apache.hc.client5.http.fluent.Response
 
returnResponse() - Method in class org.apache.hc.client5.http.fluent.Response
 

S

saveContent(File) - Method in class org.apache.hc.client5.http.fluent.Response
 
setCacheControl(String) - Method in class org.apache.hc.client5.http.fluent.Request
 
setDate(Date) - Method in class org.apache.hc.client5.http.fluent.Request
 
setHeader(Header) - Method in class org.apache.hc.client5.http.fluent.Request
 
setHeader(String, String) - Method in class org.apache.hc.client5.http.fluent.Request
 
setHeaders(Header...) - Method in class org.apache.hc.client5.http.fluent.Request
 
setIfModifiedSince(Date) - Method in class org.apache.hc.client5.http.fluent.Request
 
setIfUnmodifiedSince(Date) - Method in class org.apache.hc.client5.http.fluent.Request
 

T

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

U

use(Executor) - Method in class org.apache.hc.client5.http.fluent.Async
 
use(Executor) - Method in class org.apache.hc.client5.http.fluent.Async
 
use(CredentialsStore) - Method in class org.apache.hc.client5.http.fluent.Executor
 
use(CookieStore) - Method in class org.apache.hc.client5.http.fluent.Executor
 
useExpectContinue() - Method in class org.apache.hc.client5.http.fluent.Request
 
userAgent(String) - Method in class org.apache.hc.client5.http.fluent.Request
 

V

version(HttpVersion) - Method in class org.apache.hc.client5.http.fluent.Request
 
viaProxy(HttpHost) - Method in class org.apache.hc.client5.http.fluent.Request
 
viaProxy(String) - Method in class org.apache.hc.client5.http.fluent.Request
 
A B C D E F G H N O P R S T U V 

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