public class RestAssuredProxySelectorRoutePlanner
extends org.apache.http.impl.conn.ProxySelectorRoutePlanner
Constructor and Description |
---|
RestAssuredProxySelectorRoutePlanner(org.apache.http.conn.scheme.SchemeRegistry schemeRegistry,
ProxySelector proxySelector,
ProxySpecification proxySpecification)
Creates a new proxy selector route planner.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.HttpHost |
determineProxy(org.apache.http.HttpHost target,
org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext context) |
public RestAssuredProxySelectorRoutePlanner(org.apache.http.conn.scheme.SchemeRegistry schemeRegistry, ProxySelector proxySelector, ProxySpecification proxySpecification)
schemeRegistry
- the scheme registryproxySelector
- the proxy selectorprotected org.apache.http.HttpHost determineProxy(org.apache.http.HttpHost target, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) throws org.apache.http.HttpException
determineProxy
in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
org.apache.http.HttpException
Copyright © 2010–2019. All rights reserved.