Package org.nuxeo.http.test.handler
Class HttpStatusCodeHandler
- java.lang.Object
-
- org.nuxeo.http.test.handler.HttpStatusCodeHandler
-
- All Implemented Interfaces:
ResponseHandler<Integer>
public class HttpStatusCodeHandler extends Object implements ResponseHandler<Integer>
- Since:
- 2023.13
-
-
Constructor Summary
Constructors Constructor Description HttpStatusCodeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
handleResponse(HttpResponse response)
-
-
-
Method Detail
-
handleResponse
public Integer handleResponse(HttpResponse response)
- Specified by:
handleResponse
in interfaceResponseHandler<Integer>
-
-