Uses of Class
com.biglybt.core.proxy.AEProxyException
Packages that use AEProxyException
Package
Description
-
Uses of AEProxyException in com.biglybt.core.proxy
Methods in com.biglybt.core.proxy that throw AEProxyExceptionModifier and TypeMethodDescriptionstatic AEProxy
AEProxyFactory.create
(int port, long connect_timeout, long read_timeout, AEProxyHandler state_factory) -
Uses of AEProxyException in com.biglybt.core.proxy.impl
Constructors in com.biglybt.core.proxy.impl that throw AEProxyExceptionModifierConstructorDescriptionAEProxyImpl
(int _port, long _connect_timeout, long _read_timeout, AEProxyHandler _proxy_handler) -
Uses of AEProxyException in com.biglybt.core.proxy.socks
Methods in com.biglybt.core.proxy.socks that throw AEProxyExceptionModifier and TypeMethodDescriptionstatic AESocksProxy
AESocksProxyFactory.create
(int port, long connect_timeout, long read_timeout) static AESocksProxy
AESocksProxyFactory.create
(int port, long connect_timeout, long read_timeout, AESocksProxyPlugableConnectionFactory connection_factory) AESocksProxyPlugableConnectionFactory.create
(AESocksProxyConnection connection) -
Uses of AEProxyException in com.biglybt.core.proxy.socks.impl
Constructors in com.biglybt.core.proxy.socks.impl that throw AEProxyExceptionModifierConstructorDescriptionAESocksProxyImpl
(int _port, long _ct, long _rt, AESocksProxyPlugableConnectionFactory _connection_factory)