RE: Retrieving user data from Telnet in Apache Mina

2013-12-13 Thread Steve Ulrich
Google for "state machine". Think about, how communication looks like between server and client (google: "Message Exchange Pattern", typically request-response) Then look again at what MINA can do for you. It's a framework to help implement what you want to do. But you need to know what you want

Re: Retrieving user data from Telnet in Apache Mina

2013-12-12 Thread Emmanuel Lécharny
Le 12/13/13 4:02 AM, rksdivakar a écrit : > Jeff Can u please provide me an example for better clarity... You have plenty examples on http://mina.apache.org/mina-project/documentation.html#examples -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com

Re: Retrieving user data from Telnet in Apache Mina

2013-12-12 Thread rksdivakar
Jeff Can u please provide me an example for better clarity... -- View this message in context: http://apache-mina.10907.n7.nabble.com/Retrieving-user-data-from-Telnet-in-Apache-Mina-tp40722p40726.html Sent from the Apache MINA Developer Forum mailing list archive at Nabble.com.

Re: Retrieving user data from Telnet in Apache Mina

2013-12-12 Thread Jeff MAURY
t the password? > > Is it possible to retrieve the value from session object?? > > Please help.. Thanks in advance!!!! > > > > -- > View this message in context: > http://apache-mina.10907.n7.nabble.com/Retrieving-user-data-from-Telnet-in-Apache-Mina-tp40722.html > Sent

Retrieving user data from Telnet in Apache Mina

2013-12-12 Thread rksdivakar
ng(); How can i get the password? Is it possible to retrieve the value from session object?? Please help.. Thanks in advance -- View this message in context: http://apache-mina.10907.n7.nabble.com/Retrieving-user-data-from-Telnet-in-Apache-Mina-tp40722.html Sent from the Apache MINA Devel