Class: HTTPX::Plugins::Proxy::Socks5::Socks5ProxyChannel
- Inherits:
-
HTTPX::ProxyChannel
- Object
- Channel
- HTTPX::ProxyChannel
- HTTPX::Plugins::Proxy::Socks5::Socks5ProxyChannel
- Defined in:
- lib/httpx/plugins/proxy/socks5.rb
Constant Summary
Constants inherited from Channel
Constants included from Loggable
Constants included from Registry
Instance Method Summary collapse
Methods inherited from HTTPX::ProxyChannel
Methods inherited from Channel
by, #close, #initialize, #interests, #match?, #reset, #send, #to_io, #upgrade_parser
Methods included from Callbacks
Methods included from Loggable
Methods included from Registry
Constructor Details
This class inherits a constructor from HTTPX::ProxyChannel
Instance Method Details
#call ⇒ Object
20 21 22 23 24 25 26 27 28 |
# File 'lib/httpx/plugins/proxy/socks5.rb', line 20 def call super case @state when :connecting, :negotiating, :authenticating consume end end |