Package org.nuxeo.http.test.handler
Class StringHandler
- java.lang.Object
-
- org.nuxeo.http.test.handler.AbstractStatusCodeHandler<String>
-
- org.nuxeo.http.test.handler.StringHandler
-
- All Implemented Interfaces:
ResponseHandler<String>
public class StringHandler extends AbstractStatusCodeHandler<String>
- Since:
- 2023.13
-
-
Field Summary
-
Fields inherited from class org.nuxeo.http.test.handler.AbstractStatusCodeHandler
status
-
-
Constructor Summary
Constructors Constructor Description StringHandler()
StringHandler(int status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
doHandleResponse(HttpResponse response)
-
Methods inherited from class org.nuxeo.http.test.handler.AbstractStatusCodeHandler
handleResponse
-
-
-
-
Method Detail
-
doHandleResponse
protected String doHandleResponse(HttpResponse response) throws IOException
- Specified by:
doHandleResponse
in classAbstractStatusCodeHandler<String>
- Throws:
IOException
-
-