Interface HttpRequest.IHttpRequestHandler
- Enclosing class:
- HttpRequest
public static interface HttpRequest.IHttpRequestHandler
-
Method Summary
Modifier and TypeMethodDescriptionhandler(HttpRequest client, String uri, org.springframework.http.HttpMethod method, org.springframework.http.HttpHeaders headers, org.springframework.http.HttpEntity<?> httpEntity)
-
Method Details
-
handler
String handler(HttpRequest client, String uri, org.springframework.http.HttpMethod method, org.springframework.http.HttpHeaders headers, org.springframework.http.HttpEntity<?> httpEntity)
-