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.ConnectionConfigurer.Connection. withConnectionTimeout(int timeout)Sets the connection timeout of the connection.Configurer.ConnectionConfigurer.Connection. withHeader(String name, String value)Adds a header to the request.Configurer.ConnectionConfigurer.Connection. withoutFollowRedirects()Prevents the client to follow redirections.Configurer.ConnectionConfigurer.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 voidConfigurer. 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 voidOAuth1.Configurer. configure(Configurer.Connection connection, Configurer.ConfigurerConfiguration configuration)
-