- debug(Request, Debugger) - Method in class com.github.paweladamski.httpclientmock.condition.BodyMatcher
-
- debug(Request, Debugger) - Method in interface com.github.paweladamski.httpclientmock.condition.Condition
-
- debug(Request, Debugger) - Method in class com.github.paweladamski.httpclientmock.condition.HeaderCondition
-
- debug(Request, Debugger) - Method in class com.github.paweladamski.httpclientmock.condition.HttpMethodCondition
-
- debug(Request, Debugger) - Method in class com.github.paweladamski.httpclientmock.condition.UrlEncodedFormCondition
-
- debug(List<Rule>, Request) - Method in class com.github.paweladamski.httpclientmock.Debugger
-
- debug(Request, Debugger) - Method in class com.github.paweladamski.httpclientmock.Rule
-
- Debugger - Class in com.github.paweladamski.httpclientmock
-
- Debugger() - Constructor for class com.github.paweladamski.httpclientmock.Debugger
-
- debugOff() - Method in class com.github.paweladamski.httpclientmock.HttpClientMock
-
- debugOn() - Method in class com.github.paweladamski.httpclientmock.HttpClientMock
-
- delete(String) - Method in class com.github.paweladamski.httpclientmock.HttpClientVerify
-
- delete() - Method in class com.github.paweladamski.httpclientmock.HttpClientVerify
-
- describe() - Method in class com.github.paweladamski.httpclientmock.matchers.MatchersList
-
- describe(String, Debugger) - Method in class com.github.paweladamski.httpclientmock.matchers.UrlQueryMatcher
-
- doAction(Action) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds custom action.
- doAction(Action) - Method in class com.github.paweladamski.httpclientmock.HttpClientResponseBuilder
-
Adds custom action.
- doExecute(HttpHost, HttpRequest, HttpContext) - Method in class com.github.paweladamski.httpclientmock.HttpClientMock
-
- doReturn(String) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds action which returns provided response in UTF-8 and status 200.
- doReturn(int, String) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds action which returns provided response and status in UTF-8.
- doReturn(String, Charset) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds action which returns provided response in provided charset and status 200.
- doReturn(int, String, Charset) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds action which returns provided response in provided charset and status.
- doReturn(String, Charset, ContentType) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds action which returns provided response in provided charset, content-type and status 200.
- doReturn(String) - Method in class com.github.paweladamski.httpclientmock.HttpClientResponseBuilder
-
Adds action which returns provided response in UTF-8 and status 200.
- doReturn(int, String) - Method in class com.github.paweladamski.httpclientmock.HttpClientResponseBuilder
-
Adds action which returns provided response in UTF-8 with status code.
- doReturn(String, Charset) - Method in class com.github.paweladamski.httpclientmock.HttpClientResponseBuilder
-
Adds action which returns provided response in provided charset and status 200.
- doReturn(String, Charset, ContentType) - Method in class com.github.paweladamski.httpclientmock.HttpClientResponseBuilder
-
Adds action which returns provided response in provided charset, content type and status 200.
- doReturn(int, String, Charset) - Method in class com.github.paweladamski.httpclientmock.HttpClientResponseBuilder
-
Adds action which returns provided response in provided charset and status code.
- doReturnFormParams(Collection<NameValuePair>) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds action which returns provided URL-encoded parameter response in UTF-8 and status 200.
- doReturnFormParams(Collection<NameValuePair>, Charset) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds action which returns provided URL-encoded parameter response in provided charset and status 200.
- doReturnFormParams(Collection<NameValuePair>) - Method in class com.github.paweladamski.httpclientmock.HttpClientResponseBuilder
-
Adds action which returns provided name/value pairs as URL-encoded form response in UTF-8 and status 200.
- doReturnFormParams(Collection<NameValuePair>, Charset) - Method in class com.github.paweladamski.httpclientmock.HttpClientResponseBuilder
-
Adds action which returns provided name/value pairs as URL-encoded form response and status 200.
- doReturnJSON(String) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds action which returns provided JSON in UTF-8 and status 200.
- doReturnJSON(String, Charset) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds action which returns provided JSON in provided charset and status 200.
- doReturnJSON(String) - Method in class com.github.paweladamski.httpclientmock.HttpClientResponseBuilder
-
Adds action which returns provided JSON in UTF-8 and status 200.
- doReturnJSON(String, Charset) - Method in class com.github.paweladamski.httpclientmock.HttpClientResponseBuilder
-
Adds action which returns provided JSON in provided encoding and status 200.
- doReturnStatus(int) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds action which returns empty message and provided status.
- doReturnStatus(int) - Method in class com.github.paweladamski.httpclientmock.HttpClientResponseBuilder
-
Adds action which returns empty message and provided status.
- doReturnXML(String) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds action which returns provided XML in UTF-8 and status 200.
- doReturnXML(String, Charset) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds action which returns provided XML in provided charset and status 200.
- doReturnXML(String) - Method in class com.github.paweladamski.httpclientmock.HttpClientResponseBuilder
-
Adds action which returns provided XML in UTF-8 and status 200.
- doReturnXML(String, Charset) - Method in class com.github.paweladamski.httpclientmock.HttpClientResponseBuilder
-
Adds action which returns provided XML in UTF-8 and status 200.
- doThrowException(IOException) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds action which throws provided exception.
- doThrowException(IOException) - Method in class com.github.paweladamski.httpclientmock.HttpClientResponseBuilder
-
Adds action which throws provided exception.
- onDelete() - Method in class com.github.paweladamski.httpclientmock.HttpClientMock
-
Starts defining new rule which requires HTTP DELETE method.
- onDelete(String) - Method in class com.github.paweladamski.httpclientmock.HttpClientMock
-
Starts defining new rule which requires HTTP DELETE method and url.
- onGet() - Method in class com.github.paweladamski.httpclientmock.HttpClientMock
-
Starts defining new rule which requires HTTP GET method.
- onGet(String) - Method in class com.github.paweladamski.httpclientmock.HttpClientMock
-
Starts defining new rule which requires HTTP GET method and url.
- onHead() - Method in class com.github.paweladamski.httpclientmock.HttpClientMock
-
Starts defining new rule which requires HTTP HEAD method.
- onHead(String) - Method in class com.github.paweladamski.httpclientmock.HttpClientMock
-
Starts defining new rule which requires HTTP HEAD method and url.
- onOption() - Method in class com.github.paweladamski.httpclientmock.HttpClientMock
-
- onOptions() - Method in class com.github.paweladamski.httpclientmock.HttpClientMock
-
Starts defining new rule which requires HTTP OPTIONS method.
- onOptions(String) - Method in class com.github.paweladamski.httpclientmock.HttpClientMock
-
Starts defining new rule which requires HTTP OPTIONS method and url.
- onPatch() - Method in class com.github.paweladamski.httpclientmock.HttpClientMock
-
Starts defining new rule which requires HTTP PATCH method.
- onPatch(String) - Method in class com.github.paweladamski.httpclientmock.HttpClientMock
-
Starts defining new rule which requires HTTP PATCH method and url.
- onPost() - Method in class com.github.paweladamski.httpclientmock.HttpClientMock
-
Starts defining new rule which requires HTTP POST method.
- onPost(String) - Method in class com.github.paweladamski.httpclientmock.HttpClientMock
-
Starts defining new rule which requires HTTP POST method and url.
- onPut() - Method in class com.github.paweladamski.httpclientmock.HttpClientMock
-
Starts defining new rule which requires HTTP PUT method.
- onPut(String) - Method in class com.github.paweladamski.httpclientmock.HttpClientMock
-
Starts defining new rule which requires HTTP PUT method and url.
- options(String) - Method in class com.github.paweladamski.httpclientmock.HttpClientVerify
-
- options() - Method in class com.github.paweladamski.httpclientmock.HttpClientVerify
-
- with(Condition) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds custom conditions.
- with(Condition) - Method in class com.github.paweladamski.httpclientmock.HttpClientVerifyBuilder
-
Adds custom conditions.
- withBody(Matcher<String>) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds body condition.
- withBody(Matcher<String>) - Method in class com.github.paweladamski.httpclientmock.HttpClientVerifyBuilder
-
Adds body condition.
- withCookie(String, String) - Method in class com.github.paweladamski.httpclientmock.HttpClientResponseBuilder
-
Sets response cookie
- withExtraFormParameters() - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Allows extra parameters (not defined in condition) in form.
- withExtraFormParameters() - Method in class com.github.paweladamski.httpclientmock.HttpClientVerifyBuilder
-
Allows extra parameters (not defined in condition) in form.
- withExtraParameters() - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Allows extra parameters (not defined in condition) in query.
- withExtraParameters() - Method in class com.github.paweladamski.httpclientmock.HttpClientVerifyBuilder
-
Allows extra parameters (not defined in condition) in query.
- withFormParameter(String, String) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Request body must contain the given URL-encoded form parameter (typically found in POST requests).
- withFormParameter(String, Matcher<String>) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Request body must contain the given URL-encoded form parameter (typically found in POST requests).
- withFormParameter(String, String) - Method in class com.github.paweladamski.httpclientmock.HttpClientVerifyBuilder
-
Request body must contain the given URL-encoded form parameter (typically found in POST requests).
- withFormParameter(String, Matcher<String>) - Method in class com.github.paweladamski.httpclientmock.HttpClientVerifyBuilder
-
Request body must contain the given URL-encoded form parameter (typically found in POST requests).
- withFormParameters(ParametersMatcher) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Request body must contain the given URL-encoded form parameters (typically used in POST requests).
- withFormParameters(ParametersMatcher) - Method in class com.github.paweladamski.httpclientmock.HttpClientVerifyBuilder
-
Request body must contain the given URL-encoded form parameters (typically used in POST requests).
- withHeader(String, String) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds header condition.
- withHeader(String, Matcher<String>) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds header condition.
- withHeader(String, String) - Method in class com.github.paweladamski.httpclientmock.HttpClientResponseBuilder
-
Sets response header.
- withHeader(String, String) - Method in class com.github.paweladamski.httpclientmock.HttpClientVerifyBuilder
-
Adds header condition.
- withHeader(String, Matcher<String>) - Method in class com.github.paweladamski.httpclientmock.HttpClientVerifyBuilder
-
Adds header condition.
- withHost(String) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds host condition.
- withHost(String) - Method in class com.github.paweladamski.httpclientmock.HttpClientVerifyBuilder
-
Adds host condition.
- withoutExtraFormParameters() - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Disallows extra parameters (not defined in condition) in form.
- withoutExtraFormParameters() - Method in class com.github.paweladamski.httpclientmock.HttpClientVerifyBuilder
-
Disallows extra parameters (not defined in condition) in form.
- withoutExtraParameters() - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Disallows extra parameters (not defined in condition) in query.
- withoutExtraParameters() - Method in class com.github.paweladamski.httpclientmock.HttpClientVerifyBuilder
-
Disallows extra parameters (not defined in condition) in query.
- withParameter(String, String) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds parameter condition.
- withParameter(String, Matcher<String>) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds parameter condition.
- withParameter(String, String) - Method in class com.github.paweladamski.httpclientmock.HttpClientVerifyBuilder
-
Adds parameter condition.
- withParameter(String, Matcher<String>) - Method in class com.github.paweladamski.httpclientmock.HttpClientVerifyBuilder
-
Adds parameter condition.
- withPath(String) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds path condition.
- withPath(Matcher<String>) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds path condition.
- withPath(String) - Method in class com.github.paweladamski.httpclientmock.HttpClientVerifyBuilder
-
Adds path condition.
- withPath(Matcher<String>) - Method in class com.github.paweladamski.httpclientmock.HttpClientVerifyBuilder
-
Adds path condition.
- withReference(String) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds reference condition.
- withReference(Matcher<String>) - Method in class com.github.paweladamski.httpclientmock.HttpClientMockBuilder
-
Adds reference condition.
- withReference(String) - Method in class com.github.paweladamski.httpclientmock.HttpClientVerifyBuilder
-
Adds reference condition.
- withReference(Matcher<String>) - Method in class com.github.paweladamski.httpclientmock.HttpClientVerifyBuilder
-
Adds reference condition.
- withStatus(int) - Method in class com.github.paweladamski.httpclientmock.HttpClientResponseBuilder
-
Sets response status code.