Interface RawHttpClientRegistry

All Known Implementing Classes:
DefaultJdkHttpClientRegistry, DefaultNettyHttpClientRegistry

public interface RawHttpClientRegistry
Interface for managing the construction and lifecycle of instances of RawHttpClient clients.
Since:
4.7.0
Author:
Jonas Konrad
  • Method Details

    • getRawClient

      @NonNull RawHttpClient getRawClient(@NonNull HttpVersionSelection httpVersion, @NonNull String clientId, @Nullable String path)
      Return the client for the client ID and path.
      Parameters:
      httpVersion - The HTTP version
      clientId - The client ID
      path - The path (Optional)
      Returns:
      The client