Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
Freenet.SendFailedException

Uses of SendFailedException in Freenet
 

Methods in Freenet that throw SendFailedException
 void Message.sending(Core n, ConnectionHandler ch)
           
 void Message.sending(Core n, Address peer, Address myAddress)
          Called just before the message is sent, and makes any last minute changes.
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.
 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