Uses of Interface
com.biglybt.core.proxy.AEProxyFactory.PluginProxy
Packages that use AEProxyFactory.PluginProxy
Package
Description
-
Uses of AEProxyFactory.PluginProxy in com.biglybt.core.networkmanager
Methods in com.biglybt.core.networkmanager that return AEProxyFactory.PluginProxy -
Uses of AEProxyFactory.PluginProxy in com.biglybt.core.networkmanager.impl
Methods in com.biglybt.core.networkmanager.impl that return AEProxyFactory.PluginProxyModifier and TypeMethodDescriptionNetworkConnectionImpl.bogusTransport.getPluginProxy()TransportImpl.getPluginProxy() -
Uses of AEProxyFactory.PluginProxy in com.biglybt.core.networkmanager.impl.tcp
Fields in com.biglybt.core.networkmanager.impl.tcp declared as AEProxyFactory.PluginProxyModifier and TypeFieldDescriptionprivate final AEProxyFactory.PluginProxyTCPConnectionManager.ConnectionRequest.plugin_proxy(package private) AEProxyFactory.PluginProxyTCPTransportImpl.plugin_proxyMethods in com.biglybt.core.networkmanager.impl.tcp that return AEProxyFactory.PluginProxyMethods in com.biglybt.core.networkmanager.impl.tcp with parameters of type AEProxyFactory.PluginProxyModifier and TypeMethodDescriptionvoidTCPConnectionManager.requestNewConnection(InetSocketAddress address, AEProxyFactory.PluginProxy plugin_proxy, TCPConnectionManager.ConnectListener listener, int priority) Request that a new connection be made out to the given address.private voidTCPConnectionManager.requestNewConnection(InetSocketAddress address, AEProxyFactory.PluginProxy plugin_proxy, TCPConnectionManager.ConnectListener listener, int connect_timeout, int priority) Constructors in com.biglybt.core.networkmanager.impl.tcp with parameters of type AEProxyFactory.PluginProxyModifierConstructorDescription(package private)ConnectionRequest(long _id, InetSocketAddress _address, AEProxyFactory.PluginProxy pp, TCPConnectionManager.ConnectListener _listener, int _connect_timeout, int _priority) -
Uses of AEProxyFactory.PluginProxy in com.biglybt.core.proxy
Methods in com.biglybt.core.proxy that return AEProxyFactory.PluginProxyModifier and TypeMethodDescriptionAEProxyFactory.PluginProxy.getChildProxy(String reason, URL url) static AEProxyFactory.PluginProxyAEProxyFactory.getPluginProxy(String reason, String host, int port) static AEProxyFactory.PluginProxyAEProxyFactory.getPluginProxy(String reason, String host, int port, Map<String, Object> proxy_options) static AEProxyFactory.PluginProxyAEProxyFactory.getPluginProxy(String reason, URL target) static AEProxyFactory.PluginProxyAEProxyFactory.getPluginProxy(String reason, URL target, boolean can_wait) static AEProxyFactory.PluginProxystatic AEProxyFactory.PluginProxyAEProxyFactory.getPluginProxy(String reason, URL target, Map<String, Object> proxy_options, boolean can_wait) static AEProxyFactory.PluginProxyAEProxyFactory.getPluginProxy(Proxy proxy) Methods in com.biglybt.core.proxy with parameters of type AEProxyFactory.PluginProxyModifier and TypeMethodDescriptionvoidAEProxyFactory.PluginProxy.PluginProxyStatusListener.statusChanged(AEProxyFactory.PluginProxy pp) -
Uses of AEProxyFactory.PluginProxy in com.biglybt.core.proxy.impl
Classes in com.biglybt.core.proxy.impl that implement AEProxyFactory.PluginProxyMethods in com.biglybt.core.proxy.impl that return AEProxyFactory.PluginProxyModifier and TypeMethodDescriptionAEPluginProxyHandler.PluginProxyImpl.getChildProxy(String child_reason, URL url) static AEProxyFactory.PluginProxyAEPluginProxyHandler.getPluginProxy(Proxy proxy) -
Uses of AEProxyFactory.PluginProxy in com.biglybt.net.udp.uc.impl
Fields in com.biglybt.net.udp.uc.impl declared as AEProxyFactory.PluginProxyModifier and TypeFieldDescriptionprivate final AEProxyFactory.PluginProxyPRUDPPacketHandlerPluginProxy.ppConstructors in com.biglybt.net.udp.uc.impl with parameters of type AEProxyFactory.PluginProxyModifierConstructorDescriptionprotectedPRUDPPacketHandlerPluginProxy(PRUDPPacketHandler _delegate, InetSocketAddress _target, AEProxyFactory.PluginProxy _pp)