Uses of Interface
jetbrains.buildServer.vcshostings.http.HttpResponseProcessor
-
Packages that use HttpResponseProcessor Package Description jetbrains.buildServer.vcshostings.http -
-
Uses of HttpResponseProcessor in jetbrains.buildServer.vcshostings.http
Methods in jetbrains.buildServer.vcshostings.http with parameters of type HttpResponseProcessor Modifier and Type Method Description static <E extends Exception>
voidHttpHelper. get(String url, HttpCredentials credentials, Map<String,String> headers, int timeout, KeyStore trustStore, HttpResponseProcessor<E> processor)
static <E extends Exception>
voidHttpHelper. http(HttpMethod httpMethod, String url, HttpCredentials credentials, String data, org.apache.http.entity.ContentType contentType, Map<String,String> headers, int timeout, KeyStore trustStore, HttpResponseProcessor<E> processor)
static <E extends Exception>
voidHttpHelper. patch(String url, HttpCredentials credentials, String data, org.apache.http.entity.ContentType contentType, Map<String,String> headers, int timeout, KeyStore trustStore, HttpResponseProcessor<E> processor)
static <E extends Exception>
voidHttpHelper. post(String url, HttpCredentials credentials, String data, org.apache.http.entity.ContentType contentType, Map<String,String> headers, int timeout, KeyStore trustStore, HttpResponseProcessor<E> processor)
-