Uses of Class
com.biglybt.plugin.net.buddy.BuddyPluginBuddy
Packages that use BuddyPluginBuddy
Package
Description
-
Uses of BuddyPluginBuddy in com.biglybt.plugin.net.buddy
Fields in com.biglybt.plugin.net.buddy declared as BuddyPluginBuddyModifier and TypeFieldDescriptionprivate BuddyPluginBuddy
BuddyPluginAZ2.chatParticipant.buddy
private BuddyPluginBuddy
BuddyPluginBuddyMessageHandler.buddy
Fields in com.biglybt.plugin.net.buddy with type parameters of type BuddyPluginBuddyModifier and TypeFieldDescriptionprivate List<BuddyPluginBuddy>
BuddyPluginNetwork.buddies
private Map<String,
BuddyPluginBuddy> BuddyPluginNetwork.buddies_map
private List<BuddyPluginBuddy>
BuddyPluginNetwork.connected_at_close
private Set<BuddyPluginBuddy>
BuddyPluginNetwork.pd_preinit
private List<BuddyPluginBuddy>
BuddyPluginNetwork.pd_queue
Methods in com.biglybt.plugin.net.buddy that return BuddyPluginBuddyModifier and TypeMethodDescriptionprotected BuddyPluginBuddy
BuddyPluginAZ2.chatParticipant.getBuddy()
BuddyPluginBuddyMessage.getBuddy()
BuddyPluginBuddyMessageHandler.getBuddy()
BuddyPlugin.getBuddyFromPublicKey
(String key) BuddyPluginNetwork.getBuddyFromPublicKey
(String key) Methods in com.biglybt.plugin.net.buddy that return types with arguments of type BuddyPluginBuddyModifier and TypeMethodDescriptionprotected List<BuddyPluginBuddy>
BuddyPluginNetwork.getAllBuddies()
BuddyPlugin.getBuddies()
BuddyPluginNetwork.getBuddies()
Returns authorised buddies onlyMethods in com.biglybt.plugin.net.buddy with parameters of type BuddyPluginBuddyModifier and TypeMethodDescriptionBuddyPluginAZ2.chatInstance.addParticipant
(BuddyPluginBuddy buddy) void
BuddyPluginAZ2.chatInstance.addParticipants
(BuddyPluginBuddy[] buddies, boolean inform_others) void
BuddyPluginAdapter.buddyAdded
(BuddyPluginBuddy buddy) void
BuddyPluginAZ2.chatInstance.buddyAdded
(BuddyPluginBuddy buddy) void
BuddyPluginListener.buddyAdded
(BuddyPluginBuddy buddy) void
BuddyPluginAdapter.buddyChanged
(BuddyPluginBuddy buddy) void
BuddyPluginAZ2.chatInstance.buddyChanged
(BuddyPluginBuddy buddy) void
BuddyPluginListener.buddyChanged
(BuddyPluginBuddy buddy) void
BuddyPluginAdapter.buddyRemoved
(BuddyPluginBuddy buddy) void
BuddyPluginAZ2.chatInstance.buddyRemoved
(BuddyPluginBuddy buddy) void
BuddyPluginListener.buddyRemoved
(BuddyPluginBuddy buddy) void
BuddyPlugin.createChat
(BuddyPluginBuddy[] buddies) BuddyPluginAZ2.createChat
(BuddyPluginBuddy[] buddies) protected BuddyPlugin.CryptoResult
BuddyPluginNetwork.decrypt
(BuddyPluginBuddy buddy, byte[] content, String forName) protected BuddyPlugin.CryptoResult
BuddyPluginNetwork.encrypt
(BuddyPluginBuddy buddy, byte[] payload) protected void
BuddyPlugin.fireAdded
(BuddyPluginBuddy buddy) protected void
BuddyPluginNetwork.fireAdded
(BuddyPluginBuddy buddy) protected void
BuddyPlugin.fireDetailsChanged
(BuddyPluginBuddy buddy) protected void
BuddyPluginNetwork.fireDetailsChanged
(BuddyPluginBuddy buddy) protected void
BuddyPlugin.fireRemoved
(BuddyPluginBuddy buddy) protected void
BuddyPluginNetwork.fireRemoved
(BuddyPluginBuddy buddy) protected void
BuddyPluginNetwork.fireYGM
(BuddyPluginBuddy[] from_buddies) protected BuddyPluginAZ2.chatParticipant
BuddyPluginAZ2.chatInstance.getOrAddParticipant
(BuddyPluginBuddy buddy) protected BuddyPluginAZ2.chatParticipant
BuddyPluginAZ2.chatInstance.getParticipant
(BuddyPluginBuddy b) BuddyPlugin.getRSS
(BuddyPluginBuddy buddy, String tag_or_category, String if_mod) byte[]
BuddyPlugin.getRSSTorrent
(BuddyPluginBuddy buddy, String category, byte[] hash) protected InputStream
BuddyPluginNetwork.handleUPRSS
(AZPluginConnection connection, BuddyPluginBuddy buddy, String tag_or_category) protected InputStream
BuddyPluginNetwork.handleUPTorrent
(AZPluginConnection connection, BuddyPluginBuddy buddy, String tag_or_category, byte[] hash) void
BuddyPlugin.log
(BuddyPluginBuddy buddy, String str) void
BuddyPlugin.log
(BuddyPluginBuddy buddy, String str, Throwable e) protected void
BuddyPluginNetwork.log
(BuddyPluginBuddy buddy, String str) protected void
BuddyPluginNetwork.log
(BuddyPluginBuddy buddy, String str, Throwable e) void
BuddyPlugin.logMessage
(BuddyPluginBuddy buddy, String str) void
BuddyPlugin.logMessage
(BuddyPluginBuddy buddy, String str, boolean is_error) void
BuddyPlugin.logMessage
(BuddyPluginBuddy buddy, String str, Throwable e) protected void
BuddyPluginAZ2.logMessage
(BuddyPluginBuddy buddy, String str) protected void
BuddyPluginAZ2.logMessage
(BuddyPluginBuddy buddy, String str, Throwable e) protected void
BuddyPluginNetwork.logMessage
(BuddyPluginBuddy buddy, String str) protected void
BuddyPluginNetwork.logMessage
(BuddyPluginBuddy buddy, String str, Throwable e) protected void
BuddyPluginAZ2.logMessageAndPopup
(BuddyPluginBuddy buddy, String str) protected void
BuddyPluginAZ2.logMessageAndPopup
(BuddyPluginBuddy buddy, String str, Throwable e) void
BuddyPluginAZ2TrackerListener.messageFailed
(BuddyPluginBuddy buddy, Throwable cause) BuddyPluginAZ2TrackerListener.messageReceived
(BuddyPluginBuddy buddy, Map<String, Object> message) void
BuddyPluginBuddyRequestListener.pendingMessages
(BuddyPluginBuddy[] from_buddies) protected void
BuddyPluginNetwork.persistentDispatchPending
(BuddyPluginBuddy buddy) protected void
BuddyPluginAZ2.chatInstance.process
(BuddyPluginBuddy from_buddy, Map msg) protected Map
BuddyPluginAZ2.processAZ2Request
(BuddyPluginBuddy from_buddy, Map request) protected Map
BuddyPluginNetwork.processInternalRequest
(BuddyPluginBuddy from_buddy, Map request) protected void
BuddyPluginNetwork.removeBuddy
(BuddyPluginBuddy buddy) void
BuddyPluginBuddyReplyListener.replyReceived
(BuddyPluginBuddy from_buddy, Map reply) BuddyPluginBuddyRequestListener.requestReceived
(BuddyPluginBuddy from_buddy, int subsystem, Map request) Request receieved for a buddy.protected Map
BuddyPluginNetwork.requestReceived
(BuddyPluginBuddy from_buddy, int subsystem, Map content) protected void
BuddyPluginAZ2.sendAZ2Chat
(BuddyPluginBuddy buddy, Map msg) void
BuddyPluginAZ2.sendAZ2Message
(BuddyPluginBuddy buddy, String msg) void
BuddyPluginAZ2.sendAZ2ProfileInfo
(BuddyPluginBuddy buddy, Map msg, BuddyPluginAZ2TrackerListener listener) void
BuddyPluginAZ2.sendAZ2RSSMessage
(BuddyPluginBuddy buddy, Map msg, BuddyPluginAZ2TrackerListener listener) void
BuddyPluginAZ2.sendAZ2Torrent
(Torrent torrent, BuddyPluginBuddy buddy) void
BuddyPluginAZ2.sendAZ2TrackerMessage
(BuddyPluginBuddy buddy, Map msg, BuddyPluginAZ2TrackerListener listener) void
BuddyPluginBuddyReplyListener.sendFailed
(BuddyPluginBuddy to_buddy, BuddyPluginException cause) protected void
BuddyPluginAZ2.sendMessage
(BuddyPluginBuddy buddy, Map request) protected void
BuddyPluginNetwork.DDBDetails.setMessagePending
(BuddyPluginBuddy buddy, BuddyPluginNetwork.operationListener listener) protected void
BuddyPluginNetwork.setMessagePending
(BuddyPluginBuddy buddy, BuddyPluginNetwork.operationListener _listener) protected void
BuddyPluginNetwork.DDBDetails.updateBuddyStatus
(BuddyPluginBuddy buddy, Runnable failed_callback) protected void
BuddyPluginNetwork.updateBuddyStatus
(BuddyPluginBuddy buddy) protected boolean
BuddyPluginNetwork.verify
(BuddyPluginBuddy buddy, byte[] payload, byte[] signature) Constructors in com.biglybt.plugin.net.buddy with parameters of type BuddyPluginBuddyModifierConstructorDescriptionprotected
BuddyPluginBuddyMessageHandler
(BuddyPluginBuddy _buddy, File _store) protected
chatParticipant
(BuddyPluginBuddy _buddy) -
Uses of BuddyPluginBuddy in com.biglybt.plugin.net.buddy.swt
Fields in com.biglybt.plugin.net.buddy.swt with type parameters of type BuddyPluginBuddyModifier and TypeFieldDescriptionprivate List<BuddyPluginBuddy>
BuddyPluginViewInstance.anon_buddies
private List<BuddyPluginBuddy>
BuddyPluginViewInstance.public_buddies
Methods in com.biglybt.plugin.net.buddy.swt that return types with arguments of type BuddyPluginBuddyModifier and TypeMethodDescriptionprivate Comparator<BuddyPluginBuddy>
BuddyPluginViewInstance.addBuddyTable
(org.eclipse.swt.widgets.Composite child1, boolean is_public) Methods in com.biglybt.plugin.net.buddy.swt with parameters of type BuddyPluginBuddyModifier and TypeMethodDescriptionvoid
BuddyPluginViewInstance.buddyAdded
(BuddyPluginBuddy buddy) void
BuddyPluginViewInstance.buddyChanged
(BuddyPluginBuddy buddy) void
BuddyPluginViewInstance.buddyRemoved
(BuddyPluginBuddy buddy) int
BuddyPluginViewInstance.FilterComparator.compare
(BuddyPluginBuddy b1, BuddyPluginBuddy b2) -
Uses of BuddyPluginBuddy in com.biglybt.plugin.net.buddy.tracker
Fields in com.biglybt.plugin.net.buddy.tracker declared as BuddyPluginBuddyModifier and TypeFieldDescriptionprivate BuddyPluginBuddy
BuddyPluginTracker.BuddyTrackingData.buddy
Fields in com.biglybt.plugin.net.buddy.tracker with type parameters of type BuddyPluginBuddyModifier and TypeFieldDescriptionprivate Set<BuddyPluginBuddy>
BuddyPluginTracker.online_buddies
private Map<String,
List<BuddyPluginBuddy>> BuddyPluginTracker.online_buddy_ips
Methods in com.biglybt.plugin.net.buddy.tracker with parameters of type BuddyPluginBuddyModifier and TypeMethodDescriptionprotected BuddyPluginTracker.BuddyTrackingData
BuddyPluginTracker.addBuddy
(BuddyPluginBuddy buddy) void
BuddyPluginTracker.buddyAdded
(BuddyPluginBuddy buddy) protected BuddyPluginTracker.BuddyTrackingData
BuddyPluginTracker.buddyAlive
(BuddyPluginBuddy buddy) void
BuddyPluginTracker.buddyChanged
(BuddyPluginBuddy buddy) protected void
BuddyPluginTracker.buddyDead
(BuddyPluginBuddy buddy) void
BuddyPluginTracker.buddyRemoved
(BuddyPluginBuddy buddy) protected BuddyPluginTracker.BuddyTrackingData
BuddyPluginTracker.getBuddyData
(BuddyPluginBuddy buddy) BuddyPluginTracker.getTrackingData
(BuddyPluginBuddy buddy) BuddyPluginTracker.getTrackingStatus
(BuddyPluginBuddy buddy) void
BuddyPluginTracker.messageFailed
(BuddyPluginBuddy buddy, Throwable cause) BuddyPluginTracker.messageReceived
(BuddyPluginBuddy buddy, Map<String, Object> message) protected void
BuddyPluginTracker.removeBuddy
(BuddyPluginBuddy buddy) protected void
BuddyPluginTracker.sendMessage
(BuddyPluginBuddy buddy, int type, Map<String, Object> body) Constructors in com.biglybt.plugin.net.buddy.tracker with parameters of type BuddyPluginBuddy