Data-->Filters-->Handler Filters are pretty much the same as a handler just they can be stacked horizontally and there is only one handler.
-- Jon V Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Wednesday, April 17, 2013 at 1:56 PM, Max Larsson wrote: > Hi Emmanuel, > > Somehow i habe completly missed The concept of of filters. You are right > They seem to fit perfectly. Just a question are iohanders even iofilters? > > regrads > > Max > > Am 17.04.2013 um 19:16 schrieb Emmanuel Lécharny <[email protected] > (mailto:[email protected])>: > > > Le 4/17/13 6:48 PM, Max Larsson a écrit : > > > Hi, > > > > > > The XML size is send in the front of the actual data. > > > > Ok, fine, then you can gather the XML in a raw byte[] while decoding > > your own protocol. When done, you can parse the XML file in your > > decoder. No need to have two filters; but you can do that. The message > > sent to the next filter is just the payload (the XML data). > > > > > > > > -- > > Regards, > > Cordialement, > > Emmanuel Lécharny > > www.iktek.com (http://www.iktek.com) > > > > >
