Create a new socket factory that tunnels via the given host and port.
# File net/ssh/proxy/http.rb, line 34 def initialize( proxy_host, proxy_port=80, options={} ) @proxy_host = proxy_host @proxy_port = proxy_port @options = options end
<code/>
<pre/>
<code/>and<pre/>for code samples.