Uses of Interface
com.biglybt.pif.ipc.IPCInterface
-
-
Uses of IPCInterface in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as IPCInterface Modifier and Type Field Description (package private) IPCInterface
DeviceManagerUPnPImpl. upnpav_ipc
private IPCInterface
DeviceUPnPImpl. upnpav_ipc
Methods in com.biglybt.core.devices.impl that return IPCInterface Modifier and Type Method Description protected IPCInterface
DeviceManagerUPnPImpl. getUPnPAVIPC()
-
Uses of IPCInterface in com.biglybt.core.lws
Fields in com.biglybt.core.lws declared as IPCInterface Modifier and Type Field Description (package private) IPCInterface
LightWeightSeedManager. anon_dht_tracker_plugin
-
Uses of IPCInterface in com.biglybt.core.proxy.impl
Fields in com.biglybt.core.proxy.impl declared as IPCInterface Modifier and Type Field Description private IPCInterface
AEPluginProxyHandler.PluginHTTPProxyImpl. ipc
private IPCInterface
AEPluginProxyHandler.PluginProxyImpl. ipc
Constructors in com.biglybt.core.proxy.impl with parameters of type IPCInterface Constructor Description PluginHTTPProxyImpl(java.lang.String _reason, IPCInterface _ipc, java.net.Proxy _proxy)
PluginProxyImpl(java.lang.String _target, java.lang.String _reason, IPCInterface _ipc, java.util.Map<java.lang.String,java.lang.Object> _proxy_options, java.lang.Object[] _proxy_details)
-
Uses of IPCInterface in com.biglybt.core.security
Fields in com.biglybt.core.security declared as IPCInterface Modifier and Type Field Description private static IPCInterface
BGSpongy. ipc
Methods in com.biglybt.core.security that return IPCInterface Modifier and Type Method Description private static IPCInterface
BGSpongy. getICP(long max_wait)
-
Uses of IPCInterface in com.biglybt.pif
Methods in com.biglybt.pif that return IPCInterface Modifier and Type Method Description IPCInterface
PluginInterface. getIPC()
Get the inter-plugin-communications interface for this plugin -
Uses of IPCInterface in com.biglybt.pifimpl.local.ipc
Classes in com.biglybt.pifimpl.local.ipc that implement IPCInterface Modifier and Type Class Description class
IPCInterfaceImpl
-
Uses of IPCInterface in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote that return IPCInterface Modifier and Type Method Description IPCInterface
RPPluginInterface. getIPC()
-