Class SimpleHttpServer

java.lang.Object
org.eclipse.jgit.junit.http.SimpleHttpServer

public class SimpleHttpServer extends Object
Simple http server for testing http access to Git repositories. Authentication with hardcoded credentials user:agitter password:letmein.
  • Field Details

  • Constructor Details

    • SimpleHttpServer

      public SimpleHttpServer(Repository repository)
      Constructor for SimpleHttpServer.
      Parameters:
      repository -
    • SimpleHttpServer

      public SimpleHttpServer(Repository repository, boolean withSsl)
      Constructor for SimpleHttpServer.
      Parameters:
      repository -
      withSsl -
  • Method Details