com.aelitis.azureus.core.proxy.socks
Interface AESocksProxyConnection

All Known Implementing Classes:
AESocksProxyConnectionImpl

public interface AESocksProxyConnection

Author:
parg

Method Summary
 boolean areDNSLookupsEnabled()
           
 void close()
           
 void connected()
           
 void disableDNSLookups()
           
 void enableDNSLookups()
           
 AEProxyConnection getConnection()
           
 String getPassword()
           
 AESocksProxy getProxy()
           
 String getUsername()
           
 boolean isClosed()
           
 void setDelegate(AESocksProxyPlugableConnection target)
           
 

Method Detail

getProxy

AESocksProxy getProxy()

getConnection

AEProxyConnection getConnection()

getUsername

String getUsername()

getPassword

String getPassword()

disableDNSLookups

void disableDNSLookups()

enableDNSLookups

void enableDNSLookups()

areDNSLookupsEnabled

boolean areDNSLookupsEnabled()

connected

void connected()
               throws IOException
Throws:
IOException

isClosed

boolean isClosed()

close

void close()
           throws IOException
Throws:
IOException

setDelegate

void setDelegate(AESocksProxyPlugableConnection target)