Libraries
»
proxifier
(1.0.3)
»
Index (S)
»
URI
»
SOCKS
Class: URI::SOCKS
Inherits:
Generic
Object
Generic
URI::SOCKS
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