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

A

accept(String) - Method in class de.taimos.httputils.HTTPRequest
 
auth(String) - Method in class de.taimos.httputils.HTTPRequest
 
authBasic(String, String) - Method in class de.taimos.httputils.HTTPRequest
 
authBearer(String) - Method in class de.taimos.httputils.HTTPRequest
 

B

body(String) - Method in class de.taimos.httputils.HTTPRequest
 
byteResponse(byte[], HTTPResponse) - Method in class de.taimos.httputils.callbacks.HTTPByteCallback
 

C

checkedResponse(HTTPResponse) - Method in class de.taimos.httputils.callbacks.HTTPByteCallback
 
checkedResponse(HTTPResponse) - Method in class de.taimos.httputils.callbacks.HTTPStatusCheckCallback
 
checkedResponse(HTTPResponse) - Method in class de.taimos.httputils.callbacks.HTTPStringCallback
 
close() - Method in class de.taimos.httputils.HTTPResponse
 
constant(int) - Static method in interface de.taimos.httputils.WaitStrategy
 
constant() - Static method in interface de.taimos.httputils.WaitStrategy
Always wait 1 second before retry
contentType(String) - Method in class de.taimos.httputils.HTTPRequest
 

D

de.taimos.httputils - package de.taimos.httputils
 
de.taimos.httputils.callbacks - package de.taimos.httputils.callbacks
 
delete() - Method in class de.taimos.httputils.HTTPRequest
 
deleteAsync(HTTPResponseCallback) - Method in class de.taimos.httputils.HTTPRequest
 
deleteAsync(Executor, HTTPResponseCallback) - Method in class de.taimos.httputils.HTTPRequest
 

E

expectedStatus() - Method in class de.taimos.httputils.callbacks.HTTPStatusCheckCallback
 
exponentialBackoff() - Static method in interface de.taimos.httputils.WaitStrategy
Exponential backoff slightly randomized

F

fail(Exception) - Method in interface de.taimos.httputils.HTTPResponseCallback
 
followRedirect(boolean) - Method in class de.taimos.httputils.HTTPRequest
 
form(Map<String, String>) - Method in class de.taimos.httputils.HTTPRequest
 

G

get() - Method in class de.taimos.httputils.HTTPRequest
 
getAsync(HTTPResponseCallback) - Method in class de.taimos.httputils.HTTPRequest
 
getAsync(Executor, HTTPResponseCallback) - Method in class de.taimos.httputils.HTTPRequest
 
getResponse() - Method in class de.taimos.httputils.HTTPResponse
 
getResponseAsBytes() - Method in class de.taimos.httputils.HTTPResponse
 
getResponseAsString() - Method in class de.taimos.httputils.HTTPResponse
 
getStatus() - Method in class de.taimos.httputils.HTTPResponse
 

H

head() - Method in class de.taimos.httputils.HTTPRequest
 
headAsync(HTTPResponseCallback) - Method in class de.taimos.httputils.HTTPRequest
 
headAsync(Executor, HTTPResponseCallback) - Method in class de.taimos.httputils.HTTPRequest
 
header(String, String) - Method in class de.taimos.httputils.HTTPRequest
 
HEADER_ACCEPT - Static variable in interface de.taimos.httputils.WSConstants
Content-Types that are acceptable
HEADER_ACCEPT_CHARSET - Static variable in interface de.taimos.httputils.WSConstants
Character sets that are acceptable
HEADER_ACCEPT_ENCODING - Static variable in interface de.taimos.httputils.WSConstants
Acceptable encodings
HEADER_ACCEPT_LANGUAGE - Static variable in interface de.taimos.httputils.WSConstants
Acceptable languages for response
HEADER_AUTHORIZATION - Static variable in interface de.taimos.httputils.WSConstants
Authentication credentials for HTTP authentication
HEADER_CACHE_CONTROL - Static variable in interface de.taimos.httputils.WSConstants
Used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain
HEADER_CONNECTION - Static variable in interface de.taimos.httputils.WSConstants
What type of connection the user-agent would prefer
HEADER_CONTENT_LENGTH - Static variable in interface de.taimos.httputils.WSConstants
The length of the request body in octets (8-bit bytes)
HEADER_CONTENT_MD5 - Static variable in interface de.taimos.httputils.WSConstants
A Base64-encoded binary MD5 sum of the content of the request body
HEADER_CONTENT_TYPE - Static variable in interface de.taimos.httputils.WSConstants
The MIME type of the body of the request (used with POST and PUT requests)
HEADER_COOKIE - Static variable in interface de.taimos.httputils.WSConstants
an HTTP cookie previously sent by the server with Set-Cookie
HEADER_DATE - Static variable in interface de.taimos.httputils.WSConstants
The date and time that the message was sent
HEADER_EXPECT - Static variable in interface de.taimos.httputils.WSConstants
Indicates that particular server behaviors are required by the client
HEADER_FROM - Static variable in interface de.taimos.httputils.WSConstants
The email address of the user making the request
HEADER_IF_MATCH - Static variable in interface de.taimos.httputils.WSConstants
Only perform the action if the client supplied entity matches the same entity on the server
HEADER_IF_MODIFIED_SINCE - Static variable in interface de.taimos.httputils.WSConstants
Allows a 304 Not Modified to be returned if content is unchanged
HEADER_IF_NONE_MATCH - Static variable in interface de.taimos.httputils.WSConstants
Allows a 304 Not Modified to be returned if content is unchanged
HEADER_IF_RANGE - Static variable in interface de.taimos.httputils.WSConstants
If the entity is unchanged, send me the part(s) that I am missing; otherwise, send me the entire new entity
HEADER_IF_UNMODIFIED_SINCE - Static variable in interface de.taimos.httputils.WSConstants
Only send the response if the entity has not been modified since a specific time
HEADER_MAX_FORWARDS - Static variable in interface de.taimos.httputils.WSConstants
Limit the number of times the message can be forwarded through proxies or gateways
HEADER_PRAGMA - Static variable in interface de.taimos.httputils.WSConstants
Implementation-specific headers that may have various effects anywhere along the request-response chain
HEADER_PROXY_AUTHORIZATION - Static variable in interface de.taimos.httputils.WSConstants
Authorization credentials for connecting to a proxy
HEADER_RANGE - Static variable in interface de.taimos.httputils.WSConstants
Request only part of an entity.
HEADER_REFERER - Static variable in interface de.taimos.httputils.WSConstants
This is the address of the previous web page from which a link to the currently requested page was followed
HEADER_TARNSFER_ENCODING - Static variable in interface de.taimos.httputils.WSConstants
The transfer encodings the user agent is willing to accept
HEADER_UPGRADE - Static variable in interface de.taimos.httputils.WSConstants
Ask the server to upgrade to another protocol
HEADER_USER_AGENT - Static variable in interface de.taimos.httputils.WSConstants
The user agent string of the user agent
HEADER_VIA - Static variable in interface de.taimos.httputils.WSConstants
Informs the server of proxies through which the request was sent
HEADER_WARNING - Static variable in interface de.taimos.httputils.WSConstants
A general warning about possible problems with the entity body
HTTPByteCallback - Class in de.taimos.httputils.callbacks
 
HTTPByteCallback() - Constructor for class de.taimos.httputils.callbacks.HTTPByteCallback
 
HTTPRequest - Class in de.taimos.httputils
 
HTTPRequest.Method - Enum in de.taimos.httputils
 
HTTPResponse - Class in de.taimos.httputils
 
HTTPResponse(HttpResponse) - Constructor for class de.taimos.httputils.HTTPResponse
 
HTTPResponseCallback - Interface in de.taimos.httputils
 
HTTPStatusCheckCallback - Class in de.taimos.httputils.callbacks
 
HTTPStatusCheckCallback() - Constructor for class de.taimos.httputils.callbacks.HTTPStatusCheckCallback
 
HTTPStringCallback - Class in de.taimos.httputils.callbacks
 
HTTPStringCallback() - Constructor for class de.taimos.httputils.callbacks.HTTPStringCallback
 

I

invalidStatus(int, HTTPResponse) - Method in class de.taimos.httputils.callbacks.HTTPStatusCheckCallback
 
isStatusClientError() - Method in class de.taimos.httputils.HTTPResponse
 
isStatusOK() - Method in class de.taimos.httputils.HTTPResponse
 
isStatusRedirect() - Method in class de.taimos.httputils.HTTPResponse
 
isStatusServerError() - Method in class de.taimos.httputils.HTTPResponse
 

L

linear(int) - Static method in interface de.taimos.httputils.WaitStrategy
 
linear() - Static method in interface de.taimos.httputils.WaitStrategy
Wait 1 second for first retry, 2 seconds for 2nd retry, ...

M

milliseconds(int) - Method in interface de.taimos.httputils.WaitStrategy
 

O

options() - Method in class de.taimos.httputils.HTTPRequest
 
optionsAsync(HTTPResponseCallback) - Method in class de.taimos.httputils.HTTPRequest
 
optionsAsync(Executor, HTTPResponseCallback) - Method in class de.taimos.httputils.HTTPRequest
 

P

patch() - Method in class de.taimos.httputils.HTTPRequest
 
patchAsync(HTTPResponseCallback) - Method in class de.taimos.httputils.HTTPRequest
 
patchAsync(Executor, HTTPResponseCallback) - Method in class de.taimos.httputils.HTTPRequest
 
pathParam(String, String) - Method in class de.taimos.httputils.HTTPRequest
 
post() - Method in class de.taimos.httputils.HTTPRequest
 
postAsync(HTTPResponseCallback) - Method in class de.taimos.httputils.HTTPRequest
 
postAsync(Executor, HTTPResponseCallback) - Method in class de.taimos.httputils.HTTPRequest
 
put() - Method in class de.taimos.httputils.HTTPRequest
 
putAsync(HTTPResponseCallback) - Method in class de.taimos.httputils.HTTPRequest
 
putAsync(Executor, HTTPResponseCallback) - Method in class de.taimos.httputils.HTTPRequest
 

Q

queryParam(String, String) - Method in class de.taimos.httputils.HTTPRequest
 

R

response(HTTPResponse) - Method in class de.taimos.httputils.callbacks.HTTPStatusCheckCallback
 
response(HTTPResponse) - Method in interface de.taimos.httputils.HTTPResponseCallback
 
retry(int, Retryable, WaitStrategy) - Method in class de.taimos.httputils.HTTPRequest
Retry.
retry() - Method in class de.taimos.httputils.HTTPRequest
Retry 5 times on Exception or 5XX status code with exponential backoff.
retry(Optional<Exception>, Optional<Integer>) - Method in interface de.taimos.httputils.Retryable
Decide if a attempt should be retried
Retryable - Interface in de.taimos.httputils
 

S

standard() - Static method in interface de.taimos.httputils.Retryable
 
stringResponse(String, HTTPResponse) - Method in class de.taimos.httputils.callbacks.HTTPStringCallback
 

T

timeout(int) - Method in class de.taimos.httputils.HTTPRequest
 

U

url(String) - Static method in class de.taimos.httputils.WS
 
userAgent(String) - Method in class de.taimos.httputils.HTTPRequest
 

V

valueOf(String) - Static method in enum de.taimos.httputils.HTTPRequest.Method
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.taimos.httputils.HTTPRequest.Method
Returns an array containing the constants of this enum type, in the order they are declared.

W

WaitStrategy - Interface in de.taimos.httputils
 
WS - Class in de.taimos.httputils
 
WSConstants - Interface in de.taimos.httputils
 
A B C D E F G H I L M O P Q R S T U V W 
Skip navigation links

Copyright © 2012–2018 Taimos GmbH. All rights reserved.