Uses of Interface
jetbrains.buildServer.util.http.EntityProducer
-
Packages that use EntityProducer Package Description jetbrains.buildServer.util jetbrains.buildServer.util.http -
-
Uses of EntityProducer in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util with parameters of type EntityProducer Modifier and Type Method Description HTTPRequestBuilder
HTTPRequestBuilder. withData(EntityProducer entityProducer)
-
Uses of EntityProducer in jetbrains.buildServer.util.http
Methods in jetbrains.buildServer.util.http that return EntityProducer Modifier and Type Method Description EntityProducer
AbstractRequest. getEntityProducer()
Constructors in jetbrains.buildServer.util.http with parameters of type EntityProducer Constructor Description AbstractRequest(URI uri, String url, Map<String,String> headers, Set<org.apache.commons.httpclient.Cookie> cookies, List<Pair<String,String>> nameValuePairs, boolean allowNonSecureConnection, boolean withDomainNameCheck, boolean withPreemptiveAuthentication, String method, EntityProducer entityProducer, SimpleCredentials credentials, SimpleCredentials authenticateHeader, RedirectStrategy redirectStrategy, CustomRedirectStrategy customRedirectStrategy, String userAgent, KeyStore trustStore, boolean encodingInterceptor, int retryCount, int timeoutMS, int connectTimeoutMs, int maxConnections, URI proxyUri, SimpleCredentials proxyCredentials)
AsyncRequest(URI uri, String url, Map<String,String> headers, Set<org.apache.commons.httpclient.Cookie> cookies, List<Pair<String,String>> nameValuePairs, boolean allowNonSecureConnection, boolean withDomainNameCheck, boolean withPreemptiveAuthentication, String method, EntityProducer entityProducer, SimpleCredentials credentials, SimpleCredentials authenticateHeader, RedirectStrategy redirectStrategy, CustomRedirectStrategy customRedirectStrategy, String userAgent, KeyStore trustStore, boolean encodingInterceptor, int retryCount, int timeoutMS, int connectTimeoutMs, int maxConnections, ExecutorService executorService, URI proxyUri, SimpleCredentials proxyCredentials)
-