com.aelitis.azureus.core.proxy
Interface AEProxyState
- All Known Implementing Classes: 
 - AESocksProxyPlugableConnectionDefault.proxyStateRelayConnect, AESocksProxyPlugableConnectionDefault.proxyStateRelayData, AESocksProxyState
 
public interface AEProxyState
- Author:
 
  - parg
 
 
getStateName
String getStateName()
 
read
boolean read(SocketChannel sc)
             throws IOException
- Throws:
 IOException
 
write
boolean write(SocketChannel sc)
              throws IOException
- Throws:
 IOException
 
connect
boolean connect(SocketChannel sc)
                throws IOException
- Throws:
 IOException