Uses of Class
com.envimate.httpmate.client.SimpleHttpResponseObject
-
Packages that use SimpleHttpResponseObject Package Description com.envimate.httpmate.client -
-
Uses of SimpleHttpResponseObject in com.envimate.httpmate.client
Methods in com.envimate.httpmate.client that return SimpleHttpResponseObject Modifier and Type Method Description static SimpleHttpResponseObjectSimpleHttpResponseObject. httpClientResponse(int statusCode, Map<String,String> headers, String body)Methods in com.envimate.httpmate.client that return types with arguments of type SimpleHttpResponseObject Modifier and Type Method Description static HttpClientRequestBuilder<SimpleHttpResponseObject>HttpClientRequest. aDeleteRequestToThePath(String path)static HttpClientRequestBuilder<SimpleHttpResponseObject>HttpClientRequest. aGetRequestToThePath(String path)static HttpClientRequestBuilder<SimpleHttpResponseObject>HttpClientRequest. anOptionsRequestToThePath(String path)static HttpClientRequestBuilder<SimpleHttpResponseObject>HttpClientRequest. aPostRequestToThePath(String path)static HttpClientRequestBuilder<SimpleHttpResponseObject>HttpClientRequest. aPutRequestToThePath(String path)static HttpClientRequestBuilder<SimpleHttpResponseObject>HttpClientRequest. aRequest(String method, String path)
-