| Package | Description |
|---|---|
| net.ideahut.springboot.rest |
| Modifier and Type | Method and Description |
|---|---|
static RestClient |
RestClient.of() |
static RestClient |
RestClient.of(org.apache.commons.httpclient.HttpConnectionManager connectionManager,
int connectTimeoutMillis,
int readTimeoutMillis) |
static RestClient |
RestClient.of(int connectTimeoutMillis,
int readTimeoutMillis) |
| Modifier and Type | Method and Description |
|---|---|
static RestResponse |
RestResponse.of(RestClient client,
org.apache.commons.httpclient.HttpMethod method) |
Copyright © 2023. All rights reserved.