Link to home
Start Free TrialLog in
Avatar of seguret
seguret

asked on

How to write a telnet server in java?

I have some basis on sockets and threads.
That was enough to write an http server, but I can't understand how works the telnet protocol and/or how to receive requests.
Of course, I'm not asking for a complete implementation (telnet is much too complex!) but just for the tips that will help me to begin this server in java.
ASKER CERTIFIED SOLUTION
Avatar of fadl
fadl

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rembo
rembo

Avatar of seguret

ASKER

Ok,
thanx for the answer, but my problem was elsewhere (of course I knew how to open a serverSocket).
I found my problem :
I didn't think at first that a telnet client can connect without sending any text. It was why I was seeing nothing....
I just had to type something in my client interface !

I see...
Your question was not quite clear I think.

Happy Javing
Michal