Uses of Class
net.ideahut.springboot.rest.RestClient
Packages that use RestClient
-
Uses of RestClient in net.ideahut.springboot.rest
Methods in net.ideahut.springboot.rest that return RestClientModifier and TypeMethodDescriptionstatic RestClientRestClient.of()static RestClientRestClient.of(int connectTimeoutMillis, int readTimeoutMillis) static RestClientRestClient.of(org.apache.commons.httpclient.HttpConnectionManager connectionManager, int connectTimeoutMillis, int readTimeoutMillis) Methods in net.ideahut.springboot.rest with parameters of type RestClientModifier and TypeMethodDescriptionstatic RestResponseRestResponse.of(RestClient client, org.apache.commons.httpclient.HttpMethod method)