- informational(Function<Response, ? extends O>) - Method in class com.atlassian.httpclient.api.ResponseTransformation.Builder
-
Register a function to transform 'informational' (1xx) HTTP responses.
- inputStream() - Method in interface com.atlassian.httpclient.api.Entity
-
- internalServerError(Function<Response, ? extends O>) - Method in class com.atlassian.httpclient.api.ResponseTransformation.Builder
-
Register a function to transform 'internal server error' (500) HTTP responses.
- isBadRequest() - Method in interface com.atlassian.httpclient.api.Response
-
Indicates whether or not this response's status code is "Bad Request".
- isClientError() - Method in interface com.atlassian.httpclient.api.Response
-
Indicates whether or not this response's status code is categorized as "Client Error" (4xx).
- isConflict() - Method in interface com.atlassian.httpclient.api.Response
-
Indicates whether or not this response's status code is "Conflict".
- isCreated() - Method in interface com.atlassian.httpclient.api.Response
-
Indicates whether or not this response's status code is "Created".
- isError() - Method in interface com.atlassian.httpclient.api.Response
-
Indicates whether or not this response's status code is categorized as either "Client Error" or "Server Error".
- isForbidden() - Method in interface com.atlassian.httpclient.api.Response
-
Indicates whether or not this response's status code is "Forbidden".
- isInformational() - Method in interface com.atlassian.httpclient.api.Response
-
Indicates whether or not this response's status code is categorized as "Informational" (1xx).
- isInternalServerError() - Method in interface com.atlassian.httpclient.api.Response
-
Indicates whether or not this response's status code is "Internal Server Error".
- isNoContent() - Method in interface com.atlassian.httpclient.api.Response
-
Indicates whether or not this response's status code is "No Content".
- isNotFound() - Method in interface com.atlassian.httpclient.api.Response
-
Indicates whether or not this response's status code is "Not Found".
- isNotModified() - Method in interface com.atlassian.httpclient.api.Response
-
Indicates whether or not this response's status code is "Not Modified".
- isNotSuccessful() - Method in interface com.atlassian.httpclient.api.Response
-
Indicates whether or not this response's status code is categorized as one of "Informational", "Redirection",
"Client Error" or "Server Error".
- isOk() - Method in interface com.atlassian.httpclient.api.Response
-
Indicates whether or not this response's status code is "OK".
- isRedirection() - Method in interface com.atlassian.httpclient.api.Response
-
Indicates whether or not this response's status code is categorized as "Redirection" (3xx).
- isSeeOther() - Method in interface com.atlassian.httpclient.api.Response
-
Indicates whether or not this response's status code is "See Other".
- isServerError() - Method in interface com.atlassian.httpclient.api.Response
-
Indicates whether or not this response's status code is categorized as "Server Error" (5xx).
- isServiceUnavailable() - Method in interface com.atlassian.httpclient.api.Response
-
Indicates whether or not this response's status code is "Service Unavailable".
- isSuccessful() - Method in interface com.atlassian.httpclient.api.Response
-
Indicates whether or not this response's status code is categorized as "Successful" (2xx).
- isUnauthorized() - Method in interface com.atlassian.httpclient.api.Response
-
Indicates whether or not this response's status code is "Unauthorized".
- seeOther(Function<Response, ? extends O>) - Method in class com.atlassian.httpclient.api.ResponseTransformation.Builder
-
Register a function to transform 'see other' (303) HTTP responses.
- serverError(Function<Response, ? extends O>) - Method in class com.atlassian.httpclient.api.ResponseTransformation.Builder
-
Register a function to transform 'server error' (5xx) HTTP responses.
- serviceUnavailable(Function<Response, ? extends O>) - Method in class com.atlassian.httpclient.api.ResponseTransformation.Builder
-
Register a function to transform 'service unavailable' (503) HTTP responses.
- setAccept(String) - Method in interface com.atlassian.httpclient.api.Headers.Builder
-
Sets the Accept for this object's entity, if any.
- setAccept(String) - Method in interface com.atlassian.httpclient.api.Request.Builder
-
Sets the Accept header for the request.
- setAttribute(String, String) - Method in interface com.atlassian.httpclient.api.Request.Builder
-
Sets an attribute on the request.
- setAttributes(Map<String, String>) - Method in interface com.atlassian.httpclient.api.Request.Builder
-
Sets attributes on the request.
- setCallbackExecutor(ExecutorService) - Method in class com.atlassian.httpclient.api.factory.HttpClientOptions
-
- setConnectionPoolTimeToLive(int, TimeUnit) - Method in class com.atlassian.httpclient.api.factory.HttpClientOptions
-
- setConnectionTimeout(int, TimeUnit) - Method in class com.atlassian.httpclient.api.factory.HttpClientOptions
-
Sets how long, in milliseconds, to wait for a TCP connection
- setContentCharset(String) - Method in interface com.atlassian.httpclient.api.Headers.Builder
-
Sets the charset for this object's entity, if any.
- setContentType(String) - Method in interface com.atlassian.httpclient.api.Headers.Builder
-
Sets the IANA media type, for the current entity, if any.
- setEntity(String) - Method in interface com.atlassian.httpclient.api.Request.Builder
-
- setIoSelectInterval(int, TimeUnit) - Method in class com.atlassian.httpclient.api.factory.HttpClientOptions
-
Defines time interval in milliseconds at which the I/O reactor wakes up to check for
timed out sessions and session requests.
- setIoThreadCount(int) - Method in class com.atlassian.httpclient.api.factory.HttpClientOptions
-
- setLeaseTimeout(long) - Method in class com.atlassian.httpclient.api.factory.HttpClientOptions
-
- setMaxCacheEntries(int) - Method in class com.atlassian.httpclient.api.factory.HttpClientOptions
-
- setMaxCacheObjectSize(long) - Method in class com.atlassian.httpclient.api.factory.HttpClientOptions
-
- setMaxConnectionsPerHost(int) - Method in class com.atlassian.httpclient.api.factory.HttpClientOptions
-
- setMaxEntitySize(int) - Method in class com.atlassian.httpclient.api.factory.HttpClientOptions
-
param maxEntitySize The maximum entity size in bytes
- setMethod(Request.Method) - Method in interface com.atlassian.httpclient.api.Request.Builder
-
Sets this request's Method
- setParam(String, Iterable<String>) - Method in interface com.atlassian.httpclient.api.FormBuilder
-
Sets multiple values for the named parameter, resetting any existing values in the process.
- setRequestPreparer(Effect<Request>) - Method in class com.atlassian.httpclient.api.factory.HttpClientOptions
-
- setRequestTimeout(int, TimeUnit) - Method in class com.atlassian.httpclient.api.factory.HttpClientOptions
-
- setSocketTimeout(int, TimeUnit) - Method in class com.atlassian.httpclient.api.factory.HttpClientOptions
-
- setStatusCode(int) - Method in interface com.atlassian.httpclient.api.Response.Builder
-
Sets the status code of the response.
- setStatusText(String) - Method in interface com.atlassian.httpclient.api.Response.Builder
-
Sets the status text of the response.
- setThreadPrefix(String) - Method in class com.atlassian.httpclient.api.factory.HttpClientOptions
-
- setUserAgent(String) - Method in class com.atlassian.httpclient.api.factory.HttpClientOptions
-
- statusCode() - Method in interface com.atlassian.httpclient.api.Response
-
Gets the status code of the response.
- statusText() - Method in interface com.atlassian.httpclient.api.Response
-
Gets the status text of the response.
- successful(Function<Response, ? extends O>) - Method in class com.atlassian.httpclient.api.ResponseTransformation.Builder
-
Register a function to transform 'successful' (2xx) HTTP responses.