- get(String) - Method in interface com.experian.datastudio.sdk.lib.web.WebHttpRequestConfigurationBuilder
-
Builds a GET request.
- getBody() - Method in interface com.experian.datastudio.sdk.lib.web.WebHttpRequest
-
Returns the body of this request.
- getBody() - Method in interface com.experian.datastudio.sdk.lib.web.WebHttpResponse
-
Returns the body of this response.
- getCode() - Method in enum com.experian.datastudio.sdk.lib.web.HttpStatus
-
- getConnectionTimeOutMillis() - Method in interface com.experian.datastudio.sdk.lib.web.WebHttpClient
-
Returns the connect timeout duration in milliseconds for this client.
- getHeader() - Method in interface com.experian.datastudio.sdk.lib.web.WebHttpRequest
-
Returns the HTTP headers of this request.
- getHeaderKey() - Method in enum com.experian.datastudio.sdk.lib.web.HttpHeader
-
- getHeaders() - Method in interface com.experian.datastudio.sdk.lib.web.WebHttpResponse
-
Returns the HTTP headers of this response.
- getHttpVersion() - Method in interface com.experian.datastudio.sdk.lib.web.WebHttpClient
-
Returns the HTTP version for this client.
- getKey() - Method in class com.experian.datastudio.sdk.lib.web.WebHttpHeader
-
Returns the HTTP header key.
- getLogger(Class<? extends CustomDefinition>, Level) - Static method in class com.experian.datastudio.sdk.lib.logging.SdkLogManager
-
Returns a Logger using the specified Class.
- getLogger(Class<? extends CustomDefinition>, Level, String) - Static method in class com.experian.datastudio.sdk.lib.logging.SdkLogManager
-
Returns a Logger using the specified Class with custom layout pattern.
- getMessage() - Method in interface com.experian.datastudio.sdk.lib.web.WebHttpResponse
-
Returns the HTTP status message of this response.
- getMethod() - Method in interface com.experian.datastudio.sdk.lib.web.WebHttpRequest
-
Returns the HTTP method of this request.
- getProxy() - Method in interface com.experian.datastudio.sdk.lib.web.WebHttpClient
-
Returns the proxy for this client.
- getQueryString() - Method in interface com.experian.datastudio.sdk.lib.web.WebHttpRequest
-
Returns the query string of this request.
- getSocketTimeoutMillis() - Method in interface com.experian.datastudio.sdk.lib.web.WebHttpClient
-
Returns the socket timeout duration in milliseconds for this client.
- getStatus(int) - Static method in enum com.experian.datastudio.sdk.lib.web.HttpStatus
-
- getStatus() - Method in interface com.experian.datastudio.sdk.lib.web.WebHttpResponse
-
Returns the status of this response.
- getStatus() - Method in class com.experian.datastudio.sdk.lib.web.WebHttpResponseStatus
-
Returns the HttpStatus enum.
- getStatusCode() - Method in class com.experian.datastudio.sdk.lib.web.WebHttpResponseStatus
-
Returns the standard HTTP status code.
- getUrl() - Method in interface com.experian.datastudio.sdk.lib.web.WebHttpRequest
-
Returns the URL string of this request.
- getValue() - Method in class com.experian.datastudio.sdk.lib.web.WebHttpHeader
-
Returns the HTTP header value.