Interface HttpRequest.IHttpResponseHandler
- Enclosing class:
- HttpRequest
public static interface HttpRequest.IHttpResponseHandler
-
Method Summary
Modifier and TypeMethodDescriptionhandler(HttpRequest client, String uri, org.springframework.http.ResponseEntity<String> response)
-
Method Details
-
handler
String handler(HttpRequest client, String uri, org.springframework.http.ResponseEntity<String> response)
-