Uses of Class
com.biglybt.core.util.protocol.azplug.AZPluginConnection
-
Packages that use AZPluginConnection Package Description com.biglybt.plugin.net.buddy -
-
Uses of AZPluginConnection in com.biglybt.plugin.net.buddy
Methods in com.biglybt.plugin.net.buddy with parameters of type AZPluginConnection Modifier and Type Method Description protected java.io.InputStream
BuddyPluginNetwork. handleUPRSS(AZPluginConnection connection, BuddyPluginBuddy buddy, java.lang.String tag_or_category)
protected java.io.InputStream
BuddyPluginNetwork. handleUPTorrent(AZPluginConnection connection, BuddyPluginBuddy buddy, java.lang.String tag_or_category, byte[] hash)
java.io.InputStream
BuddyPlugin. handleURLProtocol(AZPluginConnection connection, java.lang.String arg_str)
-