|
From: Christoph J. <chr...@ma...> - 2024-04-03 22:08:01
|
Hi You could try to implement it as a MINA filter and add it as first filter in the chain. https://mina.apache.org/mina-project/userguide/ch5-filters/ch5-filters.html Have a look at e.g. the logging filter. The filter can then be added to your connector via setIoFilterChainBuilder() on the connector. Hope that helps. Cheers Chris |