Package dev.shortloop.agent
Class ShortloopHttpClient
java.lang.Object
dev.shortloop.agent.ShortloopHttpClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetQueryParams(Map<String, String> params) <IN,OUT> org.springframework.http.ResponseEntity<OUT> getRequest(HttpRequest<IN, OUT> requestDetail) <IN,OUT> org.springframework.http.ResponseEntity<OUT> postRequest(HttpRequest<IN, OUT> requestDetail)
-
Constructor Details
-
ShortloopHttpClient
-
-
Method Details
-
getRequest
public <IN,OUT> org.springframework.http.ResponseEntity<OUT> getRequest(HttpRequest<IN, OUT> requestDetail) throws HttpException- Throws:
HttpException
-
postRequest
public <IN,OUT> org.springframework.http.ResponseEntity<OUT> postRequest(HttpRequest<IN, OUT> requestDetail) throws HttpException- Throws:
HttpException
-
getQueryParams
- Throws:
UnsupportedEncodingException
-