Florent Georges wrote:
  Hi,

  I have to support multipart/* response using HTTP Core and HTTP
Client 4.1.  For now, I use HttpResponse.getEntity().getContent()
to get the response stream, but so I have to parse the multipart
entity "by hand" (parse the headers for each part, as well as its
content itself).

  Is there any support for multipart responses?  I looked for in
the documentation, but did not find anything.

  Regards,


Florent

Take a look at Apache mime4j

http://james.apache.org/mime4j/
http://james.apache.org/mime4j/usage.html
http://james.apache.org/mime4j/samples.html

Oleg

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to