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

All Known Implementing Classes:
AESocksProxyPlugableConnectionDefault

public interface AESocksProxyPlugableConnection

Author:
parg

Method Summary
 void close()
           
 void connect(AESocksProxyAddress address)
           
 InetAddress getLocalAddress()
           
 int getLocalPort()
           
 String getName()
           
 void relayData()
           
 

Method Detail

getName

String getName()

getLocalAddress

InetAddress getLocalAddress()

getLocalPort

int getLocalPort()

connect

void connect(AESocksProxyAddress address)
             throws IOException
Throws:
IOException

relayData

void relayData()
               throws IOException
Throws:
IOException

close

void close()
           throws IOException
Throws:
IOException