users@jersey.java.net

Re: [Jersey] Apache HTTP Client contrib usage?

From: Alex Sherwin <alex.sherwin_at_acadiasoft.com>
Date: Thu, 12 Feb 2009 12:39:05 -0500

Yes, right under my nose again. I never think to check package-level
Javadocs.

Thanks

Paul Sandoz wrote:
>
> On Feb 12, 2009, at 6:06 PM, Alex Sherwin wrote:
>
>> Is there a doc somewhere that explains usage of the apache http
>> client files?
>>
>> I've been using the original implementation that Jorge posted a few
>> months ago, but the final revision has changed. I've read all the
>> Javadocs for the classes in the apache http client contribution, and
>> I can see how I could make it work with an interactive prompt for
>> credentials.
>>
>> However, I need to be able to set the user/password for the request
>> programatically.
>>
>> Do I need to write my own credential provider that does this? If so,
>> the javadoc for PROPERTY_CREDENTIALS_PROVIDER says it is only used in
>> the event that PROPERTY_INTERACTIVE is true, but I do not want to use
>> interactive prompts.
>>
>
> See here:
>
> https://jersey.dev.java.net/source/browse/*checkout*/jersey/tags/jersey-1.0.2/api/contribs/jersey-apache-client/com/sun/jersey/client/apache/package-summary.html
>
>
> Does that help?
>
> Paul.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: users-help_at_jersey.dev.java.net
>
>
>
>