RE: What happened to ConnectorCall???

2006-09-13 Thread Jerome Louvel
age d'origine- > De : Lars Heuer [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 1 septembre 2006 18:43 > À : Lars Heuer > Objet : Re: What happened to ConnectorCall??? > > [...] > > Jérôme wants to provide call converters that make it possible to > > con

RE: What happened to ConnectorCall???

2006-09-11 Thread Jerome Louvel
Lars Heuer [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 1 septembre 2006 18:51 > À : Mikkel Jensen > Objet : Re: What happened to ConnectorCall??? > > Hi Mikkel, > > > Hi Lars, thanks for the tip! > > > This seems to work fine for server calls, but how about &g

Re: What happened to ConnectorCall???

2006-09-07 Thread Lars Heuer
Hi Mikkel, [HTTP Headers] >> This seems to work fine for server calls, but how about client calls? I've added a ticket http://restlet.tigris.org/issues/show_bug.cgi?id=159 Feel free to provide more information / additional thoughts. Best regards, Lars -- http://www.semagia.com

Re: What happened to ConnectorCall???

2006-09-01 Thread Lars Heuer
Hi Mikkel, > Hi Lars, thanks for the tip! > This seems to work fine for server calls, but how about client calls? Reg. HTTP headers see my other mail, but for query parameters you can still use call.getResourceRef().getQuery() or Form form = call.getInputAsForm(); // The method n

Re: What happened to ConnectorCall???

2006-09-01 Thread Lars Heuer
[...] > Jérôme wants to provide call converters that make it possible to > convert a org.restlet.Call into the particular Call implementation but > this isn't done yet. C.f. http://restlet.tigris.org/issues/show_bug.cgi?id=145 Best regards, Lars -- http://www.semagia.com

Re: What happened to ConnectorCall???

2006-09-01 Thread Lars Heuer
Hi Mikkel, > This seems to work fine for server calls, but how about client calls? Good question. :) No idea. I looked into com.noelios.restlet.ext.net.HttpClient.handle(Call call) but it seems that the HttpClient ignores custom HTTP Header values. It only sets i.e. user agent, encoding etc

Re: What happened to ConnectorCall???

2006-09-01 Thread Mikkel Jensen
Hi Lars, thanks for the tip! This seems to work fine for server calls, but how about client calls? - Mikkel

Re: What happened to ConnectorCall???

2006-09-01 Thread Lars Heuer
Hi Mikkel, > It seems that the ConnectorCall class has been removed from the API in the > latest release (1.0-beta18) Jérôme wants to provide call converters that make it possible to convert a org.restlet.Call into the particular Call implementation but this isn't done yet. > What is then the ne