Open IMS94 opened 3 years ago
Description: Right now, the TCP client doesn't allow us to specify a proxy host (SOCKS proxy). This needs to be implemented.
Describe your problem(s) See description.
Describe your solution(s)
Suggested Labels (optional): SLAlpha3
We can use the netty Socks(4/5)ProxyHandler to achieve this. A prototype code is available at: https://github.com/IMS94/module-ballerina-tcp. Will try to finalize the implementation in a proper manner and send a PR.
Socks(4/5)ProxyHandler
Description: Right now, the TCP client doesn't allow us to specify a proxy host (SOCKS proxy). This needs to be implemented.
Describe your problem(s) See description.
Describe your solution(s)
Suggested Labels (optional): SLAlpha3