|
|||||||||
Home >> All >> [ Freenet overview ] | PREV NEXT |
Uses of Class
Freenet.ConnectionHandler
Uses of ConnectionHandler in Freenet |
Fields in Freenet declared as ConnectionHandler | |
ConnectionHandler |
MessageMemory.replyCon
|
ConnectionHandler |
Message.receivedWith
ConnectionHandler that accepted that received message |
Methods in Freenet that return ConnectionHandler | |
protected ConnectionHandler |
Message.sendReply(Freenet.node.Node n,
Message m)
Sends a message back to the node from which this message was received. |
ConnectionHandler |
Message.sendBack(Freenet.node.Node n,
MessageMemory mm)
Sends this message back to the node from which the chain was originally received. |
ConnectionHandler |
Core.makeConnection(Address peer)
Makes a connection from this Node to another |
ConnectionHandler |
Core.connect(Address peer)
This is the raw connection maker, it will not handshake or check the status of the connection in any way. |
Methods in Freenet with parameters of type ConnectionHandler | |
boolean |
StandardHandshakeHandler.getHandshake(Core n,
ConnectionHandler ch)
Sends a handshake over a given connection. |
void |
Message.initSources(Address me,
Address peer,
ConnectionHandler ch)
Called by the connection handler after right constructing the message, while still in touch with the connection |
void |
Message.sending(Core n,
ConnectionHandler ch)
|
boolean |
HandshakeHandler.getHandshake(Core n,
ConnectionHandler ch)
|
Constructors in Freenet with parameters of type ConnectionHandler | |
MessageMemory(Address origRec,
long depth,
ConnectionHandler replyCon)
|
|
|||||||||
Home >> All >> [ Freenet overview ] | PREV NEXT |