Hello,

webtekie <[EMAIL PROTECTED]> wrote on 01.08.2006 19:51:30:

> How can I write bytes to be posted to url using httpclient? I found 
example
> by subclassing RequestEntry, but can I use HttpConnection to avoid this,

No you can't. If you insist on _writing_ bytes instead of having them
read by one of the standard RequestEntity implementations, you have to
implement your own.

http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/commons/httpclient/methods/RequestEntity.html

cheers,
  Roland


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to