Class AESocksProxyPlugableConnectionDefault.proxyStateRelayConnect
- java.lang.Object
-
- com.biglybt.core.proxy.socks.impl.AESocksProxyState
-
- com.biglybt.core.proxy.socks.impl.AESocksProxyPlugableConnectionDefault.proxyStateRelayConnect
-
- All Implemented Interfaces:
AEProxyState
- Enclosing class:
- AESocksProxyPlugableConnectionDefault
protected class AESocksProxyPlugableConnectionDefault.proxyStateRelayConnect extends AESocksProxyState
-
-
Field Summary
Fields Modifier and Type Field Description protected java.net.InetSocketAddress
address
-
Fields inherited from class com.biglybt.core.proxy.socks.impl.AESocksProxyState
buffer
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
proxyStateRelayConnect(java.net.InetSocketAddress _address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
connectSupport(java.nio.channels.SocketChannel sc)
-
Methods inherited from class com.biglybt.core.proxy.socks.impl.AESocksProxyState
connect, getStateName, read, readSupport, trace, write, writeSupport
-
-
-
-
Method Detail
-
connectSupport
protected boolean connectSupport(java.nio.channels.SocketChannel sc) throws java.io.IOException
- Overrides:
connectSupport
in classAESocksProxyState
- Throws:
java.io.IOException
-
-