Uses of Interface
com.github.paweladamski.httpclientmock.action.Action
-
Packages that use Action Package Description com.github.paweladamski.httpclientmock com.github.paweladamski.httpclientmock.action -
-
Uses of Action in com.github.paweladamski.httpclientmock
Methods in com.github.paweladamski.httpclientmock with parameters of type Action Modifier and Type Method Description HttpClientResponseBuilderHttpClientMockBuilder. doAction(Action action)Adds custom action.HttpClientResponseBuilderHttpClientResponseBuilder. doAction(Action action)Adds custom action. -
Uses of Action in com.github.paweladamski.httpclientmock.action
Classes in com.github.paweladamski.httpclientmock.action that implement Action Modifier and Type Class Description classCookieActionclassExceptionActionclassHeaderActionclassStatusWithEmptyEntityResponseclassStatusWithNullEntityResponseclassStringResponseclassUrlEncodedFormEntityResponseConstructors in com.github.paweladamski.httpclientmock.action with parameters of type Action Constructor Description CookieAction(Action parentAction, String cookieName, String cookieValue)HeaderAction(Action parentAction, String name, String value)StatusWithEmptyEntityResponse(Action parentAction, int status)StatusWithEmptyEntityResponse(Action parentAction, int status, String reason)
-