Uses of Class
jBittorrentAPI.Message

Uses of Message in jBittorrentAPI
 

Subclasses of Message in jBittorrentAPI
 class Message_HS
          Represent a Handshake message according to Bittorrent Protocol.
 class Message_PP
          Represent a Peer Protocol message according to Bittorrent protocol specifications.
 

Fields in jBittorrentAPI with type parameters of type Message
private  java.util.concurrent.LinkedBlockingQueue<Message> MessageSender.outgoingMessage
           
 

Methods in jBittorrentAPI with parameters of type Message
 void MessageSender.addMessageToQueue(Message m)
          Puts the message in parameter in the queue, waiting to be sent
protected  void MessageReceiver.fireMessageReceived(Message m)
           
 void IncomingListener.messageReceived(Message m)
          Fired when a new message has been received
 void DownloadTask.messageReceived(Message m)
          According to the message type, change the state of the task (peer) and take the necessary actions