|
|||||||||
Home >> All >> [ Freenet overview ] | PREV NEXT |
Uses of Class
Freenet.Message
Uses of Message in Freenet |
Subclasses of Message in Freenet | |
class |
Handshake
This is the abstract superclass of all handshakes |
Methods in Freenet that return Message | |
static Message |
MessageFactory.toMessage(RawMessage r)
|
Methods in Freenet with parameters of type Message | |
void |
MessageHandler.handle(Message m)
|
protected ConnectionHandler |
Message.sendReply(Freenet.node.Node n,
Message m)
Sends a message back to the node from which this message was received. |
void |
Core.sendMessage(Message m,
Address destination)
Send the message using the appropriate protocol |
void |
Core.sendMessage(Message m,
Address destination,
Freenet.support.SplitOutputStream datatunnel)
Send the message using the appropriate protocol streaming the actual data through the SplitOutputStream tunnel |
void |
Core.sendMessage(Message m,
Address destination,
Freenet.support.SplitOutputStream datatunnel,
Freenet.support.ByteCounter count)
Send the message using the appropriate protocol, streaming the actual data through the SplitOutputStream tunnel, and counting the bytes sent with ByteCounter. |
void |
ConnectionHandler.sendMessage(Message m)
Sends a message using this connection |
void |
ConnectionHandler.sendMessage(Message m,
Freenet.support.SplitOutputStream datatunnel,
Freenet.support.ByteCounter count)
Sends a message using this connection |
|
|||||||||
Home >> All >> [ Freenet overview ] | PREV NEXT |