Hello, i'm working on my first MINA project, and i'm wondering what the best practice is for passing additional state into my IoHandler. For example, i want to pass in what the idle timeout period should be (as determined elsewhere in my code), references to some external objects, etc.
Of course i can have my IoHandler call out to a static object to get this stuff, but it seems contrary to inversion of control principles... Anyhow, any input appreciated. Thanks, Seth -- View this message in context: http://www.nabble.com/passing-settings-into-an-IoHandler-tf4207413s16868.html#a11968724 Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.
