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