Uses of Class
org.eclipse.jgit.transport.ServiceMayNotContinueException
Packages that use ServiceMayNotContinueException
Package
Description
Transport (fetch/push) for different protocols.
Server-side resolver for locating repositories by URLs.
-
Uses of ServiceMayNotContinueException in org.eclipse.jgit.http.server
Methods in org.eclipse.jgit.http.server that throw ServiceMayNotContinueException -
Uses of ServiceMayNotContinueException in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that throw ServiceMayNotContinueExceptionModifier and TypeMethodDescriptionvoidAbstractAdvertiseRefsHook.advertiseRefs(UploadPack uploadPack) Advertise refs for upload-pack.voidAdvertiseRefsHook.advertiseRefs(ReceivePack receivePack) Advertise refs for receive-pack.voidAdvertiseRefsHook.advertiseRefs(UploadPack uploadPack) Advertise refs for upload-pack.voidAdvertiseRefsHookChain.advertiseRefs(UploadPack rp) Advertise refs for upload-pack.AbstractAdvertiseRefsHook.getAdvertisedHaves(Repository repository, RevWalk revWalk) Get the additional haves to advertise.AbstractAdvertiseRefsHook.getAdvertisedRefs(Repository repository, RevWalk revWalk) Get the refs to advertise.voidPreUploadHook.onBeginNegotiateRound(UploadPack up, Collection<? extends ObjectId> wants, int cntOffered) Invoked before negotiation round is started.voidPreUploadHookChain.onBeginNegotiateRound(UploadPack up, Collection<? extends ObjectId> wants, int cntOffered) Invoked before negotiation round is started.default voidProtocolV2Hook.onCapabilities(CapabilitiesV2Request req) voidProtocolV2HookChain.onCapabilities(CapabilitiesV2Request req) voidPreUploadHook.onEndNegotiateRound(UploadPack up, Collection<? extends ObjectId> wants, int cntCommon, int cntNotFound, boolean ready) Invoked after a negotiation round is completed.voidPreUploadHookChain.onEndNegotiateRound(UploadPack up, Collection<? extends ObjectId> wants, int cntCommon, int cntNotFound, boolean ready) Invoked after a negotiation round is completed.default voidProtocolV2Hook.onFetch(FetchV2Request req) voidProtocolV2HookChain.onFetch(FetchV2Request req) default voidProtocolV2Hook.onLsRefs(LsRefsV2Request req) voidProtocolV2HookChain.onLsRefs(LsRefsV2Request req) default voidProtocolV2Hook.onObjectInfo(ObjectInfoRequest req) voidProtocolV2HookChain.onObjectInfo(ObjectInfoRequest req) voidPreUploadHook.onSendPack(UploadPack up, Collection<? extends ObjectId> wants, Collection<? extends ObjectId> haves) Invoked just before a pack will be sent to the client.voidPreUploadHookChain.onSendPack(UploadPack up, Collection<? extends ObjectId> wants, Collection<? extends ObjectId> haves) Invoked just before a pack will be sent to the client.(package private) RepositoryDaemon.openRepository(DaemonClient client, String name) voidReceivePack.sendAdvertisedRefs(RefAdvertiser adv) Generate an advertisement of available refs and capabilities.voidUploadPack.sendAdvertisedRefs(RefAdvertiser adv) Generate an advertisement of available refs and capabilities.voidUploadPack.sendAdvertisedRefs(RefAdvertiser adv, String serviceName) Generate an advertisement of available refs and capabilities.voidUploadPack.uploadWithExceptionPropagation(InputStream input, OutputStream output, OutputStream messages) Execute the upload task on the socket. -
Uses of ServiceMayNotContinueException in org.eclipse.jgit.transport.resolver
Methods in org.eclipse.jgit.transport.resolver that throw ServiceMayNotContinueException