Uses of Class
jetbrains.buildServer.util.http.RedirectStrategy
-
Packages that use RedirectStrategy Package Description jetbrains.buildServer.util jetbrains.buildServer.util.http -
-
Uses of RedirectStrategy in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util with parameters of type RedirectStrategy Modifier and Type Method Description HTTPRequestBuilder
HTTPRequestBuilder. withRedirectStrategy(RedirectStrategy redirectStrategyType)
Set redirect strategy. -
Uses of RedirectStrategy in jetbrains.buildServer.util.http
Methods in jetbrains.buildServer.util.http that return RedirectStrategy Modifier and Type Method Description RedirectStrategy
AbstractRequest. getRedirectStrategy()
static RedirectStrategy
RedirectStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static RedirectStrategy[]
RedirectStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jetbrains.buildServer.util.http with parameters of type RedirectStrategy 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)
-