Interface Client.Builder

Enclosing interface:
Client

public static interface Client.Builder
An API for an HTTP client builder.
  • Method Details

    • withInstance

      Client.Builder withInstance(HttpService instance)
      Add a specific HttpService instance to the builder.
      Parameters:
      instance - the http service
      Returns:
      this builder
    • build

      Client build()
      Build the client.
      Returns:
      the client