public interface RxHttpClientFactory
| Modifier and Type | Method and Description |
|---|---|
RxHttpClient |
createClient(URL url)
Create a new
HttpClient. |
RxStreamingHttpClient |
createStreamingClient(URL url)
Create a new
HttpClient. |
RxHttpClient createClient(URL url)
HttpClient. Note that this method should only be used outside of the context of an application. Within Micronaut use
Inject to inject a client insteadurl - The base URLRxStreamingHttpClient createStreamingClient(URL url)
HttpClient. Note that this method should only be used outside of the context of an application. Within Micronaut use
Inject to inject a client insteadurl - The base URL