Jagger
|
Default HTTP-invoker that invokes services of SuT via http(s) protocol. More...
Public Member Functions | |
DefaultHttpInvoker () | |
DefaultHttpInvoker (JHttpClient httpClient) | |
JHttpResponse | invoke (JHttpQuery query, JHttpEndpoint endpoint) throws InvocationException |
Default HTTP-invoker that invokes services of SuT via http(s) protocol.
By default as HTTP-client SpringBasedHttpClient is used here, but it can be updated with DefaultHttpInvoker#DefaultHttpInvoker constructor.
Definition at line 21 of file DefaultHttpInvoker.java.