Uses of Class
io.rxmicro.http.client.HttpClientConfig
-
-
Uses of HttpClientConfig in io.rxmicro.http.client
Methods in io.rxmicro.http.client that return HttpClientConfig Modifier and Type Method Description HttpClientConfigHttpClientConfig. setAccessKey(String accessKey)Sets the access key that can be used for authentication on the server side.HttpClientConfigHttpClientConfig. setConnectionString(String connectionString)HttpClientConfigHttpClientConfig. setFollowRedirects(boolean followRedirects)Sets that current HTTP client must follow redirects or not.HttpClientConfigHttpClientConfig. setHost(String host)HttpClientConfigHttpClientConfig. setPort(int port)HttpClientConfigHttpClientConfig. setRequestTimeout(Duration requestTimeout)Sets the request timeout.HttpClientConfigHttpClientConfig. setSchema(ProtocolSchema schema)Methods in io.rxmicro.http.client with parameters of type HttpClientConfig Modifier and Type Method Description HttpClientHttpClientFactory. create(Class<?> loggerClass, HttpClientConfig httpClientConfig, io.rxmicro.config.Secrets secrets, HttpClientContentConverter contentConverter)Creates a new instance of low-level reactiveHttpClient.
-