Interface ProxyHttpClientRegistry<P extends ProxyHttpClient>

Type Parameters:
P - Proxy HTTP Client
All Known Implementing Classes:
DefaultNettyHttpClientRegistry

public interface ProxyHttpClientRegistry<P extends ProxyHttpClient>
Interface for managing the construction and lifecycle of instances of ProxyHttpClient clients.
Since:
3.0.0
Author:
Sergio del Amo
  • Method Details