Uses of Interface
org.eclipse.jgit.http.server.ReceivePackErrorHandler
-
Packages that use ReceivePackErrorHandler Package Description org.eclipse.jgit.http.server -
-
Uses of ReceivePackErrorHandler in org.eclipse.jgit.http.server
Fields in org.eclipse.jgit.http.server declared as ReceivePackErrorHandler Modifier and Type Field Description private ReceivePackErrorHandlerReceivePackServlet. handlerprivate ReceivePackErrorHandlerGitFilter. receivePackErrorHandlerMethods in org.eclipse.jgit.http.server with parameters of type ReceivePackErrorHandler Modifier and Type Method Description voidGitFilter. setReceivePackErrorHandler(ReceivePackErrorHandler h)Set a custom error handler for git-receive-pack.Constructors in org.eclipse.jgit.http.server with parameters of type ReceivePackErrorHandler Constructor Description ReceivePackServlet(ReceivePackErrorHandler handler)
-