public class CloudControllerRestClientHttpRequestFactory extends Object implements org.springframework.http.client.ClientHttpRequestFactory
| Constructor and Description |
|---|
CloudControllerRestClientHttpRequestFactory(org.springframework.http.client.ClientHttpRequestFactory delegate,
CloudCredentials credentials,
OAuthClient oAuthClient) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.client.ClientHttpRequest |
createRequest(URI uri,
org.springframework.http.HttpMethod httpMethod) |
void |
increaseReadTimeoutForStreamedTailedLogs(int timeout) |
public CloudControllerRestClientHttpRequestFactory(org.springframework.http.client.ClientHttpRequestFactory delegate,
CloudCredentials credentials,
OAuthClient oAuthClient)
public org.springframework.http.client.ClientHttpRequest createRequest(URI uri, org.springframework.http.HttpMethod httpMethod) throws IOException
createRequest in interface org.springframework.http.client.ClientHttpRequestFactoryIOExceptionpublic void increaseReadTimeoutForStreamedTailedLogs(int timeout)
Copyright © 2020 SAP SE. All rights reserved.