Uses of Interface
org.eclipse.jgit.http.server.UploadPackErrorHandler
-
Packages that use UploadPackErrorHandler Package Description org.eclipse.jgit.http.server -
-
Uses of UploadPackErrorHandler in org.eclipse.jgit.http.server
Fields in org.eclipse.jgit.http.server declared as UploadPackErrorHandler Modifier and Type Field Description private UploadPackErrorHandler
UploadPackServlet. handler
private UploadPackErrorHandler
GitFilter. uploadPackErrorHandler
Methods in org.eclipse.jgit.http.server with parameters of type UploadPackErrorHandler Modifier and Type Method Description void
GitFilter. setUploadPackErrorHandler(UploadPackErrorHandler h)
Set a custom error handler for git-upload-pack.Constructors in org.eclipse.jgit.http.server with parameters of type UploadPackErrorHandler Constructor Description UploadPackServlet(UploadPackErrorHandler handler)
-