Package org.eclipse.jgit.http.server
Interface ReceivePackErrorHandler.ReceivePackRunnable
- Enclosing interface:
ReceivePackErrorHandler
public static interface ReceivePackErrorHandler.ReceivePackRunnable
Process a git-receive-pack request.
-
Method Summary
Modifier and TypeMethodDescriptionvoidreceive()SeeReceivePack.receiveWithExceptionPropagation(java.io.InputStream, java.io.OutputStream, java.io.OutputStream).
-
Method Details
-
receive
SeeReceivePack.receiveWithExceptionPropagation(java.io.InputStream, java.io.OutputStream, java.io.OutputStream).- Throws:
org.eclipse.jgit.transport.ServiceMayNotContinueException- if transport service cannot continueIOException- if an IO error occurred
-