com.jcraft.jsch.ProxySOCKS5 Class Reference

A Proxy implementation using a SOCKS V5 proxy. More...

Inheritance diagram for com.jcraft.jsch.ProxySOCKS5:
Inheritance graph
[legend]
Collaboration diagram for com.jcraft.jsch.ProxySOCKS5:
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 = 1080

Detailed Description

A Proxy implementation using a SOCKS V5 proxy.

This first authenticates to the proxy and then sends an CONNECT request to connect to the desired server.

See also:
RFC 1928: SOCKS Protocol Version 5
RFC 1929: Username/Password Authentication for SOCKS V5

Definition at line 51 of file ProxySOCKS5.java.


Member Data Documentation

int com.jcraft.jsch.ProxySOCKS5.DEFAULTPORT = 1080 [static, private]

Definition at line 52 of file ProxySOCKS5.java.

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

Definition at line 55 of file ProxySOCKS5.java.

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

Definition at line 56 of file ProxySOCKS5.java.

Definition at line 59 of file ProxySOCKS5.java.

Definition at line 53 of file ProxySOCKS5.java.

Definition at line 54 of file ProxySOCKS5.java.

Definition at line 57 of file ProxySOCKS5.java.

Definition at line 58 of file ProxySOCKS5.java.


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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1