public interface RxHttpClientFactory
| Modifier and Type | Method and Description | 
|---|---|
| RxHttpClient | createClient(java.net.URL url)Create a new  HttpClient. | 
| RxStreamingHttpClient | createStreamingClient(java.net.URL url)Create a new  HttpClient. | 
RxHttpClient createClient(@Nullable java.net.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(@Nullable java.net.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