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)
           
 java.net.InetAddress getLocalAddress()
           
 int getLocalPort()
           
 java.lang.String getName()
           
 void relayData()
           
 

Method Detail

getName

java.lang.String getName()

getLocalAddress

java.net.InetAddress getLocalAddress()

getLocalPort

int getLocalPort()

connect

void connect(AESocksProxyAddress address)
             throws java.io.IOException
Throws:
java.io.IOException

relayData

void relayData()
               throws java.io.IOException
Throws:
java.io.IOException

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException