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 Summary
Modifier and TypeMethodDescriptiongetRawClient(HttpVersionSelection httpVersion, String clientId, @Nullable String path) Return the client for the client ID and path.
-
Method Details
-
getRawClient
RawHttpClient getRawClient(HttpVersionSelection httpVersion, String clientId, @Nullable String path) Return the client for the client ID and path.- Parameters:
httpVersion- The HTTP versionclientId- The client IDpath- The path (Optional)- Returns:
- The client
-