Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty Http client support for traversing through proxies.

Hi,

On Wed, Jun 5, 2013 at 6:46 AM, vamsi krishna <malladi.vamsi@xxxxxxxxx> wrote:
> Hi ,
>
> I am trying to use Jetty Http client(in cometd with Jdk6) and wondering what
> versions of Jetty http client support proxies and which schemes.
>
> Looking at Jetty9 documentation it supports proxies for Basic and Digest
> schemes
> http://www.eclipse.org/jetty/documentation/current/http-client-other.html#http-client-proxy
>
> As Jetty9 works with only JDK7+ and I am looking for any JDK6 netty http
> clients,
> can some one help on versions of jetty http client that has proxy support.
> Also let
> me know the supported schemes.

Any Jetty 7 or 8 recent release has proxy support.
Jetty's HttpClient supports "http" and "https" schemes.

--
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.


Back to the top