|
|||||||||
| Home >> All >> konspire >> [ common overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
konspire.common
Class MessageSender

java.lang.Objectkonspire.common.MessageSender
- public class MessageSender
- extends java.lang.Object
Class for sending reliable messages on non-maintained sockets.
Each send method call creates a Socket, sends the Message,
and then closes the Socket.
| Constructor Summary | |
MessageSender()
|
|
| Method Summary | |
boolean |
sendMessage(Message m,
Host h)
Sends a single Message to a specified Host. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
MessageSender
public MessageSender()
| Method Detail |
sendMessage
public boolean sendMessage(Message m, Host h)
- Sends a single
Messageto a specifiedHost.
|
|||||||||
| Home >> All >> konspire >> [ common overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
konspire.common.MessageSender