- setAsyncHttpClient(CloseableHttpAsyncClient) - Static method in class io.github.openunirest.http.Unirest
-
Set the asynchronous AbstractHttpAsyncClient implementation to use for every asynchronous request
- setConcurrency(int, int) - Static method in class io.github.openunirest.http.Unirest
-
Set the concurrency levels
- setDefaultHeader(String, String) - Static method in class io.github.openunirest.http.Unirest
-
Set default header to appear on all requests
- setHttpClient(HttpClient) - Static method in class io.github.openunirest.http.Unirest
-
Set the HttpClient implementation to use for every synchronous request
- setObjectMapper(ObjectMapper) - Static method in class io.github.openunirest.http.Unirest
-
Set the ObjectMapper implementation to use for Response to Object binding
- setOption(Option, Object) - Static method in class io.github.openunirest.http.options.Options
-
- setProxy(HttpHost) - Static method in class io.github.openunirest.http.Unirest
-
Set a proxy
- setTimeouts(int, int) - Static method in class io.github.openunirest.http.Unirest
-
Set the connection timeout and socket timeout
- shutdown() - Static method in class io.github.openunirest.http.Unirest
-
Close the asynchronous client and its event loop.
- SOCKET_TIMEOUT - Static variable in class io.github.openunirest.http.options.Options
-
- SyncIdleConnectionMonitorThread - Class in io.github.openunirest.http.utils
-
- SyncIdleConnectionMonitorThread(HttpClientConnectionManager) - Constructor for class io.github.openunirest.http.utils.SyncIdleConnectionMonitorThread
-