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 TypeMethodDescriptionvoid
AbstractAdvertiseRefsHook.advertiseRefs
(ReceivePack receivePack) Advertise refs for receive-pack.void
AbstractAdvertiseRefsHook.advertiseRefs
(UploadPack uploadPack) Advertise refs for upload-pack.void
AdvertiseRefsHook.advertiseRefs
(ReceivePack receivePack) Advertise refs for receive-pack.void
AdvertiseRefsHook.advertiseRefs
(UploadPack uploadPack) Advertise refs for upload-pack.void
AdvertiseRefsHookChain.advertiseRefs
(ReceivePack rp) Advertise refs for receive-pack.void
AdvertiseRefsHookChain.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.void
PreUploadHook.onBeginNegotiateRound
(UploadPack up, Collection<? extends ObjectId> wants, int cntOffered) Invoked before negotiation round is started.void
PreUploadHookChain.onBeginNegotiateRound
(UploadPack up, Collection<? extends ObjectId> wants, int cntOffered) Invoked before negotiation round is started.default void
ProtocolV2Hook.onCapabilities
(CapabilitiesV2Request req) void
ProtocolV2HookChain.onCapabilities
(CapabilitiesV2Request req) void
PreUploadHook.onEndNegotiateRound
(UploadPack up, Collection<? extends ObjectId> wants, int cntCommon, int cntNotFound, boolean ready) Invoked after a negotiation round is completed.void
PreUploadHookChain.onEndNegotiateRound
(UploadPack up, Collection<? extends ObjectId> wants, int cntCommon, int cntNotFound, boolean ready) Invoked after a negotiation round is completed.default void
ProtocolV2Hook.onFetch
(FetchV2Request req) void
ProtocolV2HookChain.onFetch
(FetchV2Request req) default void
ProtocolV2Hook.onLsRefs
(LsRefsV2Request req) void
ProtocolV2HookChain.onLsRefs
(LsRefsV2Request req) void
PreUploadHook.onSendPack
(UploadPack up, Collection<? extends ObjectId> wants, Collection<? extends ObjectId> haves) Invoked just before a pack will be sent to the client.void
PreUploadHookChain.onSendPack
(UploadPack up, Collection<? extends ObjectId> wants, Collection<? extends ObjectId> haves) Invoked just before a pack will be sent to the client.(package private) Repository
Daemon.openRepository
(DaemonClient client, String name) void
ReceivePack.sendAdvertisedRefs
(RefAdvertiser adv) Generate an advertisement of available refs and capabilities.void
UploadPack.sendAdvertisedRefs
(RefAdvertiser adv) Generate an advertisement of available refs and capabilities.void
UploadPack.sendAdvertisedRefs
(RefAdvertiser adv, String serviceName) Generate an advertisement of available refs and capabilities.void
UploadPack.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