Skip navigation links
A B C D E F G H I J M O P Q R S T U V W 

A

add(String, String) - Method in class io.github.openunirest.http.Headers
 
asBinary() - Method in class io.github.openunirest.request.BaseRequest
 
asBinaryAsync() - Method in class io.github.openunirest.request.BaseRequest
 
asBinaryAsync(Callback<InputStream>) - Method in class io.github.openunirest.request.BaseRequest
 
asJson() - Method in class io.github.openunirest.request.BaseRequest
 
asJsonAsync() - Method in class io.github.openunirest.request.BaseRequest
 
asJsonAsync(Callback<JsonNode>) - Method in class io.github.openunirest.request.BaseRequest
 
asObject(Class<? extends T>) - Method in class io.github.openunirest.request.BaseRequest
 
asObjectAsync(Class<? extends T>) - Method in class io.github.openunirest.request.BaseRequest
 
asObjectAsync(Class<? extends T>, Callback<T>) - Method in class io.github.openunirest.request.BaseRequest
 
asString() - Method in class io.github.openunirest.request.BaseRequest
 
asStringAsync() - Method in class io.github.openunirest.request.BaseRequest
 
asStringAsync(Callback<String>) - Method in class io.github.openunirest.request.BaseRequest
 
AsyncIdleConnectionMonitorThread - Class in io.github.openunirest.http.async.utils
 
AsyncIdleConnectionMonitorThread(PoolingNHttpClientConnectionManager) - Constructor for class io.github.openunirest.http.async.utils.AsyncIdleConnectionMonitorThread
 

B

BaseRequest - Class in io.github.openunirest.request
 
BaseRequest(HttpRequest) - Constructor for class io.github.openunirest.request.BaseRequest
 
BaseRequest() - Constructor for class io.github.openunirest.request.BaseRequest
 
basicAuth(String, String) - Method in class io.github.openunirest.request.body.MultipartBody
 
basicAuth(String, String) - Method in class io.github.openunirest.request.GetRequest
 
basicAuth(String, String) - Method in class io.github.openunirest.request.HttpRequest
 
basicAuth(String, String) - Method in class io.github.openunirest.request.HttpRequestWithBody
 
Body - Interface in io.github.openunirest.request.body
 
body(byte[]) - Method in class io.github.openunirest.request.body.RawBody
 
body(String) - Method in class io.github.openunirest.request.body.RequestBodyEntity
 
body(JsonNode) - Method in class io.github.openunirest.request.body.RequestBodyEntity
 
body - Variable in class io.github.openunirest.request.HttpRequest
 
body(JsonNode) - Method in class io.github.openunirest.request.HttpRequestWithBody
 
body(String) - Method in class io.github.openunirest.request.HttpRequestWithBody
 
body(Object) - Method in class io.github.openunirest.request.HttpRequestWithBody
 
body(byte[]) - Method in class io.github.openunirest.request.HttpRequestWithBody
 
body(JSONObject) - Method in class io.github.openunirest.request.HttpRequestWithBody
Sugar method for body operation
body(JSONArray) - Method in class io.github.openunirest.request.HttpRequestWithBody
Sugar method for body operation
BodyData<T> - Class in io.github.openunirest.http
Deprecated.

C

Callback<T> - Interface in io.github.openunirest.http.async
 
CallbackFuture - Class in io.github.openunirest.http.async
 
CallbackFuture() - Constructor for class io.github.openunirest.http.async.CallbackFuture
 
cancelled() - Method in interface io.github.openunirest.http.async.Callback
 
clearDefaultHeaders() - Static method in class io.github.openunirest.http.Unirest
Clear default headers
ClientFactory - Class in io.github.openunirest.http.utils
 
ClientFactory() - Constructor for class io.github.openunirest.http.utils.ClientFactory
 
completed(HttpResponse<T>) - Method in interface io.github.openunirest.http.async.Callback
 
CONNECTION_TIMEOUT - Static variable in class io.github.openunirest.http.options.Options
 
customClientSet() - Static method in class io.github.openunirest.http.options.Options
 

D

delete(String) - Static method in class io.github.openunirest.http.Unirest
 

E

encode(String) - Static method in class io.github.openunirest.http.utils.URLParamEncoder
 

F

failed(UnirestException) - Method in interface io.github.openunirest.http.async.Callback
 
field(String, String) - Method in class io.github.openunirest.request.body.MultipartBody
 
field(String, String, String) - Method in class io.github.openunirest.request.body.MultipartBody
 
field(String, Collection<?>) - Method in class io.github.openunirest.request.body.MultipartBody
 
field(String, Object) - Method in class io.github.openunirest.request.body.MultipartBody
 
field(String, Object, boolean) - Method in class io.github.openunirest.request.body.MultipartBody
 
field(String, Object, boolean, String) - Method in class io.github.openunirest.request.body.MultipartBody
 
field(String, File) - Method in class io.github.openunirest.request.body.MultipartBody
 
field(String, File, String) - Method in class io.github.openunirest.request.body.MultipartBody
 
field(String, InputStream, ContentType, String) - Method in class io.github.openunirest.request.body.MultipartBody
 
field(String, InputStream, String) - Method in class io.github.openunirest.request.body.MultipartBody
 
field(String, byte[], ContentType, String) - Method in class io.github.openunirest.request.body.MultipartBody
 
field(String, byte[], String) - Method in class io.github.openunirest.request.body.MultipartBody
 
field(String, Collection<?>) - Method in class io.github.openunirest.request.HttpRequestWithBody
 
field(String, Object) - Method in class io.github.openunirest.request.HttpRequestWithBody
 
field(String, File) - Method in class io.github.openunirest.request.HttpRequestWithBody
 
field(String, Object, String) - Method in class io.github.openunirest.request.HttpRequestWithBody
 
field(String, File, String) - Method in class io.github.openunirest.request.HttpRequestWithBody
 
field(String, InputStream, ContentType, String) - Method in class io.github.openunirest.request.HttpRequestWithBody
 
field(String, InputStream, String) - Method in class io.github.openunirest.request.HttpRequestWithBody
 
fields(Map<String, Object>) - Method in class io.github.openunirest.request.HttpRequestWithBody
 
from(HttpEntity, Function<BodyData<T>, T>) - Static method in class io.github.openunirest.http.BodyData
Deprecated.
 

G

get(String) - Static method in class io.github.openunirest.http.Unirest
 
getArray() - Method in class io.github.openunirest.http.JsonNode
 
getAsyncHttpClient() - Static method in class io.github.openunirest.http.utils.ClientFactory
 
getBody() - Method in class io.github.openunirest.http.HttpResponse
 
getBody() - Method in class io.github.openunirest.request.body.RawBody
 
getBody() - Method in class io.github.openunirest.request.body.RequestBodyEntity
 
getBody() - Method in class io.github.openunirest.request.HttpRequest
 
getBytes(InputStream) - Static method in class io.github.openunirest.http.utils.ResponseUtils
 
getCharset() - Method in class io.github.openunirest.http.BodyData
Deprecated.
 
getCharSet(HttpEntity) - Static method in class io.github.openunirest.http.utils.ResponseUtils
 
getCharsetFromContentType(String) - Static method in class io.github.openunirest.http.utils.ResponseUtils
Parse out a charset from a content type header.
getEntity() - Method in interface io.github.openunirest.request.body.Body
 
getEntity() - Method in class io.github.openunirest.request.body.MultipartBody
 
getEntity() - Method in class io.github.openunirest.request.body.RawBody
 
getEntity() - Method in class io.github.openunirest.request.body.RequestBodyEntity
 
getFirst(Object) - Method in class io.github.openunirest.http.Headers
 
getHeaders() - Method in class io.github.openunirest.http.HttpResponse
 
getHeaders() - Method in class io.github.openunirest.request.HttpRequest
 
getHttpClient() - Static method in class io.github.openunirest.http.utils.ClientFactory
 
getHttpMethod() - Method in class io.github.openunirest.request.HttpRequest
 
getHttpRequest() - Method in class io.github.openunirest.request.BaseRequest
 
getList(Map<String, List<Object>>) - Static method in class io.github.openunirest.http.utils.MapUtil
 
getMethod() - Method in class io.github.openunirest.request.HttpDeleteWithBody
 
getObject() - Method in class io.github.openunirest.http.JsonNode
 
getOption(Option) - Static method in class io.github.openunirest.http.options.Options
 
getParseEx() - Method in class io.github.openunirest.http.BodyData
Deprecated.
 
getParsingError() - Method in class io.github.openunirest.http.HttpResponse
 
getRawBody() - Method in class io.github.openunirest.http.HttpResponse
 
getRawBody(HttpEntity) - Static method in class io.github.openunirest.http.utils.ResponseUtils
 
getRawBytes() - Method in class io.github.openunirest.http.BodyData
Deprecated.
 
getRawInput() - Method in class io.github.openunirest.http.BodyData
Deprecated.
 
GetRequest - Class in io.github.openunirest.request
 
GetRequest(HttpMethod, String) - Constructor for class io.github.openunirest.request.GetRequest
 
getStatus() - Method in class io.github.openunirest.http.HttpResponse
 
getStatusText() - Method in class io.github.openunirest.http.HttpResponse
 
getTransFormedBody() - Method in class io.github.openunirest.http.BodyData
Deprecated.
 
getUrl() - Method in class io.github.openunirest.request.HttpRequest
 

H

head(String) - Static method in class io.github.openunirest.http.Unirest
 
header(String, String) - Method in class io.github.openunirest.request.GetRequest
 
header(String, String) - Method in class io.github.openunirest.request.HttpRequest
 
header(String, String) - Method in class io.github.openunirest.request.HttpRequestWithBody
 
Headers - Class in io.github.openunirest.http
 
Headers() - Constructor for class io.github.openunirest.http.Headers
 
Headers(Header[]) - Constructor for class io.github.openunirest.http.Headers
 
headers(Map<String, String>) - Method in class io.github.openunirest.request.GetRequest
 
headers(Map<String, String>) - Method in class io.github.openunirest.request.HttpRequest
 
headers(Map<String, String>) - Method in class io.github.openunirest.request.HttpRequestWithBody
 
HttpDeleteWithBody - Class in io.github.openunirest.request
 
HttpDeleteWithBody(String) - Constructor for class io.github.openunirest.request.HttpDeleteWithBody
 
HttpDeleteWithBody(URI) - Constructor for class io.github.openunirest.request.HttpDeleteWithBody
 
HttpDeleteWithBody() - Constructor for class io.github.openunirest.request.HttpDeleteWithBody
 
HttpMethod - Enum in io.github.openunirest.http
 
httpRequest - Variable in class io.github.openunirest.request.BaseRequest
 
HttpRequest - Class in io.github.openunirest.request
 
HttpRequest(HttpMethod, String) - Constructor for class io.github.openunirest.request.HttpRequest
 
HttpRequestWithBody - Class in io.github.openunirest.request
 
HttpRequestWithBody(HttpMethod, String) - Constructor for class io.github.openunirest.request.HttpRequestWithBody
 
HttpResponse<T> - Class in io.github.openunirest.http
 
HttpResponse(HttpResponse, BodyData<T>) - Constructor for class io.github.openunirest.http.HttpResponse
 
HttpResponse(HttpResponse, T, InputStream) - Constructor for class io.github.openunirest.http.HttpResponse
 

I

init() - Static method in class io.github.openunirest.http.options.Options
 
io.github.openunirest.http - package io.github.openunirest.http
 
io.github.openunirest.http.async - package io.github.openunirest.http.async
 
io.github.openunirest.http.async.utils - package io.github.openunirest.http.async.utils
 
io.github.openunirest.http.exceptions - package io.github.openunirest.http.exceptions
 
io.github.openunirest.http.options - package io.github.openunirest.http.options
 
io.github.openunirest.http.utils - package io.github.openunirest.http.utils
 
io.github.openunirest.request - package io.github.openunirest.request
 
io.github.openunirest.request.body - package io.github.openunirest.request.body
 
isArray() - Method in class io.github.openunirest.http.JsonNode
 
isGzipped(Header) - Static method in class io.github.openunirest.http.utils.ResponseUtils
 

J

JsonNode - Class in io.github.openunirest.http
 
JsonNode(String) - Constructor for class io.github.openunirest.http.JsonNode
 

M

mapBody(Function<T, V>) - Method in class io.github.openunirest.http.HttpResponse
 
mapRawBody(Function<InputStream, V>) - Method in class io.github.openunirest.http.HttpResponse
 
MapUtil - Class in io.github.openunirest.http.utils
 
MapUtil() - Constructor for class io.github.openunirest.http.utils.MapUtil
 
MAX_PER_ROUTE - Static variable in class io.github.openunirest.http.options.Options
 
MAX_TOTAL - Static variable in class io.github.openunirest.http.options.Options
 
METHOD_NAME - Static variable in class io.github.openunirest.request.HttpDeleteWithBody
 
mode(String) - Method in class io.github.openunirest.request.body.MultipartBody
 
MultipartBody - Class in io.github.openunirest.request.body
 
MultipartBody(HttpRequest) - Constructor for class io.github.openunirest.request.body.MultipartBody
 

O

ObjectMapper - Interface in io.github.openunirest.http
 
Option - Enum in io.github.openunirest.http.options
 
Options - Class in io.github.openunirest.http.options
 
Options() - Constructor for class io.github.openunirest.http.options.Options
 
options(String) - Static method in class io.github.openunirest.http.Unirest
 

P

patch(String) - Static method in class io.github.openunirest.http.Unirest
 
post(String) - Static method in class io.github.openunirest.http.Unirest
 
put(String) - Static method in class io.github.openunirest.http.Unirest
 

Q

queryString(String, Collection<?>) - Method in class io.github.openunirest.request.HttpRequest
 
queryString(String, Object) - Method in class io.github.openunirest.request.HttpRequest
 
queryString(Map<String, Object>) - Method in class io.github.openunirest.request.HttpRequest
 
queryString(Map<String, Object>) - Method in class io.github.openunirest.request.HttpRequestWithBody
 
queryString(String, Object) - Method in class io.github.openunirest.request.HttpRequestWithBody
 

R

RawBody - Class in io.github.openunirest.request.body
 
RawBody(HttpRequest) - Constructor for class io.github.openunirest.request.body.RawBody
 
readValue(String, Class<T>) - Method in interface io.github.openunirest.http.ObjectMapper
 
refresh() - Static method in class io.github.openunirest.http.options.Options
 
removeOption(Option) - Static method in class io.github.openunirest.http.options.Options
 
RequestBodyEntity - Class in io.github.openunirest.request.body
 
RequestBodyEntity(HttpRequest) - Constructor for class io.github.openunirest.request.body.RequestBodyEntity
 
ResponseUtils - Class in io.github.openunirest.http.utils
 
ResponseUtils() - Constructor for class io.github.openunirest.http.utils.ResponseUtils
 
routeParam(String, String) - Method in class io.github.openunirest.request.GetRequest
 
routeParam(String, String) - Method in class io.github.openunirest.request.HttpRequest
 
routeParam(String, String) - Method in class io.github.openunirest.request.HttpRequestWithBody
 
run() - Method in class io.github.openunirest.http.async.utils.AsyncIdleConnectionMonitorThread
 
run() - Method in class io.github.openunirest.http.utils.SyncIdleConnectionMonitorThread
 

S

setAsyncHttpClient(CloseableHttpAsyncClient) - Static method in class io.github.openunirest.http.Unirest
Set the asynchronous AbstractHttpAsyncClient implementation to use for every asynchronous request
setConcurrency(int, int) - Static method in class io.github.openunirest.http.Unirest
Set the concurrency levels
setDefaultHeader(String, String) - Static method in class io.github.openunirest.http.Unirest
Set default header to appear on all requests
setHttpClient(HttpClient) - Static method in class io.github.openunirest.http.Unirest
Set the HttpClient implementation to use for every synchronous request
setObjectMapper(ObjectMapper) - Static method in class io.github.openunirest.http.Unirest
Set the ObjectMapper implementation to use for Response to Object binding
setOption(Option, Object) - Static method in class io.github.openunirest.http.options.Options
 
setProxy(HttpHost) - Static method in class io.github.openunirest.http.Unirest
Set a proxy
setTimeouts(int, int) - Static method in class io.github.openunirest.http.Unirest
Set the connection timeout and socket timeout
shutdown() - Static method in class io.github.openunirest.http.Unirest
Close the asynchronous client and its event loop.
SOCKET_TIMEOUT - Static variable in class io.github.openunirest.http.options.Options
 
SyncIdleConnectionMonitorThread - Class in io.github.openunirest.http.utils
 
SyncIdleConnectionMonitorThread(HttpClientConnectionManager) - Constructor for class io.github.openunirest.http.utils.SyncIdleConnectionMonitorThread
 

T

toString() - Method in class io.github.openunirest.http.JsonNode
 
tryGet(Option, Class<T>) - Static method in class io.github.openunirest.http.options.Options
 

U

Unirest - Class in io.github.openunirest.http
 
Unirest() - Constructor for class io.github.openunirest.http.Unirest
 
UnirestConfigException - Exception in io.github.openunirest.http.exceptions
 
UnirestConfigException(String) - Constructor for exception io.github.openunirest.http.exceptions.UnirestConfigException
 
UnirestException - Exception in io.github.openunirest.http.exceptions
 
UnirestException(Exception) - Constructor for exception io.github.openunirest.http.exceptions.UnirestException
 
UnirestException(String) - Constructor for exception io.github.openunirest.http.exceptions.UnirestException
 
UnirestException(Throwable) - Constructor for exception io.github.openunirest.http.exceptions.UnirestException
 
url - Variable in class io.github.openunirest.request.HttpRequest
 
URLParamEncoder - Class in io.github.openunirest.http.utils
 
URLParamEncoder() - Constructor for class io.github.openunirest.http.utils.URLParamEncoder
 
UTF_8 - Static variable in class io.github.openunirest.request.BaseRequest
 

V

valueOf(String) - Static method in enum io.github.openunirest.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.openunirest.http.options.Option
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.github.openunirest.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.github.openunirest.http.options.Option
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrap(Callback<T>) - Static method in class io.github.openunirest.http.async.CallbackFuture
 
writeValue(Object) - Method in interface io.github.openunirest.http.ObjectMapper
 
A B C D E F G H I J M O P Q R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.