Re: [Beepcore-java-users] message transfer
Status: Beta
Brought to you by:
huston
From: Huston <hu...@us...> - 2003-04-14 14:48:59
|
> I try to write a simple client-server (initiator-listener actually) > application. Server side first creates TLS and ECHO profiles then listens > for an incoming connection. Client side connects to the Server. Client side > first creates a Session then TLS and ECHO. After completing session, TLS and > ECHO connection ,Client simply sends a String to the Server and Server > prints this string to the console. I use sendMSG in the client and i believe > receiveMSG should be implemented in the Server. But my problem is i can not > find a way that how receiveMSG should be implemented. For the example you send the MessageListener is in org.beepcore.beep.profile.echo.EchoProfile. --Huston |