Uses of Interface
jetbrains.buildServer.util.http.CustomRedirectStrategy
-
Packages that use CustomRedirectStrategy Package Description jetbrains.buildServer.util jetbrains.buildServer.util.http -
-
Uses of CustomRedirectStrategy in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util with parameters of type CustomRedirectStrategy Modifier and Type Method Description HTTPRequestBuilder
HTTPRequestBuilder. withCustomRedirectStrategy(CustomRedirectStrategy redirectStrategy)
Set custom redirect strategy. -
Uses of CustomRedirectStrategy in jetbrains.buildServer.util.http
Methods in jetbrains.buildServer.util.http that return CustomRedirectStrategy Modifier and Type Method Description CustomRedirectStrategy
AbstractRequest. getCustomRedirectStrategy()
Constructors in jetbrains.buildServer.util.http with parameters of type CustomRedirectStrategy 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)
-