RE: How to stream objects in one POST call ?

2012-06-11 Thread Laurent Droin
What I meant: I am trying to stream the request body to the server without having to buffer it in memory. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2970439

How to stream objects in one POST call ?

2012-06-09 Thread Laurent Droin
Hello, I am trying to do the following: stream object data from a client to a server using the HTTP POST method. I am able to send a full List of Serializable Object by implementing my own ServerResource and Application. It works great. What I would like to do is, instead of building a big List