Uses of Class
ants.p2p.messages.FilePullMessage

Packages that use FilePullMessage
ants.p2p.filesharing   
ants.p2p.messages   
 

Uses of FilePullMessage in ants.p2p.filesharing
 

Methods in ants.p2p.filesharing that return FilePullMessage
 FilePullMessage FilePullMessageProcessor.getFilePullMessage()
           
 FilePullMessage FilePullMessageProcessor.getFilePullMessage()
           
 

Methods in ants.p2p.filesharing with parameters of type FilePullMessage
 boolean WarriorAnt.checkInServiceFilePullRequests(boolean addThis, FilePullMessage fpm)
           
 boolean WarriorAnt.checkInServiceFilePullRequests(boolean addThis, FilePullMessage fpm)
           
 

Constructors in ants.p2p.filesharing with parameters of type FilePullMessage
FilePullMessageProcessor(WarriorAnt n, FilePullMessage fpm)
           
FilePullMessageProcessor(WarriorAnt n, FilePullMessage fpm)
           
 

Uses of FilePullMessage in ants.p2p.messages
 

Methods in ants.p2p.messages that return FilePullMessage
 FilePullMessage FileTransferErrorControlMessage.getFilePullMessage()
           
 FilePullMessage FileTransferErrorControlMessage.getFilePullMessage()
           
 

Constructors in ants.p2p.messages with parameters of type FilePullMessage
FileTransferErrorControlMessage(java.lang.Integer controlID, byte[] content, java.lang.String message, FilePullMessage fpm)
           
FileTransferErrorControlMessage(java.lang.Integer controlID, byte[] content, java.lang.String message, FilePullMessage fpm)
           
FileTransferErrorControlMessage(Message m, java.lang.Integer controlID, byte[] content, java.lang.String message, FilePullMessage fpm)
           
FileTransferErrorControlMessage(Message m, java.lang.Integer controlID, byte[] content, java.lang.String message, FilePullMessage fpm)