protected LoadBalancerCommand buildCommand()

in src/main/java/com/spotify/ffwd/http/HttpClient.java [205:207]


  protected LoadBalancerCommand<Void> buildCommand() {
    return LoadBalancerCommand.<Void>builder().withLoadBalancer(loadBalancer).build();
  }