public static interface Configurer.Connection
Modifier and Type | Method and Description |
---|---|
Configurer.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 |
withReadTimeout(int timeout)
Sets the read timeout of the connection.
|
Configurer.Connection withHeader(String name, String value)
name
- header name.value
- header value.Configurer.Connection withReadTimeout(int timeout)
timeout
- timeout value in milliseconds.Configurer.Connection withConnectionTimeout(int timeout)
timeout
- timeout value in milliseconds.1.0.3 - Copyright © 2018 Talend Component Kit Documentation