(I'm resending this _after_ subscription - apologies if it generates a copy.)
Hi, I apologize if this is a recurring query (although I found no definite answer while browsing the site and the archive). I guess it would eventually be answered by the missing chapter 6 titled "Transports" in the user guide. The question : I am looking for information on how to make MINA use another transport underneath (beside TCP/UDP). So far I could not find a way to just "configure" MINA, so my guess is some work needs to be done to integrate a different transport. So: Is there a generic recipe for use/integration of a new transport in MINA? Has anyone done this before ? What are the requirements ? What would be the complexity ? Etc. To be more specific (and hoping for a more exact answer), my target is UDT, a user-level reliable, connection-oriented transport protocol. The original implementation is C++ and offers a BSD socket - like API. In addition, there exists a Java wrapper (for info on the latter please see http://code.google.com/p/barchart-udt/#Barchart-UDT ) Any input is welcome and appreciated. Thanks, \Florin
