Uses of Class
org.eclipse.jgit.transport.DaemonClient
Packages that use DaemonClient
-
Uses of DaemonClient in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return types with arguments of type DaemonClientModifier and TypeMethodDescriptionDaemon.getReceivePackFactory()Get the factory used to construct per-request ReceivePack.Method parameters in org.eclipse.jgit.transport with type arguments of type DaemonClientModifier and TypeMethodDescriptionvoidDaemon.setReceivePackFactory(ReceivePackFactory<DaemonClient> factory) Set the factory to construct and configure per-request ReceivePack.voidDaemon.setRepositoryResolver(RepositoryResolver<DaemonClient> resolver) Set the resolver used to locate a repository by name.voidDaemon.setUploadPackFactory(UploadPackFactory<DaemonClient> factory) Set the factory to construct and configure per-request UploadPack.