Example usage for org.eclipse.jgit.transport.http HttpConnection interface-usage

List of usage examples for org.eclipse.jgit.transport.http HttpConnection interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jgit.transport.http HttpConnection interface-usage.

Usage

From source file jetbrains.buildServer.buildTriggers.vcs.git.SNIHttpClientConnection.java

/**
 * Same as org.eclipse.jgit.transport.http.apache.HttpClientConnection, but
 * always uses a custom SSLSocketFactory which enables SNI
 */
public class SNIHttpClientConnection implements HttpConnection {
    private static Logger LOG = Logger.getInstance(SNIHttpClientConnection.class.getName());

From source file org.jenkinsci.plugins.gitclient.jgit.PreemptiveAuthHttpClientConnection.java

/**
 * A {@link HttpConnection} which uses {@link HttpClient} and attempts to
 * authenticate preemptively.
 */
public class PreemptiveAuthHttpClientConnection implements HttpConnection {
    private static final String SLASH = "/";