Uses of Interface
org.eclipse.jgit.internal.transport.sshd.proxy.StatefulProxyConnector
-
Packages that use StatefulProxyConnector Package Description org.eclipse.jgit.internal.transport.sshd org.eclipse.jgit.internal.transport.sshd.proxy -
-
Uses of StatefulProxyConnector in org.eclipse.jgit.internal.transport.sshd
Fields in org.eclipse.jgit.internal.transport.sshd declared as StatefulProxyConnector Modifier and Type Field Description private StatefulProxyConnector
JGitClientSession. proxyHandler
Methods in org.eclipse.jgit.internal.transport.sshd with parameters of type StatefulProxyConnector Modifier and Type Method Description void
JGitClientSession. setProxyHandler(StatefulProxyConnector handler)
Sets aStatefulProxyConnector
to handle proxy connection protocols. -
Uses of StatefulProxyConnector in org.eclipse.jgit.internal.transport.sshd.proxy
Classes in org.eclipse.jgit.internal.transport.sshd.proxy that implement StatefulProxyConnector Modifier and Type Class Description class
AbstractClientProxyConnector
Basic common functionality for aStatefulProxyConnector
.class
HttpClientConnector
Simple HTTP proxy connector using Basic Authentication.class
Socks5ClientConnector
AAbstractClientProxyConnector
to connect through a SOCKS5 proxy.
-