com.jcraft.jsch.ProxyHTTP Class Reference

A Proxy implementation using a HTTP proxy. More...

Inheritance diagram for com.jcraft.jsch.ProxyHTTP:
Inheritance graph
[legend]
Collaboration diagram for com.jcraft.jsch.ProxyHTTP:
Collaboration graph
[legend]

List of all members.

Private Attributes

String proxy_host
int proxy_port
InputStream in
OutputStream out
Socket socket
String user
String passwd

Static Private Attributes

static int DEFAULTPORT = 80

Detailed Description

A Proxy implementation using a HTTP proxy.

This uses the HTTP CONNECT method as described in Sections 5.2 and 5.3 of RFC 2817.

See also:
Internet Draft Tunneling TCP based protocols through Web proxy servers (Ari Luotonen, expired 1999)
RFC 2817, Section 5. Upgrade across Proxies

Definition at line 49 of file ProxyHTTP.java.


Member Data Documentation

int com.jcraft.jsch.ProxyHTTP.DEFAULTPORT = 80 [static, private]

Definition at line 50 of file ProxyHTTP.java.

InputStream com.jcraft.jsch.ProxyHTTP.in [private]

Definition at line 53 of file ProxyHTTP.java.

OutputStream com.jcraft.jsch.ProxyHTTP.out [private]

Definition at line 54 of file ProxyHTTP.java.

Definition at line 58 of file ProxyHTTP.java.

Definition at line 51 of file ProxyHTTP.java.

Definition at line 52 of file ProxyHTTP.java.

Definition at line 55 of file ProxyHTTP.java.

Definition at line 57 of file ProxyHTTP.java.


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1