Interface AEProxySelector
- All Known Implementing Classes:
AEProxySelectorImpl
public interface AEProxySelector
-
Method Summary
Modifier and TypeMethodDescriptionvoidconnectFailed(Proxy proxy, Throwable error) voidintintgetInfo()longlonggetSOCKSProxy(String proxy_host, int proxy_port, InetSocketAddress target) getSOCKSProxy(InetSocketAddress proxy_address, InetSocketAddress target) removeProxy(InetSocketAddress address) setProxy(InetSocketAddress address, Proxy proxy) void
-
Method Details
-
getActiveProxy
Proxy getActiveProxy() -
startNoProxy
void startNoProxy() -
endNoProxy
void endNoProxy() -
setProxy
-
removeProxy
-
getSOCKSProxy
-
getSOCKSProxy
-
connectFailed
-
getLastConnectionTime
long getLastConnectionTime() -
getConnectionCount
int getConnectionCount() -
getLastFailTime
long getLastFailTime() -
getFailCount
int getFailCount() -
getInfo
String getInfo()
-