Class ClientProxyFilter

java.lang.Object
org.apache.sshd.common.filter.IoFilter
org.apache.sshd.client.session.filter.ClientProxyFilter
All Implemented Interfaces:
Filter, Owned<FilterContext>

public class ClientProxyFilter extends IoFilter
A filter implementing the client-side proxy protocol for tunneling through a SOCKS or HTTP CONNECT proxy. Supports SOCKS 5 with anonymous access or password or Kerberos 5 authentication, or HTTP CONNECT with anonymous, basic, or SPNEGO authentication.