Package org.nuxeo.http.test
Interface ResponseHandler<T>
-
- All Known Implementing Classes:
AbstractStatusCodeHandler
,HttpStatusCodeHandler
,JsonNodeHandler
,StringHandler
,VoidHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ResponseHandler<T>
Encapsulates the response object generation from aHttpResponse
.- Since:
- 2023.13
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
handleResponse(HttpResponse response)
-
-
-
Method Detail
-
handleResponse
T handleResponse(HttpResponse response) throws IOException
- Throws:
IOException
-
-