Class StatusWithEmptyEntityResponse
- java.lang.Object
-
- com.github.paweladamski.httpclientmock.action.StatusWithEmptyEntityResponse
-
-
Constructor Summary
Constructors Constructor Description StatusWithEmptyEntityResponse(int status)StatusWithEmptyEntityResponse(Action parentAction, int status)StatusWithEmptyEntityResponse(Action parentAction, int status, String reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.hc.core5.http.ClassicHttpResponsegetResponse(Request request)
-
-
-
Constructor Detail
-
StatusWithEmptyEntityResponse
public StatusWithEmptyEntityResponse(int status)
-
StatusWithEmptyEntityResponse
public StatusWithEmptyEntityResponse(Action parentAction, int status)
-
-
Method Detail
-
getResponse
public org.apache.hc.core5.http.ClassicHttpResponse getResponse(Request request) throws IOException
- Specified by:
getResponsein interfaceAction- Throws:
IOException
-
-