Uses of Class
com.biglybt.core.proxy.impl.AEPluginProxyHandler.PluginProxyImpl
-
Packages that use AEPluginProxyHandler.PluginProxyImpl Package Description com.biglybt.core.proxy.impl -
-
Uses of AEPluginProxyHandler.PluginProxyImpl in com.biglybt.core.proxy.impl
Fields in com.biglybt.core.proxy.impl with type parameters of type AEPluginProxyHandler.PluginProxyImpl Modifier and Type Field Description private java.util.List<AEPluginProxyHandler.PluginProxyImpl>
AEPluginProxyHandler.PluginProxyImpl. children
private static java.util.Map<java.net.Proxy,java.lang.ref.WeakReference<AEPluginProxyHandler.PluginProxyImpl>>
AEPluginProxyHandler. proxy_map
Methods in com.biglybt.core.proxy.impl that return AEPluginProxyHandler.PluginProxyImpl Modifier and Type Method Description static AEPluginProxyHandler.PluginProxyImpl
AEPluginProxyHandler. getPluginProxy(java.lang.String reason, java.lang.String host, int port, java.util.Map<java.lang.String,java.lang.Object> properties)
static AEPluginProxyHandler.PluginProxyImpl
AEPluginProxyHandler. getPluginProxy(java.lang.String reason, java.net.URL target, java.util.Map<java.lang.String,java.lang.Object> properties, boolean can_wait)
-