Re: [Beepcore-java-users] Help I'm drowning
Status: Beta
Brought to you by:
huston
|
From: Huston <hu...@us...> - 2002-11-28 16:38:55
|
Sean, - What is the role of profiles? A profile in the protocol sense is a description of the communication on a particular channel. A profile with respect to the library is the code that implements the communication on a particular channel. - Once I have got a session up how do I make a connection from the Server to the Client (implementing peer-to-peer)? BEEP is bi-directional (peer-to-peer) so if you have a connection from the Client (Initiator) to the Server (Listener) then either side can start a channel as long as the other is advertising the requested profile. - When a message is sent to the server, how does the server recieve the message? I am guessing that it has to do with the profile, is that correct? MSG messages are received by registering a MessageListener interface on a channel. --Huston |