A B C D E F G H I J L M N O P Q R S T U V 
All Classes All Packages

A

ACCEPTED_202 - Static variable in class com.synopsys.integration.rest.RestConstants
 
acceptMimeType(String) - Method in class com.synopsys.integration.rest.request.Request.Builder
 
addAuthenticationHeader(AuthenticatingIntHttpClient, HttpUriRequest, String, String) - Method in class com.synopsys.integration.rest.support.AuthenticationSupport
 
addBearerToken(IntLogger, HttpUriRequest, AuthenticatingIntHttpClient, Optional<String>) - Method in class com.synopsys.integration.rest.support.AuthenticationSupport
 
addCommonRequestHeader(String, String) - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
addCommonRequestHeaders(Map<String, String>) - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
addHeader(String, String) - Method in class com.synopsys.integration.rest.request.Request.Builder
 
addQueryParameter(String, String) - Method in class com.synopsys.integration.rest.request.Request.Builder
 
addToHttpClientBuilder(HttpClientBuilder, RequestConfig.Builder) - Method in class com.synopsys.integration.rest.client.BasicAuthHttpClient
 
addToHttpClientBuilder(HttpClientBuilder, RequestConfig.Builder) - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
ApiException - Exception in com.synopsys.integration.rest.exception
 
ApiException(IntegrationRestException, String, String) - Constructor for exception com.synopsys.integration.rest.exception.ApiException
 
appendRelativeUrl(String) - Method in class com.synopsys.integration.rest.HttpUrl
 
attemptAuthentication() - Method in class com.synopsys.integration.rest.client.AuthenticatingIntHttpClient
 
attemptAuthentication() - Method in class com.synopsys.integration.rest.client.BasicAuthHttpClient
 
attemptAuthentication(AuthenticatingIntHttpClient, HttpUrl, String, Map<String, String>) - Method in class com.synopsys.integration.rest.support.AuthenticationSupport
 
attemptAuthentication(AuthenticatingIntHttpClient, HttpUrl, String, HttpEntity) - Method in class com.synopsys.integration.rest.support.AuthenticationSupport
 
attemptAuthentication(AuthenticatingIntHttpClient, HttpUrl, RequestBuilder) - Method in class com.synopsys.integration.rest.support.AuthenticationSupport
 
attemptConnection() - Method in class com.synopsys.integration.rest.client.AuthenticatingIntHttpClient
 
authenticateRequest(HttpUriRequest) - Method in class com.synopsys.integration.rest.client.AuthenticatingIntHttpClient
 
AuthenticatingIntHttpClient - Class in com.synopsys.integration.rest.client
 
AuthenticatingIntHttpClient(IntLogger, int, boolean, ProxyInfo) - Constructor for class com.synopsys.integration.rest.client.AuthenticatingIntHttpClient
 
AuthenticatingIntHttpClient(IntLogger, int, boolean, ProxyInfo, CredentialsProvider, HttpClientBuilder, RequestConfig.Builder, Map<String, String>) - Constructor for class com.synopsys.integration.rest.client.AuthenticatingIntHttpClient
 
AuthenticationSupport - Class in com.synopsys.integration.rest.support
 
AuthenticationSupport() - Constructor for class com.synopsys.integration.rest.support.AuthenticationSupport
 
AUTHORIZATION_HEADER - Static variable in class com.synopsys.integration.rest.support.AuthenticationSupport
 

B

BAD_GATEWAY_502 - Static variable in class com.synopsys.integration.rest.RestConstants
 
BAD_METHOD_405 - Static variable in class com.synopsys.integration.rest.RestConstants
 
BAD_REQUEST_400 - Static variable in class com.synopsys.integration.rest.RestConstants
 
BasicAuthHttpClient - Class in com.synopsys.integration.rest.client
 
BasicAuthHttpClient(IntLogger, int, boolean, ProxyInfo, AuthenticationSupport, String, String) - Constructor for class com.synopsys.integration.rest.client.BasicAuthHttpClient
 
bodyContent(BodyContent) - Method in class com.synopsys.integration.rest.request.Request.Builder
 
BodyContent - Interface in com.synopsys.integration.rest.body
 
bodyEncoding(Charset) - Method in class com.synopsys.integration.rest.request.Request.Builder
 
Builder() - Constructor for class com.synopsys.integration.rest.request.Request.Builder
 
Builder(HttpUrl) - Constructor for class com.synopsys.integration.rest.request.Request.Builder
 
Builder(HttpUrl, HttpMethod) - Constructor for class com.synopsys.integration.rest.request.Request.Builder
 
Builder(HttpUrl, HttpMethod, Map<String, String>) - Constructor for class com.synopsys.integration.rest.request.Request.Builder
 
Builder(Request) - Constructor for class com.synopsys.integration.rest.request.Request.Builder
 
buildWithoutValidation() - Method in class com.synopsys.integration.rest.credentials.CredentialsBuilder
 
buildWithoutValidation() - Method in class com.synopsys.integration.rest.proxy.ProxyInfoBuilder
 
buildWithoutValidation() - Method in class com.synopsys.integration.rest.request.Request.Builder
 

C

canConnect() - Method in class com.synopsys.integration.rest.client.AuthenticatingIntHttpClient
 
CLIENT_TIMEOUT_408 - Static variable in class com.synopsys.integration.rest.RestConstants
 
close() - Method in class com.synopsys.integration.rest.response.DefaultResponse
 
close() - Method in interface com.synopsys.integration.rest.response.Response
 
com.synopsys.integration.rest - package com.synopsys.integration.rest
 
com.synopsys.integration.rest.body - package com.synopsys.integration.rest.body
 
com.synopsys.integration.rest.client - package com.synopsys.integration.rest.client
 
com.synopsys.integration.rest.component - package com.synopsys.integration.rest.component
 
com.synopsys.integration.rest.credentials - package com.synopsys.integration.rest.credentials
 
com.synopsys.integration.rest.exception - package com.synopsys.integration.rest.exception
 
com.synopsys.integration.rest.proxy - package com.synopsys.integration.rest.proxy
 
com.synopsys.integration.rest.request - package com.synopsys.integration.rest.request
 
com.synopsys.integration.rest.response - package com.synopsys.integration.rest.response
 
com.synopsys.integration.rest.service - package com.synopsys.integration.rest.service
 
com.synopsys.integration.rest.support - package com.synopsys.integration.rest.support
 
combineResponses(Collection<R>) - Method in interface com.synopsys.integration.rest.request.PageRequestHandler
 
completeAuthenticationRequest(HttpUriRequest, Response) - Method in class com.synopsys.integration.rest.client.AuthenticatingIntHttpClient
 
completeAuthenticationRequest(HttpUriRequest, Response) - Method in class com.synopsys.integration.rest.client.BasicAuthHttpClient
 
completeTokenAuthenticationRequest(HttpUriRequest, Response, IntLogger, Gson, AuthenticatingIntHttpClient, String) - Method in class com.synopsys.integration.rest.support.AuthenticationSupport
 
CONFLICT_409 - Static variable in class com.synopsys.integration.rest.RestConstants
 
ConnectionResult - Class in com.synopsys.integration.rest.client
 
createBuilder() - Method in class com.synopsys.integration.rest.request.Request
 
CREATED_201 - Static variable in class com.synopsys.integration.rest.RestConstants
 
createEntity(Request) - Method in interface com.synopsys.integration.rest.body.BodyContent
 
createEntity(Request) - Method in class com.synopsys.integration.rest.body.EntityBodyContent
 
createEntity(Request) - Method in class com.synopsys.integration.rest.body.FileBodyContent
 
createEntity(Request) - Method in class com.synopsys.integration.rest.body.MapBodyContent
 
createEntity(Request) - Method in class com.synopsys.integration.rest.body.MultipartBodyContent
 
createEntity(Request) - Method in class com.synopsys.integration.rest.body.StringBodyContent
 
createHttpEntity() - Method in class com.synopsys.integration.rest.request.Request
 
createHttpUriRequest(Request) - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
createPageRequest(Request.Builder, int, int) - Method in interface com.synopsys.integration.rest.request.PageRequestHandler
 
createRequestBuilder(HttpMethod) - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
createRequestBuilder(HttpMethod, Map<String, String>) - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
Credentials - Class in com.synopsys.integration.rest.credentials
 
CredentialsBuilder - Class in com.synopsys.integration.rest.credentials
 
CredentialsBuilder() - Constructor for class com.synopsys.integration.rest.credentials.CredentialsBuilder
 

D

DEFAULT_ACCEPT_MIME_TYPE - Static variable in class com.synopsys.integration.rest.request.Request
 
DEFAULT_TIMEOUT - Static variable in class com.synopsys.integration.rest.client.IntHttpClient
 
DefaultResponse - Class in com.synopsys.integration.rest.response
 
DefaultResponse(HttpUriRequest, CloseableHttpClient, CloseableHttpResponse) - Constructor for class com.synopsys.integration.rest.response.DefaultResponse
 
DELETE - com.synopsys.integration.rest.HttpMethod
 

E

ENTITY_TOO_LARGE_413 - Static variable in class com.synopsys.integration.rest.RestConstants
 
EntityBodyContent - Class in com.synopsys.integration.rest.body
 
EntityBodyContent(HttpEntity) - Constructor for class com.synopsys.integration.rest.body.EntityBodyContent
 
ERROR_MSG_PROXY_INFO_NULL - Static variable in class com.synopsys.integration.rest.client.IntHttpClient
 
ErrorResponse - Class in com.synopsys.integration.rest.response
 
ErrorResponse(String, String) - Constructor for class com.synopsys.integration.rest.response.ErrorResponse
 
execute(Request) - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
execute(Request, HttpContext) - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
execute(HttpUriRequest) - Method in class com.synopsys.integration.rest.client.AuthenticatingIntHttpClient
 
execute(HttpUriRequest) - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
execute(HttpUriRequest, HttpContext) - Method in class com.synopsys.integration.rest.client.AuthenticatingIntHttpClient
 
execute(HttpUriRequest, HttpContext) - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
executeGetRequestIfModifiedSince(Request, long) - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
executeGetRequestIfModifiedSince(Request, long, HttpContext) - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
extractErrorResponse(String) - Method in class com.synopsys.integration.rest.client.IntHttpClient
 

F

FAILURE(int, String, Exception) - Static method in class com.synopsys.integration.rest.client.ConnectionResult
 
FIELD_NAME_JSON - Static variable in class com.synopsys.integration.rest.component.IntRestComponent
 
FileBodyContent - Class in com.synopsys.integration.rest.body
 
FileBodyContent(File) - Constructor for class com.synopsys.integration.rest.body.FileBodyContent
 
FORBIDDEN_403 - Static variable in class com.synopsys.integration.rest.RestConstants
 
formatDate(Date) - Static method in class com.synopsys.integration.rest.RestConstants
 

G

GATEWAY_TIMEOUT_504 - Static variable in class com.synopsys.integration.rest.RestConstants
 
GET - com.synopsys.integration.rest.HttpMethod
 
getAcceptMimeType() - Method in class com.synopsys.integration.rest.request.Request.Builder
 
getAcceptMimeType() - Method in class com.synopsys.integration.rest.request.Request
 
getActualResponse() - Method in class com.synopsys.integration.rest.response.DefaultResponse
 
getActualResponse() - Method in interface com.synopsys.integration.rest.response.Response
 
getBodyContent() - Method in class com.synopsys.integration.rest.body.StringBodyContent
 
getBodyContent() - Method in class com.synopsys.integration.rest.request.Request.Builder
 
getBodyContent() - Method in class com.synopsys.integration.rest.request.Request
 
getBodyContentFile() - Method in class com.synopsys.integration.rest.body.FileBodyContent
 
getBodyContentFileMap() - Method in class com.synopsys.integration.rest.body.MultipartBodyContent
 
getBodyContentMap() - Method in class com.synopsys.integration.rest.body.MapBodyContent
 
getBodyContentStringMap() - Method in class com.synopsys.integration.rest.body.MultipartBodyContent
 
getBodyEncoding() - Method in class com.synopsys.integration.rest.request.Request.Builder
 
getBodyEncoding() - Method in class com.synopsys.integration.rest.request.Request
 
getClientBuilder() - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
getCommonRequestHeaders() - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
getComponentAs(JsonObject, Type) - Method in class com.synopsys.integration.rest.service.IntJsonTransformer
 
getComponentAs(String, Type) - Method in class com.synopsys.integration.rest.service.IntJsonTransformer
 
getContent() - Method in class com.synopsys.integration.rest.response.DefaultResponse
 
getContent() - Method in interface com.synopsys.integration.rest.response.Response
 
getContentEncoding() - Method in class com.synopsys.integration.rest.response.DefaultResponse
 
getContentEncoding() - Method in interface com.synopsys.integration.rest.response.Response
 
getContentLength() - Method in class com.synopsys.integration.rest.response.DefaultResponse
 
getContentLength() - Method in interface com.synopsys.integration.rest.response.Response
 
getContentString() - Method in class com.synopsys.integration.rest.response.DefaultResponse
 
getContentString() - Method in interface com.synopsys.integration.rest.response.Response
 
getContentString(Charset) - Method in class com.synopsys.integration.rest.response.DefaultResponse
 
getContentString(Charset) - Method in interface com.synopsys.integration.rest.response.Response
 
getContentType() - Method in class com.synopsys.integration.rest.response.DefaultResponse
 
getContentType() - Method in interface com.synopsys.integration.rest.response.Response
 
getCount() - Method in class com.synopsys.integration.rest.response.PageResponse
 
getCredentials() - Method in class com.synopsys.integration.rest.proxy.ProxyInfoBuilder
 
getCredentialsProvider() - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
getCurrentResponseCount(R) - Method in interface com.synopsys.integration.rest.request.PageRequestHandler
 
getDefaultRequestConfigBuilder() - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
getErrorCode() - Method in exception com.synopsys.integration.rest.exception.ApiException
 
getErrorCode() - Method in class com.synopsys.integration.rest.response.ErrorResponse
 
getErrorMessage() - Method in class com.synopsys.integration.rest.response.ErrorResponse
 
getException() - Method in class com.synopsys.integration.rest.client.ConnectionResult
 
getFailureMessage() - Method in class com.synopsys.integration.rest.client.ConnectionResult
 
getGson() - Method in class com.synopsys.integration.rest.component.IntRestResponse
 
getHeaders() - Method in class com.synopsys.integration.rest.request.Request.Builder
 
getHeaders() - Method in class com.synopsys.integration.rest.request.Request
 
getHeaders() - Method in class com.synopsys.integration.rest.response.DefaultResponse
 
getHeaders() - Method in interface com.synopsys.integration.rest.response.Response
 
getHeaderValue(String) - Method in class com.synopsys.integration.rest.response.DefaultResponse
 
getHeaderValue(String) - Method in interface com.synopsys.integration.rest.response.Response
 
getHost() - Method in class com.synopsys.integration.rest.proxy.ProxyInfo
 
getHost() - Method in class com.synopsys.integration.rest.proxy.ProxyInfoBuilder
 
getHttpResponseContent() - Method in exception com.synopsys.integration.rest.exception.IntegrationRestException
 
getHttpStatusCode() - Method in class com.synopsys.integration.rest.client.ConnectionResult
 
getHttpStatusCode() - Method in exception com.synopsys.integration.rest.exception.IntegrationRestException
 
getHttpStatusMessage() - Method in exception com.synopsys.integration.rest.exception.IntegrationRestException
 
getItems() - Method in class com.synopsys.integration.rest.response.PageResponse
 
getJson() - Method in class com.synopsys.integration.rest.component.IntRestComponent
 
getJsonElement() - Method in class com.synopsys.integration.rest.component.IntRestComponent
 
getLastModified() - Method in class com.synopsys.integration.rest.response.DefaultResponse
 
getLastModified() - Method in interface com.synopsys.integration.rest.response.Response
 
getLogger() - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
getMaskedPassword() - Method in class com.synopsys.integration.rest.credentials.Credentials
 
getMaskedPassword() - Method in class com.synopsys.integration.rest.proxy.ProxyInfo
 
getMethod() - Method in class com.synopsys.integration.rest.request.Request.Builder
 
getMethod() - Method in class com.synopsys.integration.rest.request.Request
 
getNtlmDomain() - Method in class com.synopsys.integration.rest.proxy.ProxyInfo
 
getNtlmDomain() - Method in class com.synopsys.integration.rest.proxy.ProxyInfoBuilder
 
getNtlmWorkstation() - Method in class com.synopsys.integration.rest.proxy.ProxyInfo
 
getNtlmWorkstation() - Method in class com.synopsys.integration.rest.proxy.ProxyInfoBuilder
 
getOriginalIntegrationRestException() - Method in exception com.synopsys.integration.rest.exception.ApiException
 
getPassword() - Method in class com.synopsys.integration.rest.credentials.Credentials
 
getPassword() - Method in class com.synopsys.integration.rest.credentials.CredentialsBuilder
 
getPassword() - Method in class com.synopsys.integration.rest.proxy.ProxyInfo
 
getPatch() - Method in class com.synopsys.integration.rest.component.IntRestResponse
 
getPopulatedQueryParameters() - Method in class com.synopsys.integration.rest.request.Request
 
getPort() - Method in class com.synopsys.integration.rest.proxy.ProxyInfo
 
getPort() - Method in class com.synopsys.integration.rest.proxy.ProxyInfoBuilder
 
getProxy() - Method in class com.synopsys.integration.rest.proxy.ProxyInfo
 
getProxyCredentials() - Method in class com.synopsys.integration.rest.proxy.ProxyInfo
 
getProxyInfo() - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
getQueryParameters() - Method in class com.synopsys.integration.rest.request.Request.Builder
 
getQueryParameters() - Method in class com.synopsys.integration.rest.request.Request
 
getRequest() - Method in class com.synopsys.integration.rest.response.DefaultResponse
 
getRequest() - Method in interface com.synopsys.integration.rest.response.Response
 
getResponse(Request, Class<R>) - Method in class com.synopsys.integration.rest.service.IntResponseTransformer
 
getResponse(Response, Type) - Method in class com.synopsys.integration.rest.service.IntJsonTransformer
 
getResponseAs(JsonObject, Class<R>) - Method in class com.synopsys.integration.rest.service.IntResponseTransformer
 
getResponseAs(String, Class<R>) - Method in class com.synopsys.integration.rest.service.IntResponseTransformer
 
getResponses(Request.Builder, PageRequestHandler, Class<R>, int) - Method in class com.synopsys.integration.rest.service.IntResponseTransformer
 
getStatusCode() - Method in class com.synopsys.integration.rest.response.DefaultResponse
 
getStatusCode() - Method in interface com.synopsys.integration.rest.response.Response
 
getStatusMessage() - Method in class com.synopsys.integration.rest.response.DefaultResponse
 
getStatusMessage() - Method in interface com.synopsys.integration.rest.response.Response
 
getSubclass() - Method in class com.synopsys.integration.rest.component.IntRestResponse
 
getTimeoutInSeconds() - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
getTotalResponseCount(R) - Method in interface com.synopsys.integration.rest.request.PageRequestHandler
 
getUrl() - Method in class com.synopsys.integration.rest.request.Request.Builder
 
getUrl() - Method in class com.synopsys.integration.rest.request.Request
 
getUsername() - Method in class com.synopsys.integration.rest.credentials.Credentials
 
getUsername() - Method in class com.synopsys.integration.rest.credentials.CredentialsBuilder
 
getUsername() - Method in class com.synopsys.integration.rest.proxy.ProxyInfo
 
GONE_410 - Static variable in class com.synopsys.integration.rest.RestConstants
 

H

handleErrorResponse(AuthenticatingIntHttpClient, HttpUriRequest, Response, String) - Method in class com.synopsys.integration.rest.support.AuthenticationSupport
 
handleErrorResponse(HttpUriRequest, Response) - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
handleTokenErrorResponse(AuthenticatingIntHttpClient, HttpUriRequest, Response) - Method in class com.synopsys.integration.rest.support.AuthenticationSupport
 
hasAuthenticatedProxySettings() - Method in class com.synopsys.integration.rest.proxy.ProxyInfo
 
hasSubclasses() - Method in class com.synopsys.integration.rest.component.IntRestResponse
 
HEAD - com.synopsys.integration.rest.HttpMethod
 
headers(Map<String, String>) - Method in class com.synopsys.integration.rest.request.Request.Builder
 
HttpMethod - Enum in com.synopsys.integration.rest
 
HttpUrl - Class in com.synopsys.integration.rest
 
HttpUrl(String) - Constructor for class com.synopsys.integration.rest.HttpUrl
 
HttpUrl(URI) - Constructor for class com.synopsys.integration.rest.HttpUrl
 
HttpUrl(URL) - Constructor for class com.synopsys.integration.rest.HttpUrl
 

I

IntegrationCertificateException - Exception in com.synopsys.integration.rest.exception
 
IntegrationCertificateException() - Constructor for exception com.synopsys.integration.rest.exception.IntegrationCertificateException
 
IntegrationCertificateException(String) - Constructor for exception com.synopsys.integration.rest.exception.IntegrationCertificateException
 
IntegrationCertificateException(String, Throwable) - Constructor for exception com.synopsys.integration.rest.exception.IntegrationCertificateException
 
IntegrationCertificateException(Throwable) - Constructor for exception com.synopsys.integration.rest.exception.IntegrationCertificateException
 
IntegrationRestException - Exception in com.synopsys.integration.rest.exception
 
IntegrationRestException(int, String, String, String) - Constructor for exception com.synopsys.integration.rest.exception.IntegrationRestException
 
IntegrationRestException(int, String, String, String, Throwable) - Constructor for exception com.synopsys.integration.rest.exception.IntegrationRestException
 
IntegrationRestException(int, String, String, String, Throwable, boolean, boolean) - Constructor for exception com.synopsys.integration.rest.exception.IntegrationRestException
 
IntegrationRestException(int, String, String, Throwable) - Constructor for exception com.synopsys.integration.rest.exception.IntegrationRestException
 
INTERNAL_ERROR_500 - Static variable in class com.synopsys.integration.rest.RestConstants
 
IntHttpClient - Class in com.synopsys.integration.rest.client
A basic, extendable http client.
IntHttpClient(IntLogger, int, boolean, ProxyInfo) - Constructor for class com.synopsys.integration.rest.client.IntHttpClient
 
IntHttpClient(IntLogger, int, boolean, ProxyInfo, CredentialsProvider, HttpClientBuilder, RequestConfig.Builder, Map<String, String>) - Constructor for class com.synopsys.integration.rest.client.IntHttpClient
 
IntHttpClient(IntLogger, int, ProxyInfo, SSLContext) - Constructor for class com.synopsys.integration.rest.client.IntHttpClient
 
IntHttpClient(IntLogger, int, ProxyInfo, CredentialsProvider, HttpClientBuilder, RequestConfig.Builder, Map<String, String>, SSLContext) - Constructor for class com.synopsys.integration.rest.client.IntHttpClient
 
IntJsonTransformer - Class in com.synopsys.integration.rest.service
 
IntJsonTransformer(Gson, IntLogger) - Constructor for class com.synopsys.integration.rest.service.IntJsonTransformer
 
IntResponseTransformer - Class in com.synopsys.integration.rest.service
 
IntResponseTransformer(IntHttpClient, IntJsonTransformer) - Constructor for class com.synopsys.integration.rest.service.IntResponseTransformer
 
IntRestComponent - Class in com.synopsys.integration.rest.component
A base class for any object that can interact with a REST API.
IntRestComponent() - Constructor for class com.synopsys.integration.rest.component.IntRestComponent
 
IntRestResponse - Class in com.synopsys.integration.rest.component
All Rest API JSON Responses should be marshaled to instances of this class.
IntRestResponse() - Constructor for class com.synopsys.integration.rest.component.IntRestResponse
 
isAlreadyAuthenticated(HttpUriRequest) - Method in class com.synopsys.integration.rest.client.AuthenticatingIntHttpClient
 
isAlreadyAuthenticated(HttpUriRequest) - Method in class com.synopsys.integration.rest.client.BasicAuthHttpClient
 
isAlwaysTrustServerCertificate() - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
isBlank() - Method in class com.synopsys.integration.rest.credentials.Credentials
 
isBlank() - Method in class com.synopsys.integration.rest.proxy.ProxyInfo
 
isBlank() - Method in class com.synopsys.integration.rest.proxy.ProxyInfoBuilder
 
isFailure() - Method in class com.synopsys.integration.rest.client.ConnectionResult
 
isStatusCodeError() - Method in class com.synopsys.integration.rest.response.DefaultResponse
 
isStatusCodeError() - Method in interface com.synopsys.integration.rest.response.Response
 
isStatusCodeSuccess() - Method in class com.synopsys.integration.rest.response.DefaultResponse
 
isStatusCodeSuccess() - Method in interface com.synopsys.integration.rest.response.Response
 
isSuccess() - Method in class com.synopsys.integration.rest.client.ConnectionResult
 
isTokenAlreadyAuthenticated(HttpUriRequest) - Method in class com.synopsys.integration.rest.support.AuthenticationSupport
 
isUnauthorizedOrForbidden(Response) - Method in class com.synopsys.integration.rest.client.AuthenticatingIntHttpClient
 

J

JSON_DATE_FORMAT - Static variable in class com.synopsys.integration.rest.RestConstants
 

L

LAST_MODIFIED_FORMAT - Static variable in interface com.synopsys.integration.rest.response.Response
 
LAST_MODIFIED_HEADER_KEY - Static variable in interface com.synopsys.integration.rest.response.Response
 
LENGTH_REQUIRED_411 - Static variable in class com.synopsys.integration.rest.RestConstants
 
logger - Variable in class com.synopsys.integration.rest.client.IntHttpClient
 
logRequestHeaders(HttpUriRequest) - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
logResponseHeaders(HttpResponse) - Method in class com.synopsys.integration.rest.client.IntHttpClient
 

M

MapBodyContent - Class in com.synopsys.integration.rest.body
 
MapBodyContent(Map<String, String>) - Constructor for class com.synopsys.integration.rest.body.MapBodyContent
 
method(HttpMethod) - Method in class com.synopsys.integration.rest.request.Request.Builder
 
MOVED_PERM_301 - Static variable in class com.synopsys.integration.rest.RestConstants
 
MOVED_TEMP_302 - Static variable in class com.synopsys.integration.rest.RestConstants
 
MULT_CHOICE_300 - Static variable in class com.synopsys.integration.rest.RestConstants
 
MultipartBodyContent - Class in com.synopsys.integration.rest.body
 
MultipartBodyContent(Map<String, File>, Map<String, String>) - Constructor for class com.synopsys.integration.rest.body.MultipartBodyContent
 

N

NEED_TO_MANAGE_CONTENT_LENGTH - Static variable in class com.synopsys.integration.rest.support.AuthenticationSupport
 
newBuilder() - Static method in class com.synopsys.integration.rest.credentials.Credentials
 
newBuilder() - Static method in class com.synopsys.integration.rest.proxy.ProxyInfo
 
NO_CONTENT_204 - Static variable in class com.synopsys.integration.rest.RestConstants
 
NO_CREDENTIALS - Static variable in class com.synopsys.integration.rest.credentials.Credentials
 
NO_PROXY_INFO - Static variable in class com.synopsys.integration.rest.proxy.ProxyInfo
 
NOT_ACCEPTABLE_406 - Static variable in class com.synopsys.integration.rest.RestConstants
 
NOT_AUTHORITATIVE_203 - Static variable in class com.synopsys.integration.rest.RestConstants
 
NOT_FOUND_404 - Static variable in class com.synopsys.integration.rest.RestConstants
 
NOT_IMPLEMENTED_501 - Static variable in class com.synopsys.integration.rest.RestConstants
 
NOT_MODIFIED_304 - Static variable in class com.synopsys.integration.rest.RestConstants
 

O

OCTET_STREAM_UTF_8 - Static variable in class com.synopsys.integration.rest.body.MultipartBodyContent
 
OK_200 - Static variable in class com.synopsys.integration.rest.RestConstants
 
openConnection(URL) - Method in class com.synopsys.integration.rest.proxy.ProxyInfo
 
OPTIONS - com.synopsys.integration.rest.HttpMethod
 

P

PageRequestHandler - Interface in com.synopsys.integration.rest.request
 
PageResponse<R extends IntRestResponse> - Class in com.synopsys.integration.rest.response
 
PageResponse(int, List<R>) - Constructor for class com.synopsys.integration.rest.response.PageResponse
 
parseDateString(String) - Static method in class com.synopsys.integration.rest.RestConstants
 
PARTIAL_206 - Static variable in class com.synopsys.integration.rest.RestConstants
 
PATCH - com.synopsys.integration.rest.HttpMethod
 
PAYMENT_REQUIRED_402 - Static variable in class com.synopsys.integration.rest.RestConstants
 
POST - com.synopsys.integration.rest.HttpMethod
 
PRECON_FAILED_412 - Static variable in class com.synopsys.integration.rest.RestConstants
 
producePatchedJson(IntRestResponse, ObjectMapper) - Method in class com.synopsys.integration.rest.service.IntJsonTransformer
 
PROXY_AUTH_407 - Static variable in class com.synopsys.integration.rest.RestConstants
 
ProxyInfo - Class in com.synopsys.integration.rest.proxy
 
ProxyInfoBuilder - Class in com.synopsys.integration.rest.proxy
 
ProxyInfoBuilder() - Constructor for class com.synopsys.integration.rest.proxy.ProxyInfoBuilder
 
PUT - com.synopsys.integration.rest.HttpMethod
 

Q

queryParameters(Map<String, Set<String>>) - Method in class com.synopsys.integration.rest.request.Request.Builder
 

R

removeCommonRequestHeader(String) - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
REQ_TOO_LONG_414 - Static variable in class com.synopsys.integration.rest.RestConstants
 
Request - Class in com.synopsys.integration.rest.request
 
Request(HttpUrl, HttpMethod, String, Charset, Map<String, Set<String>>, Map<String, String>, BodyContent) - Constructor for class com.synopsys.integration.rest.request.Request
 
Request(Request.Builder) - Constructor for class com.synopsys.integration.rest.request.Request
 
Request.Builder - Class in com.synopsys.integration.rest.request
 
RESET_205 - Static variable in class com.synopsys.integration.rest.RestConstants
 
Response - Interface in com.synopsys.integration.rest.response
 
RestConstants - Class in com.synopsys.integration.rest
 
RestConstants() - Constructor for class com.synopsys.integration.rest.RestConstants
 
retrieveBearerToken(IntLogger, Gson, AuthenticatingIntHttpClient, String) - Method in class com.synopsys.integration.rest.support.AuthenticationSupport
 

S

SEE_OTHER_303 - Static variable in class com.synopsys.integration.rest.RestConstants
 
setCredentials(Credentials) - Method in class com.synopsys.integration.rest.proxy.ProxyInfoBuilder
 
setGson(Gson) - Method in class com.synopsys.integration.rest.component.IntRestResponse
 
setHost(String) - Method in class com.synopsys.integration.rest.proxy.ProxyInfoBuilder
 
setJson(String) - Method in class com.synopsys.integration.rest.component.IntRestComponent
 
setJsonElement(JsonElement) - Method in class com.synopsys.integration.rest.component.IntRestComponent
 
setNtlmDomain(String) - Method in class com.synopsys.integration.rest.proxy.ProxyInfoBuilder
 
setNtlmWorkstation(String) - Method in class com.synopsys.integration.rest.proxy.ProxyInfoBuilder
 
setPassword(String) - Method in class com.synopsys.integration.rest.credentials.CredentialsBuilder
 
setPatch(JsonNode) - Method in class com.synopsys.integration.rest.component.IntRestResponse
 
setPatch(IntRestResponse, ObjectMapper) - Method in class com.synopsys.integration.rest.service.IntJsonTransformer
 
setPort(int) - Method in class com.synopsys.integration.rest.proxy.ProxyInfoBuilder
 
setQueryParameter(String, String) - Method in class com.synopsys.integration.rest.request.Request.Builder
 
setUsername(String) - Method in class com.synopsys.integration.rest.credentials.CredentialsBuilder
 
setUsernameAndPassword(String, String) - Method in class com.synopsys.integration.rest.credentials.CredentialsBuilder
 
shouldUseProxy() - Method in class com.synopsys.integration.rest.proxy.ProxyInfo
 
SSL_CONTEXT_SUPPLIER - Static variable in class com.synopsys.integration.rest.client.IntHttpClient
 
string() - Method in class com.synopsys.integration.rest.HttpUrl
 
StringBodyContent - Class in com.synopsys.integration.rest.body
 
StringBodyContent(String) - Constructor for class com.synopsys.integration.rest.body.StringBodyContent
 
SUCCESS(int) - Static method in class com.synopsys.integration.rest.client.ConnectionResult
 

T

TEXT_PLAIN_UTF_8 - Static variable in class com.synopsys.integration.rest.body.MultipartBodyContent
 
throwExceptionForError() - Method in class com.synopsys.integration.rest.response.DefaultResponse
 
throwExceptionForError() - Method in interface com.synopsys.integration.rest.response.Response
 
throwExceptionForError(Response) - Method in class com.synopsys.integration.rest.client.IntHttpClient
 
toString() - Method in class com.synopsys.integration.rest.credentials.Credentials
 
toString() - Method in class com.synopsys.integration.rest.HttpUrl
 
TRACE - com.synopsys.integration.rest.HttpMethod
 

U

UNAUTHORIZED_401 - Static variable in class com.synopsys.integration.rest.RestConstants
 
UNAVAILABLE_503 - Static variable in class com.synopsys.integration.rest.RestConstants
 
UNSUPPORTED_TYPE_415 - Static variable in class com.synopsys.integration.rest.RestConstants
 
uri() - Method in class com.synopsys.integration.rest.HttpUrl
 
url() - Method in class com.synopsys.integration.rest.HttpUrl
 
url(HttpUrl) - Method in class com.synopsys.integration.rest.request.Request.Builder
 
USE_PROXY_305 - Static variable in class com.synopsys.integration.rest.RestConstants
 

V

validate(BuilderStatus) - Method in class com.synopsys.integration.rest.credentials.CredentialsBuilder
 
validate(BuilderStatus) - Method in class com.synopsys.integration.rest.proxy.ProxyInfoBuilder
 
validate(BuilderStatus) - Method in class com.synopsys.integration.rest.request.Request.Builder
 
valueOf(String) - Static method in enum com.synopsys.integration.rest.HttpMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.synopsys.integration.rest.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_505 - Static variable in class com.synopsys.integration.rest.RestConstants
 
A B C D E F G H I J L M N O P Q R S T U V 
All Classes All Packages