Hi all,
I want to write a custom implementation of the HttpRoutePlanner
interface. The only method to implement is:
public HttpRoute determineRoute(HttpHost aTarget, HttpRequest
aRequest, HttpContext aContext) throws HttpException
i.e. the method has to return an HttpRoute instance. There are various
constructors for an HttpRoute with the most general being:
public HttpRoute(HttpHost target, InetAddress local, HttpHost[]
proxies, boolean secure, TunnelType tunnelled, LayerType layered)
I can determine the array of proxies because of my application logic,
but I am unsure which values the remaining parameters (secure,
tunnelled, and layered) should take.
Could someone shed some light on these parameters? How do they effect
the behaviour of HttpClient?
Best regards,
--Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]