Class: URI::SOCKS

Inherits:
Generic
  • Object
show all
Defined in:
lib/uri/socks.rb

Direct Known Subclasses

SOCKS4, SOCKS4A

Constant Summary collapse

DEFAULT_PORT =
1080
COMPONENT =
[:scheme, :userinfo, :host, :port, :query].freeze