Class SocksProxyProtocolHandler

java.lang.Object
org.apache.hc.core5.reactor.SocksProxyProtocolHandler
All Implemented Interfaces:
IOEventHandler

final class SocksProxyProtocolHandler extends Object implements IOEventHandler
Implements the client side of SOCKS protocol version 5 as per https://tools.ietf.org/html/rfc1928. Supports SOCKS username/password authentication as per https://tools.ietf.org/html/rfc1929.