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