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 ReceivePackErrorHandler
ReceivePackServlet. handler
private ReceivePackErrorHandler
GitFilter. receivePackErrorHandler
Methods in org.eclipse.jgit.http.server with parameters of type ReceivePackErrorHandler Modifier and Type Method Description void
GitFilter. 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)
-