A B C D E F G H I J M O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addMapping(String, String) - Method in class io.joshworks.restclient.http.utils.MimeMappings.Builder
- AMPERSAND - Static variable in class io.joshworks.restclient.Constants
- APPLICATION_ATOM_XML - Static variable in class io.joshworks.restclient.http.MediaType
-
"application/atom+xml"
- APPLICATION_ATOM_XML_TYPE - Static variable in class io.joshworks.restclient.http.MediaType
-
"application/atom+xml"
- APPLICATION_FORM_URLENCODED - Static variable in class io.joshworks.restclient.http.MediaType
-
"application/x-www-form-urlencoded"
- APPLICATION_FORM_URLENCODED_TYPE - Static variable in class io.joshworks.restclient.http.MediaType
-
"application/x-www-form-urlencoded"
- APPLICATION_JSON - Static variable in class io.joshworks.restclient.http.MediaType
-
"application/json"
- APPLICATION_JSON_TYPE - Static variable in class io.joshworks.restclient.http.MediaType
-
"application/json"
- APPLICATION_OCTET_STREAM - Static variable in class io.joshworks.restclient.http.MediaType
-
"application/octet-stream"
- APPLICATION_OCTET_STREAM_TYPE - Static variable in class io.joshworks.restclient.http.MediaType
-
"application/octet-stream"
- APPLICATION_SVG_XML - Static variable in class io.joshworks.restclient.http.MediaType
-
"application/svg+xml"
- APPLICATION_SVG_XML_TYPE - Static variable in class io.joshworks.restclient.http.MediaType
-
"application/svg+xml"
- APPLICATION_XHTML_XML - Static variable in class io.joshworks.restclient.http.MediaType
-
"application/xhtml+xml"
- APPLICATION_XHTML_XML_TYPE - Static variable in class io.joshworks.restclient.http.MediaType
-
"application/xhtml+xml"
- APPLICATION_XML - Static variable in class io.joshworks.restclient.http.MediaType
-
"application/xml"
- APPLICATION_XML_TYPE - Static variable in class io.joshworks.restclient.http.MediaType
-
"application/xml"
- as(Class<T>) - Method in class io.joshworks.restclient.http.Json
- asBinary() - Method in class io.joshworks.restclient.request.BaseRequest
- asBinaryAsync() - Method in class io.joshworks.restclient.request.BaseRequest
- asBinaryAsync(Callback<InputStream>) - Method in class io.joshworks.restclient.request.BaseRequest
- asJson() - Method in class io.joshworks.restclient.request.BaseRequest
- asJsonAsync() - Method in class io.joshworks.restclient.request.BaseRequest
- asJsonAsync(Callback<Json>) - Method in class io.joshworks.restclient.request.BaseRequest
- asListOf(Class<T>) - Method in class io.joshworks.restclient.http.Json
- asMap() - Method in class io.joshworks.restclient.http.Json
- asObject(Class<T>) - Method in class io.joshworks.restclient.request.BaseRequest
- asObjectAsync(Class<T>) - Method in class io.joshworks.restclient.request.BaseRequest
- asObjectAsync(Class<T>, Callback<T>) - Method in class io.joshworks.restclient.request.BaseRequest
- asString() - Method in class io.joshworks.restclient.http.HttpResponse
- asString() - Method in class io.joshworks.restclient.request.BaseRequest
- asStringAsync() - Method in class io.joshworks.restclient.request.BaseRequest
- asStringAsync(Callback<String>) - Method in class io.joshworks.restclient.request.BaseRequest
- async - Variable in class io.joshworks.restclient.http.utils.ClientStats
B
- Base64Coder - Class in io.joshworks.restclient.http.utils
-
A Base64 encoder/decoder.
- BaseRequest - Class in io.joshworks.restclient.request
- BaseRequest(ClientRequest) - Constructor for class io.joshworks.restclient.request.BaseRequest
- baseUrl(String) - Method in class io.joshworks.restclient.http.ClientBuilder
- basicAuth(String, String) - Method in class io.joshworks.restclient.request.GetRequest
- basicAuth(String, String) - Method in class io.joshworks.restclient.request.HttpRequest
- basicAuth(String, String) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- body - Variable in class io.joshworks.restclient.request.HttpRequest
- body() - Method in class io.joshworks.restclient.http.HttpResponse
- body() - Method in class io.joshworks.restclient.request.HttpRequest
- body(byte[]) - Method in class io.joshworks.restclient.request.body.RawBody
- body(byte[]) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- body(Json) - Method in class io.joshworks.restclient.request.body.RequestBodyEntity
- body(Json) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- body(Object) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- body(String) - Method in class io.joshworks.restclient.request.body.RequestBodyEntity
- body(String) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- body(JSONArray) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
-
Sugar method for body operation
- body(JSONObject) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
-
Sugar method for body operation
- Body - Interface in io.joshworks.restclient.request.body
- bodyAs(Class<E>) - Method in class io.joshworks.restclient.http.HttpResponse
- build() - Method in class io.joshworks.restclient.http.ClientBuilder
- build() - Method in class io.joshworks.restclient.http.utils.MimeMappings.Builder
- builder() - Static method in class io.joshworks.restclient.http.RestClient
- builder() - Static method in class io.joshworks.restclient.http.utils.MimeMappings
- builder(boolean) - Static method in class io.joshworks.restclient.http.utils.MimeMappings
C
- Callback<T> - Interface in io.joshworks.restclient.http.async
- cancelled() - Method in interface io.joshworks.restclient.http.async.Callback
- clear() - Static method in class io.joshworks.restclient.http.mapper.ObjectMappers
- ClientBuilder - Class in io.joshworks.restclient.http
- ClientContainer - Class in io.joshworks.restclient.http
-
Created by Josh Gontijo on 5/5/17.
- clientRequest - Variable in class io.joshworks.restclient.request.BaseRequest
- ClientRequest - Class in io.joshworks.restclient.http
-
Created by Josh Gontijo on 5/3/17.
- ClientStats - Class in io.joshworks.restclient.http.utils
-
Created by Josh Gontijo on 3/21/18.
- ClientStats(PoolStats, PoolStats) - Constructor for class io.joshworks.restclient.http.utils.ClientStats
- close() - Method in class io.joshworks.restclient.http.HttpResponse
- close() - Method in class io.joshworks.restclient.http.RestClient
-
Close the asynchronous client and its event loop.
- close() - Static method in class io.joshworks.restclient.http.Unirest
- completed(HttpResponse<T>) - Method in interface io.joshworks.restclient.http.async.Callback
- concurrency(int) - Method in class io.joshworks.restclient.http.ClientBuilder
-
Set the concurrency levels
- connectionTTL(long) - Method in class io.joshworks.restclient.http.ClientBuilder
-
Total time to live (TTL) defines maximum life span of persistent connections regardless of their expiration setting.
- Constants - Class in io.joshworks.restclient
-
Created by Josh Gontijo on 5/4/17.
- Constants - Class in io.joshworks.restclient.http.utils
- Constants() - Constructor for class io.joshworks.restclient.Constants
- Constants() - Constructor for class io.joshworks.restclient.http.utils.Constants
- consumeBody(HttpResponse) - Method in class io.joshworks.restclient.http.HttpResponse
- contentType(MediaType) - Method in class io.joshworks.restclient.request.GetRequest
- contentType(MediaType) - Method in class io.joshworks.restclient.request.HttpRequest
- contentType(MediaType) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- contentType(String) - Method in class io.joshworks.restclient.request.GetRequest
- contentType(String) - Method in class io.joshworks.restclient.request.HttpRequest
- contentType(String) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- cookieSpec(String) - Method in class io.joshworks.restclient.http.ClientBuilder
- cookieStore() - Method in class io.joshworks.restclient.http.RestClient
- create(HttpRequestBase, HttpResponse, Class<T>) - Static method in class io.joshworks.restclient.http.HttpResponse
- credentialProvider(CredentialsProvider) - Method in class io.joshworks.restclient.http.ClientBuilder
D
- decode(char[]) - Static method in class io.joshworks.restclient.http.utils.Base64Coder
-
Decodes a byte array from Base64 format.
- decode(char[], int, int) - Static method in class io.joshworks.restclient.http.utils.Base64Coder
-
Decodes a byte array from Base64 format.
- decode(String) - Static method in class io.joshworks.restclient.http.utils.Base64Coder
-
Decodes a byte array from Base64 format.
- decodeLines(String) - Static method in class io.joshworks.restclient.http.utils.Base64Coder
-
Decodes a byte array from Base64 format and ignores line separators, tabs and blanks.
- decodeString(String) - Static method in class io.joshworks.restclient.http.utils.Base64Coder
-
Decodes a string from Base64 format.
- DEFAULT - Static variable in class io.joshworks.restclient.http.utils.MimeMappings
- DEFAULT_MIME_MAPPINGS - Static variable in class io.joshworks.restclient.http.utils.MimeMappings
- defaultHeader(String, long) - Method in class io.joshworks.restclient.http.ClientBuilder
- defaultHeader(String, String) - Method in class io.joshworks.restclient.http.ClientBuilder
- delete(String...) - Method in class io.joshworks.restclient.http.RestClient
- delete(String...) - Static method in class io.joshworks.restclient.http.Unirest
- DELETE - io.joshworks.restclient.http.HttpMethod
- disableSSLCheck() - Method in class io.joshworks.restclient.http.ClientBuilder
E
- encode(byte[]) - Static method in class io.joshworks.restclient.http.utils.Base64Coder
-
Encodes a byte array into Base64 format.
- encode(byte[], int) - Static method in class io.joshworks.restclient.http.utils.Base64Coder
-
Encodes a byte array into Base64 format.
- encode(byte[], int, int) - Static method in class io.joshworks.restclient.http.utils.Base64Coder
-
Encodes a byte array into Base64 format.
- encode(String) - Static method in class io.joshworks.restclient.http.utils.URLParamEncoder
- encodeLines(byte[]) - Static method in class io.joshworks.restclient.http.utils.Base64Coder
-
Encodes a byte array into Base 64 format and breaks the output into lines of 76 characters.
- encodeLines(byte[], int, int, int, String) - Static method in class io.joshworks.restclient.http.utils.Base64Coder
-
Encodes a byte array into Base 64 format and breaks the output into lines.
- encodeString(String) - Static method in class io.joshworks.restclient.http.utils.Base64Coder
-
Encodes a string into Base64 format.
- equals(Object) - Method in class io.joshworks.restclient.http.MediaType
- EQUALS - Static variable in class io.joshworks.restclient.Constants
F
- failed(Exception) - Method in interface io.joshworks.restclient.http.async.Callback
- field(String, Boolean) - Method in class io.joshworks.restclient.request.body.FormEncodedBody
- field(String, Boolean) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- field(String, Double) - Method in class io.joshworks.restclient.request.body.FormEncodedBody
- field(String, Double) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- field(String, Integer) - Method in class io.joshworks.restclient.request.body.FormEncodedBody
- field(String, Integer) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- field(String, Long) - Method in class io.joshworks.restclient.request.body.FormEncodedBody
- field(String, Long) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- field(String, String) - Method in class io.joshworks.restclient.request.body.FormEncodedBody
- field(String, String) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- field(String, Collection<Object>) - Method in class io.joshworks.restclient.request.body.FormEncodedBody
- field(String, Collection<Object>) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- fields(Map<String, Object>) - Method in class io.joshworks.restclient.request.body.FormEncodedBody
- fields(Map<String, Object>) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- followRedirect(boolean) - Method in class io.joshworks.restclient.http.ClientBuilder
- FormEncodedBody - Class in io.joshworks.restclient.request.body
-
Created by Josh Gontijo on 10/25/17.
- FormEncodedBody(HttpRequest, ClientRequest) - Constructor for class io.joshworks.restclient.request.body.FormEncodedBody
G
- get(String...) - Method in class io.joshworks.restclient.http.RestClient
- get(String...) - Static method in class io.joshworks.restclient.http.Unirest
- GET - io.joshworks.restclient.http.HttpMethod
- getActualTypeArguments() - Method in class io.joshworks.restclient.http.Json.TypedList
- getArray() - Method in class io.joshworks.restclient.http.Json
- getBody() - Method in class io.joshworks.restclient.request.body.RequestBodyEntity
- getCharsetFromContentType(String) - Static method in class io.joshworks.restclient.http.utils.ResponseUtils
-
Parse out a charset from a content type header.
- getContentType() - Method in class io.joshworks.restclient.request.HttpRequest
- getEntity() - Method in interface io.joshworks.restclient.request.body.Body
- getEntity() - Method in class io.joshworks.restclient.request.body.FormEncodedBody
- getEntity() - Method in class io.joshworks.restclient.request.body.MultipartBody
- getEntity() - Method in class io.joshworks.restclient.request.body.RawBody
- getEntity() - Method in class io.joshworks.restclient.request.body.RequestBodyEntity
- getFirst(Object) - Method in class io.joshworks.restclient.http.Headers
- getHeaders() - Method in class io.joshworks.restclient.http.HttpResponse
- getHeaders() - Method in class io.joshworks.restclient.request.HttpRequest
- getHttpMethod() - Method in class io.joshworks.restclient.request.HttpRequest
- getHttpRequest() - Method in class io.joshworks.restclient.request.BaseRequest
- getMapper(MediaType) - Static method in class io.joshworks.restclient.http.mapper.ObjectMappers
- getMimeForFile(String) - Static method in class io.joshworks.restclient.http.MediaType
- getMimeType(String) - Method in class io.joshworks.restclient.http.utils.MimeMappings
- getObject() - Method in class io.joshworks.restclient.http.Json
- getOwnerType() - Method in class io.joshworks.restclient.http.Json.TypedList
- getParameters() - Method in class io.joshworks.restclient.http.MediaType
-
Getter for a read-only pathParameter map.
- getRawBody() - Method in class io.joshworks.restclient.http.HttpResponse
-
Returns the raw response data stream, the data will no be cached for further readings
- getRawType() - Method in class io.joshworks.restclient.http.Json.TypedList
- GetRequest - Class in io.joshworks.restclient.request
- GetRequest(ClientRequest) - Constructor for class io.joshworks.restclient.request.GetRequest
- getStatus() - Method in class io.joshworks.restclient.http.HttpResponse
- getStatusText() - Method in class io.joshworks.restclient.http.HttpResponse
- getSubtype() - Method in class io.joshworks.restclient.http.MediaType
-
Getter for subtype.
- getType() - Method in class io.joshworks.restclient.http.MediaType
-
Getter for primary type.
- getUrl() - Method in class io.joshworks.restclient.request.HttpRequest
- GZIP - Static variable in class io.joshworks.restclient.Constants
H
- hashCode() - Method in class io.joshworks.restclient.http.MediaType
- head(String...) - Method in class io.joshworks.restclient.http.RestClient
- head(String...) - Static method in class io.joshworks.restclient.http.Unirest
- HEAD - io.joshworks.restclient.http.HttpMethod
- header(String, Double) - Method in class io.joshworks.restclient.request.GetRequest
- header(String, Double) - Method in class io.joshworks.restclient.request.HttpRequest
- header(String, Double) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- header(String, Integer) - Method in class io.joshworks.restclient.request.GetRequest
- header(String, Integer) - Method in class io.joshworks.restclient.request.HttpRequest
- header(String, Integer) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- header(String, Long) - Method in class io.joshworks.restclient.request.GetRequest
- header(String, Long) - Method in class io.joshworks.restclient.request.HttpRequest
- header(String, Long) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- header(String, String) - Method in class io.joshworks.restclient.request.GetRequest
- header(String, String) - Method in class io.joshworks.restclient.request.HttpRequest
- header(String, String) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- headers(Map<String, String>) - Method in class io.joshworks.restclient.request.GetRequest
- headers(Map<String, String>) - Method in class io.joshworks.restclient.request.HttpRequest
- headers(Map<String, String>) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- Headers - Class in io.joshworks.restclient.http
- Headers() - Constructor for class io.joshworks.restclient.http.Headers
- httpMethod - Variable in class io.joshworks.restclient.http.ClientRequest
- HttpMethod - Enum in io.joshworks.restclient.http
- httpRequest - Variable in class io.joshworks.restclient.request.BaseRequest
- HttpRequest - Class in io.joshworks.restclient.request
- HttpRequest(ClientRequest) - Constructor for class io.joshworks.restclient.request.HttpRequest
- HttpRequestWithBody - Class in io.joshworks.restclient.request
- HttpRequestWithBody(ClientRequest) - Constructor for class io.joshworks.restclient.request.HttpRequestWithBody
- HttpResponse<T> - Class in io.joshworks.restclient.http
I
- id - Variable in class io.joshworks.restclient.http.RestClient
- IdleConnectionMonitor - Class in io.joshworks.restclient.http
-
Created by Josh Gontijo on 5/5/17.
- implicitContentType() - Method in interface io.joshworks.restclient.request.body.Body
- implicitContentType() - Method in class io.joshworks.restclient.request.body.FormEncodedBody
- implicitContentType() - Method in class io.joshworks.restclient.request.body.MultipartBody
- implicitContentType() - Method in class io.joshworks.restclient.request.body.RawBody
- implicitContentType() - Method in class io.joshworks.restclient.request.body.RequestBodyEntity
- interceptor(HttpRequestInterceptor) - Method in class io.joshworks.restclient.http.ClientBuilder
- interceptor(HttpResponseInterceptor) - Method in class io.joshworks.restclient.http.ClientBuilder
- io.joshworks.restclient - package io.joshworks.restclient
- io.joshworks.restclient.http - package io.joshworks.restclient.http
- io.joshworks.restclient.http.async - package io.joshworks.restclient.http.async
- io.joshworks.restclient.http.exceptions - package io.joshworks.restclient.http.exceptions
- io.joshworks.restclient.http.mapper - package io.joshworks.restclient.http.mapper
- io.joshworks.restclient.http.utils - package io.joshworks.restclient.http.utils
- io.joshworks.restclient.request - package io.joshworks.restclient.request
- io.joshworks.restclient.request.body - package io.joshworks.restclient.request.body
- isArray() - Method in class io.joshworks.restclient.http.Json
- isCompatible(MediaType) - Method in class io.joshworks.restclient.http.MediaType
-
Check if this media type is compatible with another media type.
- isGzipped(Header) - Static method in class io.joshworks.restclient.http.utils.ResponseUtils
- isSuccessful() - Method in class io.joshworks.restclient.http.HttpResponse
- isWildcardSubtype() - Method in class io.joshworks.restclient.http.MediaType
-
Checks if the subtype is a wildcard
- isWildcardType() - Method in class io.joshworks.restclient.http.MediaType
-
Checks if the primary type is a wildcard.
J
- Json - Class in io.joshworks.restclient.http
- Json(String) - Constructor for class io.joshworks.restclient.http.Json
- Json.TypedList<T> - Class in io.joshworks.restclient.http
- JsonMapper - Class in io.joshworks.restclient.http.mapper
-
Created by Josh Gontijo on 5/5/17.
- JsonMapper() - Constructor for class io.joshworks.restclient.http.mapper.JsonMapper
- JsonParsingException - Exception in io.joshworks.restclient.http.exceptions
- JsonParsingException() - Constructor for exception io.joshworks.restclient.http.exceptions.JsonParsingException
- JsonParsingException(String) - Constructor for exception io.joshworks.restclient.http.exceptions.JsonParsingException
- JsonParsingException(String, Throwable) - Constructor for exception io.joshworks.restclient.http.exceptions.JsonParsingException
- JsonParsingException(Throwable) - Constructor for exception io.joshworks.restclient.http.exceptions.JsonParsingException
M
- MEDIA_TYPE_WILDCARD - Static variable in class io.joshworks.restclient.http.MediaType
-
The value of a type or subtype wildcard: "*"
- MediaType - Class in io.joshworks.restclient.http
-
An abstraction for a media type.
- MediaType() - Constructor for class io.joshworks.restclient.http.MediaType
-
Creates a new instance of MediaType, both type and subtype are wildcards.
- MediaType(String, String) - Constructor for class io.joshworks.restclient.http.MediaType
-
Creates a new instance of MediaType with the supplied type and subtype.
- MediaType(String, String, Map<String, String>) - Constructor for class io.joshworks.restclient.http.MediaType
-
Creates a new instance of MediaType with the supplied type, subtype and pathParameter.
- MimeMappings - Class in io.joshworks.restclient.http.utils
- MimeMappings.Builder - Class in io.joshworks.restclient.http.utils
- mode(HttpMultipartMode) - Method in class io.joshworks.restclient.request.body.MultipartBody
- MULTIPART_FORM_DATA - Static variable in class io.joshworks.restclient.http.MediaType
-
"multipart/form-data"
- MULTIPART_FORM_DATA_TYPE - Static variable in class io.joshworks.restclient.http.MediaType
-
"multipart/form-data"
- MultipartBody - Class in io.joshworks.restclient.request.body
- MultipartBody(HttpRequest, ClientRequest) - Constructor for class io.joshworks.restclient.request.body.MultipartBody
O
- ObjectMapper - Interface in io.joshworks.restclient.http.mapper
- ObjectMappers - Class in io.joshworks.restclient.http.mapper
- options(String...) - Method in class io.joshworks.restclient.http.RestClient
- options(String...) - Static method in class io.joshworks.restclient.http.Unirest
- OPTIONS - io.joshworks.restclient.http.HttpMethod
P
- part(String, byte[], String) - Method in class io.joshworks.restclient.request.body.MultipartBody
- part(String, byte[], String) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- part(String, byte[], String, String) - Method in class io.joshworks.restclient.request.body.MultipartBody
- part(String, byte[], String, String) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- part(String, File) - Method in class io.joshworks.restclient.request.body.MultipartBody
- part(String, File) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- part(String, File, String) - Method in class io.joshworks.restclient.request.body.MultipartBody
- part(String, File, String) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- part(String, InputStream, String) - Method in class io.joshworks.restclient.request.body.MultipartBody
- part(String, InputStream, String) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- part(String, InputStream, String, String) - Method in class io.joshworks.restclient.request.body.MultipartBody
- part(String, InputStream, String, String) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- part(String, Boolean) - Method in class io.joshworks.restclient.request.body.MultipartBody
- part(String, Boolean) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- part(String, Boolean, String) - Method in class io.joshworks.restclient.request.body.MultipartBody
- part(String, Boolean, String) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- part(String, Double) - Method in class io.joshworks.restclient.request.body.MultipartBody
- part(String, Double) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- part(String, Double, String) - Method in class io.joshworks.restclient.request.body.MultipartBody
- part(String, Double, String) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- part(String, Integer) - Method in class io.joshworks.restclient.request.body.MultipartBody
- part(String, Integer) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- part(String, Integer, String) - Method in class io.joshworks.restclient.request.body.MultipartBody
- part(String, Integer, String) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- part(String, Long) - Method in class io.joshworks.restclient.request.body.MultipartBody
- part(String, Long) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- part(String, Long, String) - Method in class io.joshworks.restclient.request.body.MultipartBody
- part(String, Long, String) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- part(String, String) - Method in class io.joshworks.restclient.request.body.MultipartBody
- part(String, String) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- part(String, String, String) - Method in class io.joshworks.restclient.request.body.MultipartBody
- part(String, String, String) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- patch(String...) - Method in class io.joshworks.restclient.http.RestClient
- patch(String...) - Static method in class io.joshworks.restclient.http.Unirest
- PATCH - io.joshworks.restclient.http.HttpMethod
- PATH_SEPARATOR - Static variable in class io.joshworks.restclient.http.utils.Constants
- post(String...) - Method in class io.joshworks.restclient.http.RestClient
- post(String...) - Static method in class io.joshworks.restclient.http.Unirest
- POST - io.joshworks.restclient.http.HttpMethod
- proxy(HttpHost) - Method in class io.joshworks.restclient.http.ClientBuilder
- proxy(HttpHost, Credentials) - Method in class io.joshworks.restclient.http.ClientBuilder
- put(String...) - Method in class io.joshworks.restclient.http.RestClient
- put(String...) - Static method in class io.joshworks.restclient.http.Unirest
- PUT - io.joshworks.restclient.http.HttpMethod
Q
- queryString(String, Object) - Method in class io.joshworks.restclient.request.GetRequest
- queryString(String, Object) - Method in class io.joshworks.restclient.request.HttpRequest
- queryString(String, Object) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- queryString(String, Collection<?>) - Method in class io.joshworks.restclient.request.GetRequest
- queryString(String, Collection<?>) - Method in class io.joshworks.restclient.request.HttpRequest
- queryString(String, Collection<?>) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- queryString(Map<String, Object>) - Method in class io.joshworks.restclient.request.GetRequest
- queryString(Map<String, Object>) - Method in class io.joshworks.restclient.request.HttpRequest
- queryString(Map<String, Object>) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- QUESTION_MARK - Static variable in class io.joshworks.restclient.Constants
R
- rawBody - Variable in class io.joshworks.restclient.http.HttpResponse
- RawBody - Class in io.joshworks.restclient.request.body
- RawBody(HttpRequest, ClientRequest) - Constructor for class io.joshworks.restclient.request.body.RawBody
- readBytes(InputStream) - Static method in class io.joshworks.restclient.http.utils.ResponseUtils
- readValue(String, Class<T>) - Method in class io.joshworks.restclient.http.mapper.JsonMapper
- readValue(String, Class<T>) - Method in interface io.joshworks.restclient.http.mapper.ObjectMapper
- readValue(String, Class<T>) - Method in class io.joshworks.restclient.http.mapper.TextPlainMapper
- register(MediaType, ObjectMapper) - Static method in class io.joshworks.restclient.http.mapper.ObjectMappers
- request(HttpRequest, Class<T>) - Method in class io.joshworks.restclient.http.ClientRequest
- requestAsync(HttpRequest, Class<T>) - Method in class io.joshworks.restclient.http.ClientRequest
- requestAsync(HttpRequest, Class<T>, Callback<T>) - Method in class io.joshworks.restclient.http.ClientRequest
- RequestBodyEntity - Class in io.joshworks.restclient.request.body
- RequestBodyEntity(HttpRequest, ClientRequest) - Constructor for class io.joshworks.restclient.request.body.RequestBodyEntity
- ResponseUtils - Class in io.joshworks.restclient.http.utils
- ResponseUtils() - Constructor for class io.joshworks.restclient.http.utils.ResponseUtils
- RestClient - Class in io.joshworks.restclient.http
- RestClientException - Exception in io.joshworks.restclient.http.exceptions
- RestClientException(Exception) - Constructor for exception io.joshworks.restclient.http.exceptions.RestClientException
- RestClientException(String) - Constructor for exception io.joshworks.restclient.http.exceptions.RestClientException
- RestClientException(String, Throwable) - Constructor for exception io.joshworks.restclient.http.exceptions.RestClientException
- routeConcurrency(int) - Method in class io.joshworks.restclient.http.ClientBuilder
-
Set the concurrency levels per host
- routeParam(String, String) - Method in class io.joshworks.restclient.request.GetRequest
- routeParam(String, String) - Method in class io.joshworks.restclient.request.HttpRequest
- routeParam(String, String) - Method in class io.joshworks.restclient.request.HttpRequestWithBody
- run() - Method in class io.joshworks.restclient.http.IdleConnectionMonitor
S
- shutdown() - Static method in class io.joshworks.restclient.http.ClientContainer
- size() - Static method in class io.joshworks.restclient.http.ClientContainer
- sslContext(SSLContext) - Method in class io.joshworks.restclient.http.ClientBuilder
- start() - Method in class io.joshworks.restclient.http.IdleConnectionMonitor
- stats() - Static method in class io.joshworks.restclient.http.ClientContainer
- stats() - Method in class io.joshworks.restclient.http.RestClient
- sync - Variable in class io.joshworks.restclient.http.utils.ClientStats
T
- TEXT_HTML - Static variable in class io.joshworks.restclient.http.MediaType
-
"text/html"
- TEXT_HTML_TYPE - Static variable in class io.joshworks.restclient.http.MediaType
-
"text/html"
- TEXT_PLAIN - Static variable in class io.joshworks.restclient.http.MediaType
-
"text/plain"
- TEXT_PLAIN_TYPE - Static variable in class io.joshworks.restclient.http.MediaType
-
"text/plain"
- TEXT_XML - Static variable in class io.joshworks.restclient.http.MediaType
-
"text/xml"
- TEXT_XML_TYPE - Static variable in class io.joshworks.restclient.http.MediaType
-
"text/xml"
- TextPlainMapper - Class in io.joshworks.restclient.http.mapper
- TextPlainMapper() - Constructor for class io.joshworks.restclient.http.mapper.TextPlainMapper
- timeout(int, int) - Method in class io.joshworks.restclient.http.ClientBuilder
-
Set the connection timeout and socket timeout
- toString() - Method in class io.joshworks.restclient.http.Json
- toString() - Method in class io.joshworks.restclient.http.MediaType
- toString() - Method in class io.joshworks.restclient.http.utils.ClientStats
- TypedList(Class<T>) - Constructor for class io.joshworks.restclient.http.Json.TypedList
U
- Unirest - Class in io.joshworks.restclient.http
-
Created by Josh Gontijo on 6/3/17.
- url - Variable in class io.joshworks.restclient.http.ClientRequest
- URLParamEncoder - Class in io.joshworks.restclient.http.utils
- URLParamEncoder() - Constructor for class io.joshworks.restclient.http.utils.URLParamEncoder
- urlTransformer(Function<String, String>) - Method in class io.joshworks.restclient.http.ClientBuilder
V
- valueOf(String) - Static method in enum io.joshworks.restclient.http.HttpMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class io.joshworks.restclient.http.MediaType
-
Creates a new instance of MediaType by parsing the supplied string.
- values() - Static method in enum io.joshworks.restclient.http.HttpMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WILDCARD - Static variable in class io.joshworks.restclient.http.MediaType
-
"*/*"
- WILDCARD_TYPE - Static variable in class io.joshworks.restclient.http.MediaType
-
"*/*"
- with(HttpClientBuilder) - Static method in class io.joshworks.restclient.http.RestClient
- with(HttpClientBuilder, HttpAsyncClientBuilder) - Static method in class io.joshworks.restclient.http.RestClient
- writeValue(Object) - Method in class io.joshworks.restclient.http.mapper.JsonMapper
- writeValue(Object) - Method in interface io.joshworks.restclient.http.mapper.ObjectMapper
- writeValue(Object) - Method in class io.joshworks.restclient.http.mapper.TextPlainMapper
All Classes All Packages