I can see how to set the jetty response as text - just set the body to the text. But what if there is a large amount of data? Don't want to build it into an in-memory String. Want to write it to a stream. How can I do this? I need to get a handle on an OutputStream that I can write to?
Thx Tim -- View this message in context: http://camel.465427.n5.nabble.com/Writing-Jetty-response-to-stream-tp5757366.html Sent from the Camel - Users mailing list archive at Nabble.com.