@Retention(value=RUNTIME) @Target(value={FIELD,PARAMETER,ANNOTATION_TYPE}) @Documented @Inherited public @interface TestHttpClient
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends HttpClientConfigurationFactory> |
configuration
A configuration factory to use to create configuration for given HTTP Client.
|
HttpClientStrategy |
strategy
Get strategy to use to build http client.
|
public abstract HttpClientStrategy strategy
HttpClientStrategy.AUTO and classpath detection
will be used to instantiate appropriate client implementation.HttpClientStrategy.AUTO.public abstract Class<? extends HttpClientConfigurationFactory> configuration
Copyright © 2019. All rights reserved.