On Thu, Jul 16, 2009 at 2:54 PM, Emmanuel Lecharny<[email protected]> wrote: > You can't use two codec filters in the chain, due to the way the data > are passed from one filter to another one (we use IoBuffer for that).
Can IoFilter be used in these situations? Can a filter chain look something like this IoFilter A (Logging Filter) -- Protocol Decoder B - IoFilter C Where Protocol Decoder B - transforms binary message into High Level Object IoFilter C - translates High Level Object from B into another representation, say object ABC > > This will be modified in 3.0, but don't expect this version to be out soon. > > In the mean time, the only option is to wrap the textline codec into > the JSON codec. Not that easy, but not that complex too. >
