Uses of Class
com.biglybt.pif.ipc.IPCException
-
Packages that use IPCException Package Description com.biglybt.pif.ipc com.biglybt.pifimpl.local.ipc com.biglybt.plugin.net.buddy -
-
Uses of IPCException in com.biglybt.pif.ipc
Methods in com.biglybt.pif.ipc that throw IPCException Modifier and Type Method Description java.lang.Object
IPCInterface. invoke(java.lang.String methodName, java.lang.Object[] params)
This function will call the given method on the plugin. -
Uses of IPCException in com.biglybt.pifimpl.local.ipc
Methods in com.biglybt.pifimpl.local.ipc that throw IPCException Modifier and Type Method Description protected java.lang.Object
IPCInterfaceImpl. getTarget()
java.lang.Object
IPCInterfaceImpl. invoke(java.lang.String methodName, java.lang.Object[] params)
-
Uses of IPCException in com.biglybt.plugin.net.buddy
Methods in com.biglybt.plugin.net.buddy that throw IPCException Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
BuddyPluginBeta.ChatInstance. chatRequested(java.util.Map<java.lang.String,java.lang.Object> message_map)
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)
void
BuddyPluginBeta.ChatInstance. messageReceived(java.util.Map<java.lang.String,java.lang.Object> message_map)
-