Uses of Interface
org.talend.sdk.component.api.service.http.Configurer.Connection
Packages that use Configurer.Connection
Package
Description
-
Uses of Configurer.Connection in org.talend.sdk.component.api.service.http
Methods in org.talend.sdk.component.api.service.http that return Configurer.ConnectionModifier and TypeMethodDescriptionConfigurer.Connection.withConnectionTimeout
(int timeout) Sets the connection timeout of the connection.Configurer.Connection.withHeader
(String name, String value) Adds a header to the request.Configurer.Connection.withoutFollowRedirects()
Prevents the client to follow redirections.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.ConnectionModifier and TypeMethodDescriptionvoid
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.ConnectionModifier and TypeMethodDescriptionvoid
OAuth1.Configurer.configure
(Configurer.Connection connection, Configurer.ConfigurerConfiguration configuration)