2009/7/10 Sergiy Mamit'ko <[email protected]>: > Hello, > > Can MINA be used in order to create telnet protocol?
Yes it can be > Or maybe it already includes telnet realization? AFAIK, there is none. However, you can easily customize any existing implementation to be used with MINA 1. Use existing library within MINA Codec to parse Telnet commands. Something like use MINA to accumulating/writing bytes and internally use 3rd party library for converting byte[] into High Level Objects 2. IO Handler to respond back to commands Please see commons-net (http://commons.apache.org/net/) it has existing Telnet implementation > Thank you in advance. > Sergiy > -- thanks ashish Blog: http://www.ashishpaliwal.com/blog My Photo Galleries: http://www.pbase.com/ashishpaliwal
