-
Deprecated ClassesClassDescriptionuse
HttpExceptionFactoryinsteadfunctionality now available using theClientBuilderuseJsonUtilsinstead
-
Deprecated FieldsFieldDescriptionuse
RetryRequestMiddleware.DEFAULT_INITIAL_DELAYinsteaduseRetryRequestMiddleware.DEFAULT_MAX_DELAYinstead
-
Deprecated MethodsMethodDescriptionWill be removed with next major version. Methods will implement HttpRequestCommand so
ApiHttpClient.execute(HttpRequestCommand)will replace this method. Custom implementations may need to implement HttpRequestCommanduseClientBuilder.buildDefaultUserAgent()instead
-
Deprecated ConstructorsConstructorDescriptionuse
RetryRequestMiddleware.of(int)insteadmax parallel requests are limited by underlying HTTP clientmax parallel requests are limited by underlying HTTP clientmax parallel requests are limited by underlying HTTP clientmax parallel requests are limited by underlying HTTP clientuseRetryRequestMiddleware.of(int, long, long)insteaduseRetryRequestMiddleware.of(int, long, long, List)insteaduseRetryRequestMiddleware.of(int, List)instead
ClientBuilderinstead