Interface ReceivePackErrorHandler.ReceivePackRunnable

Enclosing interface:
ReceivePackErrorHandler

public static interface ReceivePackErrorHandler.ReceivePackRunnable
Process a git-receive-pack request.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    See ReceivePack.receiveWithExceptionPropagation(java.io.InputStream, java.io.OutputStream, java.io.OutputStream).
  • Method Details

    • receive

      void receive() throws org.eclipse.jgit.transport.ServiceMayNotContinueException, IOException
      See ReceivePack.receiveWithExceptionPropagation(java.io.InputStream, java.io.OutputStream, java.io.OutputStream).
      Throws:
      org.eclipse.jgit.transport.ServiceMayNotContinueException - if transport service cannot continue
      IOException - if an IO error occurred