Interface IClientBuilder

All Known Implementing Classes:
AsyncHttpClientBuilder, HttpClientBuilder

public interface IClientBuilder
  • Method Details

    • accept

      boolean accept(Server server, Api api)
      Returns:
      true if this builder can process it.
    • buildClient

      <T> T buildClient(Server server, Api api, Class<T> cls)
      Returns:
      build a client for server and api
    • shutdown

      void shutdown()
      Shutdown builder