Class AESocksProxyPlugableConnectionDefault.proxyStateRelayData
- java.lang.Object
-
- com.biglybt.core.proxy.socks.impl.AESocksProxyState
-
- com.biglybt.core.proxy.socks.impl.AESocksProxyPlugableConnectionDefault.proxyStateRelayData
-
- All Implemented Interfaces:
AEProxyState
- Enclosing class:
- AESocksProxyPlugableConnectionDefault
protected class AESocksProxyPlugableConnectionDefault.proxyStateRelayData extends AESocksProxyState
-
-
Field Summary
Fields Modifier and Type Field Description protected long
inward_bytes
protected long
outward_bytes
protected DirectByteBuffer
source_buffer
protected DirectByteBuffer
target_buffer
-
Fields inherited from class com.biglybt.core.proxy.socks.impl.AESocksProxyState
buffer
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
proxyStateRelayData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
destroy()
java.lang.String
getStateName()
protected boolean
readSupport(java.nio.channels.SocketChannel sc)
protected boolean
writeSupport(java.nio.channels.SocketChannel sc)
-
Methods inherited from class com.biglybt.core.proxy.socks.impl.AESocksProxyState
connect, connectSupport, read, trace, write
-
-
-
-
Field Detail
-
source_buffer
protected DirectByteBuffer source_buffer
-
target_buffer
protected DirectByteBuffer target_buffer
-
outward_bytes
protected long outward_bytes
-
inward_bytes
protected long inward_bytes
-
-
Method Detail
-
destroy
protected void destroy()
-
readSupport
protected boolean readSupport(java.nio.channels.SocketChannel sc) throws java.io.IOException
- Overrides:
readSupport
in classAESocksProxyState
- Throws:
java.io.IOException
-
writeSupport
protected boolean writeSupport(java.nio.channels.SocketChannel sc) throws java.io.IOException
- Overrides:
writeSupport
in classAESocksProxyState
- Throws:
java.io.IOException
-
getStateName
public java.lang.String getStateName()
- Specified by:
getStateName
in interfaceAEProxyState
- Overrides:
getStateName
in classAESocksProxyState
-
-