Hello We're about to develop application that should read data from video camera. Data from camera is sent via HTTP as single multipart _response_.
My question is ift convenient and possible to use restlet to read such kind of data. Is there any possibilities not to manually read boundaries header from input stream but rather use some high-level api. Smth like reponse.getNextPart() - > this return bytes of next chunk from stream. Referring to this article at StackOverflow/ http://stackoverflow.com/questions/419850/java-receive-a-multipart-http-response -- Regards, Evgeny Shepelyuk ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2372092