You cannot use the NIO (non blocking) threading paradigm togehther with the two abstaction handlers IcapChunkAggregator
and IcapChunkSeparator
.
Both handlers are statefull and consider to be run by the same thread for one request only. As soon you will switch to NIO message content will
be exchanged between requests. In other words the two handlers are not threadsafe. The roadmap contains the enablement of both handlers to be NIO
capable.