Uses of Class
com.guinetik.rr.http.AsyncHttpClient
-
Packages that use AsyncHttpClient Package Description com.guinetik.rr.api com.guinetik.rr.http -
-
Uses of AsyncHttpClient in com.guinetik.rr.api
Constructors in com.guinetik.rr.api with parameters of type AsyncHttpClient Constructor Description AsyncApiClient(String baseUrl, RocketRestConfig config, AsyncHttpClient asyncClient)Creates a new AsyncApiClient with the specified base URL, configuration, and a pre-configured AsyncHttpClient instance. -
Uses of AsyncHttpClient in com.guinetik.rr.http
Methods in com.guinetik.rr.http that return AsyncHttpClient Modifier and Type Method Description AsyncHttpClientRocketClientFactory.Builder. buildAsync()Builds an asynchronous RocketClient with the configured settings.
-