- 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(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) - Method in class com.github.paweladamski.httpclientmock.matchers.MatchersMap
-
- 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) - 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(int, String, Charset) - Method in class com.github.paweladamski.httpclientmock.HttpClientResponseBuilder
-
Adds action which returns provided response in provided charset and status code.
- 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 encoding 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 UTF-8 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
-
Starts defining new rule which requires HTTP OPTION 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
-