com.aelitis.azureus.core.proxy.socks.impl
Class AESocksProxyPlugableConnectionDefault.proxyStateRelayConnect

java.lang.Object
  extended by com.aelitis.azureus.core.proxy.socks.impl.AESocksProxyState
      extended by com.aelitis.azureus.core.proxy.socks.impl.AESocksProxyPlugableConnectionDefault.proxyStateRelayConnect
All Implemented Interfaces:
AEProxyState
Enclosing class:
AESocksProxyPlugableConnectionDefault

protected class AESocksProxyPlugableConnectionDefault.proxyStateRelayConnect
extends AESocksProxyState


Field Summary
protected  InetSocketAddress address
           
 
Fields inherited from class com.aelitis.azureus.core.proxy.socks.impl.AESocksProxyState
buffer
 
Constructor Summary
protected AESocksProxyPlugableConnectionDefault.proxyStateRelayConnect(InetSocketAddress _address)
           
 
Method Summary
protected  boolean connectSupport(SocketChannel sc)
           
 
Methods inherited from class com.aelitis.azureus.core.proxy.socks.impl.AESocksProxyState
connect, getStateName, read, readSupport, trace, write, writeSupport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address

protected final InetSocketAddress address
Constructor Detail

AESocksProxyPlugableConnectionDefault.proxyStateRelayConnect

protected AESocksProxyPlugableConnectionDefault.proxyStateRelayConnect(InetSocketAddress _address)
                                                                throws IOException
Throws:
IOException
Method Detail

connectSupport

protected boolean connectSupport(SocketChannel sc)
                          throws IOException
Overrides:
connectSupport in class AESocksProxyState
Throws:
IOException