Uses of Interface
org.talend.sdk.component.api.service.http.Configurer.Connection
-
Packages that use Configurer.Connection Package Description org.talend.sdk.component.api.service.http org.talend.sdk.component.api.service.http.configurer.oauth1 -
-
Uses of Configurer.Connection in org.talend.sdk.component.api.service.http
Methods in org.talend.sdk.component.api.service.http that return Configurer.Connection Modifier and Type Method Description Configurer.Connection
Configurer.Connection. withConnectionTimeout(int timeout)
Sets the connection timeout of the connection.Configurer.Connection
Configurer.Connection. withHeader(String name, String value)
Adds a header to the request.Configurer.Connection
Configurer.Connection. withoutFollowRedirects()
Prevents the client to follow redirections.Configurer.Connection
Configurer.Connection. withReadTimeout(int timeout)
Sets the read timeout of the connection.Methods in org.talend.sdk.component.api.service.http with parameters of type Configurer.Connection Modifier and Type Method Description void
Configurer. configure(Configurer.Connection connection, Configurer.ConfigurerConfiguration configuration)
-
Uses of Configurer.Connection in org.talend.sdk.component.api.service.http.configurer.oauth1
Methods in org.talend.sdk.component.api.service.http.configurer.oauth1 with parameters of type Configurer.Connection Modifier and Type Method Description void
OAuth1.Configurer. configure(Configurer.Connection connection, Configurer.ConfigurerConfiguration configuration)
-