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 StatefulProxyConnectorJGitClientSession. proxyHandlerMethods in org.eclipse.jgit.internal.transport.sshd with parameters of type StatefulProxyConnector Modifier and Type Method Description voidJGitClientSession. setProxyHandler(StatefulProxyConnector handler)Sets aStatefulProxyConnectorto 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 classAbstractClientProxyConnectorBasic common functionality for aStatefulProxyConnector.classHttpClientConnectorSimple HTTP proxy connector using Basic Authentication.classSocks5ClientConnectorAAbstractClientProxyConnectorto connect through a SOCKS5 proxy.
-