dropwizard/dropwizard

View on GitHub
dropwizard-client/src/main/java/io/dropwizard/client/HttpClientConfiguration.java

Summary

Maintainability
A
3 hrs
Test Coverage

HttpClientConfiguration has 28 methods (exceeds 20 allowed). Consider refactoring.
Open

public class HttpClientConfiguration {
    @NotNull
    private Duration timeout = Duration.milliseconds(500);

    @NotNull

    There are no issues that match your filters.

    Category
    Status