Class AESocksProxyPlugableConnectionDefault
java.lang.Object
com.biglybt.core.proxy.socks.impl.AESocksProxyPlugableConnectionDefault
- All Implemented Interfaces:
AESocksProxyPlugableConnection
public class AESocksProxyPlugableConnectionDefault
extends Object
implements AESocksProxyPlugableConnection
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classprotected class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AEProxyConnectionprotected final AESocksProxyConnectionprotected final SocketChannelprotected SocketChannel -
Constructor Summary
ConstructorsConstructorDescriptionAESocksProxyPlugableConnectionDefault(AESocksProxyConnection _socks_connection) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidconnect(AESocksProxyAddress _address) intgetName()void
-
Field Details
-
socks_connection
-
connection
-
source_channel
-
target_channel
-
relay_data_state
-
-
Constructor Details
-
AESocksProxyPlugableConnectionDefault
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceAESocksProxyPlugableConnection
-
getLocalAddress
- Specified by:
getLocalAddressin interfaceAESocksProxyPlugableConnection
-
getLocalPort
public int getLocalPort()- Specified by:
getLocalPortin interfaceAESocksProxyPlugableConnection
-
connect
- Specified by:
connectin interfaceAESocksProxyPlugableConnection- Throws:
IOException
-
relayData
- Specified by:
relayDatain interfaceAESocksProxyPlugableConnection- Throws:
IOException
-
close
public void close()- Specified by:
closein interfaceAESocksProxyPlugableConnection
-