We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.

Only Essential Cookies
Accept All

HttpRequestInitializer

Expand

Interface Info

public interface HttpRequestInitializer

Initializes the HTTP request.

Public Method Summary

Expand

Qualifier and Type

Method Name and Description

void

initialize(HttpRequest request)

Initializes the HTTP request.

Public Methods

initialize

Expand

Method

void initialize(HttpRequest request) throws IOException

Initializes the HTTP request.

Parameters

Expand

Name

Description

request

HTTP request.

Throws

Expand

Name

Description

java.io.IOException

I/O exception thrown upon an API call failure. You can use the getMessage() method to obtain the error description.

Search
Enter a keyword.