| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.adapters |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCloudFoundryClientFactory |
ImmutableCloudFoundryClientFactory.Builder.build()
Builds a new
ImmutableCloudFoundryClientFactory. |
static ImmutableCloudFoundryClientFactory |
ImmutableCloudFoundryClientFactory.copyOf(CloudFoundryClientFactory instance)
Creates an immutable copy of a
CloudFoundryClientFactory value. |
ImmutableCloudFoundryClientFactory |
ImmutableCloudFoundryClientFactory.withConnectionPoolSize(int value)
Copy the current immutable object by setting a present value for the optional
connectionPoolSize attribute. |
ImmutableCloudFoundryClientFactory |
ImmutableCloudFoundryClientFactory.withConnectionPoolSize(Optional<Integer> optional)
Copy the current immutable object by setting an optional value for the
connectionPoolSize attribute. |
ImmutableCloudFoundryClientFactory |
ImmutableCloudFoundryClientFactory.withConnectTimeout(java.time.Duration value)
Copy the current immutable object by setting a present value for the optional
connectTimeout attribute. |
ImmutableCloudFoundryClientFactory |
ImmutableCloudFoundryClientFactory.withConnectTimeout(Optional<? extends java.time.Duration> optional)
Copy the current immutable object by setting an optional value for the
connectTimeout attribute. |
ImmutableCloudFoundryClientFactory |
ImmutableCloudFoundryClientFactory.withSslHandshakeTimeout(java.time.Duration value)
Copy the current immutable object by setting a present value for the optional
sslHandshakeTimeout attribute. |
ImmutableCloudFoundryClientFactory |
ImmutableCloudFoundryClientFactory.withSslHandshakeTimeout(Optional<? extends java.time.Duration> optional)
Copy the current immutable object by setting an optional value for the
sslHandshakeTimeout attribute. |
ImmutableCloudFoundryClientFactory |
ImmutableCloudFoundryClientFactory.withThreadPoolSize(int value)
Copy the current immutable object by setting a present value for the optional
threadPoolSize attribute. |
ImmutableCloudFoundryClientFactory |
ImmutableCloudFoundryClientFactory.withThreadPoolSize(Optional<Integer> optional)
Copy the current immutable object by setting an optional value for the
threadPoolSize attribute. |
Copyright © 2020 SAP SE. All rights reserved.