ImmutableCloudFoundryClientFactory |
ImmutableCloudFoundryClientFactory.Builder.build() |
|
static ImmutableCloudFoundryClientFactory |
ImmutableCloudFoundryClientFactory.copyOf(CloudFoundryClientFactory instance) |
|
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(Duration value) |
Copy the current immutable object by setting a present value for the optional connectTimeout attribute.
|
ImmutableCloudFoundryClientFactory |
ImmutableCloudFoundryClientFactory.withConnectTimeout(Optional<? extends Duration> optional) |
Copy the current immutable object by setting an optional value for the connectTimeout attribute.
|
ImmutableCloudFoundryClientFactory |
ImmutableCloudFoundryClientFactory.withResponseTimeout(Duration value) |
Copy the current immutable object by setting a present value for the optional responseTimeout attribute.
|
ImmutableCloudFoundryClientFactory |
ImmutableCloudFoundryClientFactory.withResponseTimeout(Optional<? extends Duration> optional) |
Copy the current immutable object by setting an optional value for the responseTimeout attribute.
|
ImmutableCloudFoundryClientFactory |
ImmutableCloudFoundryClientFactory.withSslHandshakeTimeout(Duration value) |
Copy the current immutable object by setting a present value for the optional sslHandshakeTimeout attribute.
|
ImmutableCloudFoundryClientFactory |
ImmutableCloudFoundryClientFactory.withSslHandshakeTimeout(Optional<? extends 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.
|