Uses of Enum Class
org.springframework.boot.resttestclient.TestRestTemplate.HttpClientOption
Packages that use TestRestTemplate.HttpClientOption
-
Uses of TestRestTemplate.HttpClientOption in org.springframework.boot.resttestclient
Subclasses with type arguments of type TestRestTemplate.HttpClientOption in org.springframework.boot.resttestclientModifier and TypeClassDescriptionstatic enumDeprecated, for removal: This API element is subject to removal in a future version.Options used to customize the Apache HTTP Client.Methods in org.springframework.boot.resttestclient that return TestRestTemplate.HttpClientOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TestRestTemplate.HttpClientOption[]TestRestTemplate.HttpClientOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.boot.resttestclient with parameters of type TestRestTemplate.HttpClientOptionModifierConstructorDescriptionTestRestTemplate(@Nullable String username, @Nullable String password, TestRestTemplate.HttpClientOption... httpClientOptions) Deprecated, for removal: This API element is subject to removal in a future version.Create a newTestRestTemplateinstance with the specified credentials.TestRestTemplate(RestTemplateBuilder builder, @Nullable String username, @Nullable String password, TestRestTemplate.HttpClientOption... httpClientOptions) Deprecated, for removal: This API element is subject to removal in a future version.Create a newTestRestTemplateinstance with the specified credentials.TestRestTemplate(TestRestTemplate.HttpClientOption... httpClientOptions) Deprecated, for removal: This API element is subject to removal in a future version.Create a newTestRestTemplateinstance.