Uses of Class
com.sshtools.net.HttpProxyTransport

Packages that use HttpProxyTransport
com.sshtools.net This package contains a set of network utilities for the J2SSH Maverick API. 
 

Uses of HttpProxyTransport in com.sshtools.net
 

Methods in com.sshtools.net that return HttpProxyTransport
static HttpProxyTransport HttpProxyTransport.connectViaProxy(String host, int port, String proxyHost, int proxyPort, String username, String password, String userAgent)
          Connect the socket to a HTTP proxy and request forwarding to our remote host.
static HttpProxyTransport HttpProxyTransport.connectViaProxy(String host, int port, String proxyHost, int proxyPort, String username, String password, String userAgent, Hashtable optionalHeaders)
           
 



Copyright © 2012. All Rights Reserved.